Searched refs:sys (Results 1 - 25 of 40) sorted by relevance

12

/httpd/os/bs2000/
H A Debcdic.h25 #include <sys/types.h>
/httpd/os/os2/
H A Dutil_os2.c24 #include <sys/time.h>
25 #include <sys/signal.h>
/httpd/support/
H A Dctlogconfig21 import sys namespace
46 print >> sys.stderr, 'A record id was not provided'
47 sys.exit(1)
55 print >> sys.stderr, 'Record #%s was not found' % record_id
56 sys.exit(1)
64 print >> sys.stderr, 'A log id was not provided'
65 sys.exit(1)
68 print >> sys.stderr, 'The log id is not formatted properly'
69 sys.exit(1)
75 print >> sys
[all...]
H A Dctauditscts23 import sys namespace
35 print >> sys.stderr, ('Usage: %s /path/to/audit/files ' +
36 '[/path/to/log-config-db]') % sys.argv[0]
37 sys.exit(1)
138 if len(sys.argv) != 2 and len(sys.argv) != 3:
141 top = sys.argv[1]
144 if len(sys.argv) == 3:
145 cxn = sqlite3.connect(sys.argv[2])
H A Dcheckgid.c38 #include <sys/types.h>
H A Dsuexec.c37 #include <sys/param.h>
38 #include <sys/stat.h>
39 #include <sys/types.h>
H A Dhtdigest.c42 #include <sys/types.h>
/httpd/os/unix/
H A Dunixd.h32 #include <sys/time.h>
35 #include <sys/resource.h>
45 #include <sys/types.h>
48 #include <sys/ipc.h>
H A Dunixd.c33 #include <sys/resource.h>
36 #include <sys/stat.h>
47 #include <sys/sem.h>
50 #include <sys/prctl.h>
/httpd/test/
H A Dtest_select.c28 #include <sys/time.h>
H A Dtest-writev.c36 #include <sys/types.h>
37 #include <sys/socket.h>
42 #include <sys/uio.h>
H A Dtime-sem.c59 #include <sys/time.h>
64 #include <sys/types.h>
65 #include <sys/stat.h>
67 #include <sys/wait.h>
68 #include <sys/mman.h>
135 #include <sys/file.h>
196 #include <sys/types.h>
197 #include <sys/ipc.h>
198 #include <sys/sem.h>
434 #include <sys/type
[all...]
H A Dtest_limits.c54 #include <sys/types.h>
55 #include <sys/uio.h>
57 #include <sys/socket.h>
/httpd/server/mpm/motorz/
H A Dmotorz.h31 #include <sys/types.h>
61 #include <sys/processor.h> /* for bindprocessor() */
65 #include <sys/times.h>
/httpd/server/mpm/worker/
H A Dfdqueue.h34 #include <sys/types.h>
36 #include <sys/socket.h>
/httpd/server/mpm/event/
H A Dfdqueue.h34 #include <sys/types.h>
36 #include <sys/socket.h>
/httpd/include/
H A Dscoreboard.h30 #include <sys/time.h>
31 #include <sys/times.h>
H A Dap_config.h198 #include <sys/sdt.h>
H A Dhttp_core.h39 #include <sys/time.h>
40 #include <sys/resource.h>
/httpd/modules/arch/unix/
H A Dmod_unixd.c34 #include <sys/resource.h>
37 #include <sys/stat.h>
48 #include <sys/sem.h>
51 #include <sys/prctl.h>
/httpd/modules/proxy/
H A Dmod_proxy_fdpass.c19 #include <sys/types.h>
20 #include <sys/socket.h>
21 #include <sys/un.h>
/httpd/modules/cache/
H A Dcache_util.h65 #include <sys/socket.h>
H A Dmod_file_cache.c86 #include <sys/types.h>
/httpd/modules/examples/
H A Dmod_example_ipc.c60 #include <sys/types.h>
/httpd/modules/metadata/
H A Dmod_cern_meta.c117 #include <sys/types.h>

Completed in 4563 milliseconds

12