Searched refs:sys (Results 76 - 100 of 1833) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/include/arch/arm/machine/
H A Dsignal.h30 * from: FreeBSD: src/sys/i386/include/signal.h,v 1.13 2000/11/09
31 * from: FreeBSD: src/sys/sparc64/include/signal.h,v 1.6 2001/09/30 18:52:17
38 #include <sys/cdefs.h>
/barrelfish-2018-10-04/lib/libc/compat-43/
H A Dgethostid.c33 #include <sys/cdefs.h>
36 #include <sys/param.h>
37 #include <sys/sysctl.h>
H A Dsethostid.c33 #include <sys/cdefs.h>
36 #include <sys/param.h>
37 #include <sys/sysctl.h>
/barrelfish-2018-10-04/lib/libc/gen/
H A Dgetbootfile.c33 #include <sys/cdefs.h>
36 #include <sys/param.h>
37 #include <sys/sysctl.h>
H A Dgetdomainname.c33 #include <sys/cdefs.h>
36 #include <sys/param.h>
37 #include <sys/sysctl.h>
H A Dsetdomainname.c33 #include <sys/cdefs.h>
36 #include <sys/param.h>
37 #include <sys/sysctl.h>
H A Dsethostname.c33 #include <sys/cdefs.h>
36 #include <sys/param.h>
37 #include <sys/sysctl.h>
H A Dsysctlnametomib.c27 #include <sys/cdefs.h>
30 #include <sys/types.h>
31 #include <sys/sysctl.h>
H A Dgetpeereid.c27 #include <sys/cdefs.h>
31 #include <sys/param.h>
32 #include <sys/socket.h>
33 #include <sys/ucred.h>
34 #include <sys/un.h>
H A Dwaitpid.c33 #include <sys/cdefs.h>
37 #include <sys/types.h>
38 #include <sys/time.h>
39 #include <sys/wait.h>
40 #include <sys/resource.h>
H A Dfdevname.c27 #include <sys/cdefs.h>
31 #include <sys/param.h>
32 #include <sys/ioctl.h>
H A Dfeature_present.c31 #include <sys/cdefs.h>
34 #include <sys/types.h>
35 #include <sys/sysctl.h>
H A Dgetosreldate.c33 #include <sys/cdefs.h>
36 #include <sys/types.h>
37 #include <sys/sysctl.h>
/barrelfish-2018-10-04/lib/libc/posix1e/
H A Dmac_exec.c32 #include <sys/cdefs.h>
35 #include <sys/types.h>
36 #include <sys/mac.h>
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dremove.c36 #include <sys/cdefs.h>
39 #include <sys/types.h>
40 #include <sys/stat.h>
/barrelfish-2018-10-04/lib/libc/sys/
H A Daio_suspend.c33 #include <sys/cdefs.h>
36 #include <sys/types.h>
37 #include <sys/aio.h>
H A Dclose.c33 #include <sys/cdefs.h>
36 #include <sys/types.h>
37 #include <sys/fcntl.h>
H A Dpoll.c33 #include <sys/cdefs.h>
36 #include <sys/types.h>
37 #include <sys/poll.h>
H A Dptrace.c33 #include <sys/cdefs.h>
36 #include <sys/types.h>
37 #include <sys/ptrace.h>
H A Dread.c33 #include <sys/cdefs.h>
36 #include <sys/types.h>
37 #include <sys/syscall.h>
H A Dwait4.c33 #include <sys/cdefs.h>
36 #include <sys/types.h>
37 #include <sys/wait.h>
H A Dwrite.c33 #include <sys/cdefs.h>
36 #include <sys/types.h>
37 #include <sys/syscall.h>
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Din.h34 #include <sys/cdefs.h>
35 #include <sys/param.h>
36 #include <sys/systm.h>
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dtestssl.com7 $ texe_dir := sys$disk:[-.'__arch'.exe.test]
8 $ exe_dir := sys$disk:[-.'__arch'.exe.apps]
25 $ define/user sys$output testssl-x509-output.
26 $ define/user sys$error nla0:
28 $ define/user sys$error nla0:
48 $ write sys$output "test sslv2"
52 $ write sys$output "test sslv2 with server authentication"
58 $ write sys$output "test sslv2 with client authentication"
62 $ write sys$output "test sslv2 with both client and server authentication"
67 $ write sys
[all...]
/barrelfish-2018-10-04/tools/harness/
H A Dstats.py21 import sys, string, math namespace
46 if len(sys.argv) > 1:
48 infile = open(sys.argv[1])
50 sys.stderr.write("Error opening %s\n" % sys.argv[1])
51 sys.exit(1)
53 infile = sys.stdin
58 sys.stdout.write(line)
63 sys.stderr.write("Error parsing line: %s" % line)
64 sys
[all...]

Completed in 256 milliseconds

1234567891011>>