Searched refs:sys (Results 51 - 75 of 462) sorted by relevance

1234567891011>>

/seL4-camkes-master/projects/musllibc/src/signal/
H A Dgetitimer.c1 #include <sys/time.h>
H A Dsetitimer.c1 #include <sys/time.h>
/seL4-camkes-master/projects/musllibc/src/stat/
H A Dmkdirat.c1 #include <sys/stat.h>
H A Dmkfifo.c1 #include <sys/stat.h>
H A Dmkfifoat.c1 #include <sys/stat.h>
/seL4-camkes-master/projects/musllibc/src/termios/
H A Dtcdrain.c2 #include <sys/ioctl.h>
H A Dtcflow.c2 #include <sys/ioctl.h>
H A Dtcflush.c2 #include <sys/ioctl.h>
H A Dtcgetattr.c2 #include <sys/ioctl.h>
H A Dtcgetsid.c2 #include <sys/ioctl.h>
H A Dtcsendbreak.c2 #include <sys/ioctl.h>
/seL4-camkes-master/projects/musllibc/src/unistd/
H A Disatty.c2 #include <sys/ioctl.h>
H A Dreadv.c1 #include <sys/uio.h>
H A Dwritev.c1 #include <sys/uio.h>
/seL4-camkes-master/projects/musllibc/include/sys/
H A Derrno.h1 #warning redirecting incorrect #include <sys/errno.h> to <errno.h>
H A Dfcntl.h1 #warning redirecting incorrect #include <sys/fcntl.h> to <fcntl.h>
H A Dpoll.h1 #warning redirecting incorrect #include <sys/poll.h> to <poll.h>
H A Dsignal.h1 #warning redirecting incorrect #include <sys/signal.h> to <signal.h>
H A Dtermios.h1 #warning redirecting incorrect #include <sys/termios.h> to <termios.h>
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/zynqmp/
H A Dclock.c25 void clk_print_clock_tree(clock_sys_t* sys) argument
27 clk_t *clk = clk_get_clock(sys, CLK_CPU_1X);
/seL4-camkes-master/projects/musllibc/src/ipc/
H A Dftok.c1 #include <sys/ipc.h>
2 #include <sys/stat.h>
/seL4-camkes-master/projects/musllibc/src/linux/
H A Dwait4.c2 #include <sys/wait.h>
3 #include <sys/resource.h>
/seL4-camkes-master/projects/musllibc/src/thread/or1k/
H A D__unmapself.s5 l.sys 1
8 l.sys 1
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/doc/
H A Dconf.py14 import sys, os namespace
17 # add these directories to sys.path here. If the directory is relative to the
19 sys.path.insert(0, os.path.abspath('ext'))
/seL4-camkes-master/projects/camkes-tool/camkes/visualCAmkES/
H A Dtestvisualcamkes.py14 import sys, os namespace
18 sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../'))
19 sys.path.append(os.path.dirname(os.path.abspath(__file__)))
38 sys.exit(test(sys.argv))

Completed in 135 milliseconds

1234567891011>>