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

1234567891011>>

/seL4-refos-master/libs/libmuslc/include/sys/
H A Dvfs.h1 #include <sys/statfs.h>
/seL4-refos-master/libs/libmuslc/include/
H A Dsyscall.h1 #include <sys/syscall.h>
H A Dwait.h1 #warning redirecting incorrect #include <wait.h> to <sys/wait.h>
2 #include <sys/wait.h>
/seL4-refos-master/libs/libmuslc/src/network/
H A Dsockatmark.c1 #include <sys/socket.h>
2 #include <sys/ioctl.h>
H A Dlisten.c1 #include <sys/socket.h>
H A Dshutdown.c1 #include <sys/socket.h>
/seL4-refos-master/libs/libmuslc/src/mman/
H A Dmlockall.c1 #include <sys/mman.h>
H A Dmunlockall.c1 #include <sys/mman.h>
/seL4-refos-master/libs/libmuslc/src/linux/
H A Dwait3.c2 #include <sys/wait.h>
3 #include <sys/resource.h>
H A Dadjtimex.c1 #include <sys/timex.h>
H A Dflock.c1 #include <sys/file.h>
H A Diopl.c4 #include <sys/io.h>
H A Dpersonality.c1 #include <sys/personality.h>
H A Dreboot.c1 #include <sys/reboot.h>
H A Dsetfsgid.c1 #include <sys/fsuid.h>
H A Dsetfsuid.c1 #include <sys/fsuid.h>
/seL4-refos-master/libs/libmuslc/src/misc/
H A Duname.c1 #include <sys/utsname.h>
/seL4-refos-master/libs/libmuslc/src/process/
H A Dwait.c1 #include <sys/wait.h>
/seL4-refos-master/libs/libmuslc/src/stat/
H A Dfutimens.c1 #include <sys/stat.h>
H A Dumask.c1 #include <sys/stat.h>
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dsem_unlink.c2 #include <sys/mman.h>
/seL4-refos-master/libs/libmuslc/src/time/
H A Dtimes.c1 #include <sys/times.h>
/seL4-refos-master/kernel/manual/tools/
H A Dgen_env.py10 import sys namespace
15 if len(sys.argv) != 2:
17 sys.exit(1)
18 output_filename = sys.argv[1]
41 with open(sys.argv[1], "r") as f:
46 with open(sys.argv[1], "w") as f:
50 sys.exit(0)
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dsetup.sh11 if [ -f sys/unix/Makefile.top ]; then cd sys/unix; fi
23 ln -s sys/unix/Makefile.top ../../Makefile
24 ln -s ../sys/unix/Makefile.dat ../../dat/Makefile
25 ln -s ../sys/unix/Makefile.doc ../../doc/Makefile
26 ln -s ../sys/unix/Makefile.src ../../src/Makefile
27 ln -s ../sys/unix/Makefile.utl ../../util/Makefile
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dsetup.sh11 if [ -f sys/unix/Makefile.top ]; then cd sys/unix; fi
23 ln -s sys/unix/Makefile.top ../../Makefile
24 ln -s ../sys/unix/Makefile.dat ../../dat/Makefile
25 ln -s ../sys/unix/Makefile.doc ../../doc/Makefile
26 ln -s ../sys/unix/Makefile.src ../../src/Makefile
27 ln -s ../sys/unix/Makefile.utl ../../util/Makefile

Completed in 63 milliseconds

1234567891011>>