File: linux.c

package info (click to toggle)
cproto 4.7f-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 804 kB
  • ctags: 656
  • sloc: ansic: 4,017; sh: 2,987; lex: 1,056; yacc: 872; makefile: 232
file content (87 lines) | stat: -rw-r--r-- 1,816 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
/* $Id: linux.c,v 4.2 1998/01/08 00:03:30 cthuang Exp $ */
/* LINT_EXTERN */
/* LINT_SHADOWED */
#include <sys/types.h>
#include <sys/stat.h>

#include <a.out.h>
#include <alloca.h>
#include <ansidecl.h>
#include <ar.h>
#include <assert.h>
#include <bstring.h>
#include <bytesex.h>
#include <confstr.h>
#include <ctype.h>
#include <curses.h>
#include <dbm.h>
/* #include <dbmalloc.h> */
#include <dirent.h>
#include <endian.h>
#include <errno.h>
#include <fcntl.h>
#include <features.h>
#include <fnmatch.h>
#include <fpu_control.h>
#include <ftw.h>
/* #include <gdbm.h> */
#include <getopt.h>
#include <glob.h>
#include <gnu-stabs.h>
#include <grp.h>
#include <huge_val.h>
#include <ieee754.h>
#include <iolibio.h>
/* #include <iostdio.h> */
#include <jmp_buf.h>
#include <libio.h>
#include <limits.h>
#include <locale.h>
#include <localeinfo.h>
#include <malloc.h>
#include <math.h>
#include <memory.h>
#include <mntent.h>
#include <nan.h>
/* #include <ndbm.h> */
#include <netdb.h>
#include <nl_types.h>
#include <nlist.h>
#include <obstack.h>
#include <paths.h>
#include <posix1_lim.h>
#include <posix2_lim.h>
#include <posix_opt.h>
#include <pwd.h>
#include <regex.h>
/* #include <regexp.h> */
#include <linux/in.h>
#include <arpa/nameser.h>
#include <resolv.h>
#include <setjmp.h>
#include <shadow.h>
/* #include <sharedlib.h> */
#include <signal.h>
#include <stab.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <syscall.h>
#include <sysexits.h>
#include <syslog.h>
#include <tar.h>
#include <termcap.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <ulimit.h>
#include <unistd.h>
#include <utime.h>
#include <utmp.h>
#include <values.h>
#include <vga.h>
#include <vgagl.h>
#include <vgamouse.h>
#include <waitflags.h>
#include <waitstatus.h>