Searched refs:sys (Results 301 - 325 of 462) sorted by relevance

<<111213141516171819

/seL4-camkes-master/projects/camkes-tool/tools/
H A Djinja_lint.py18 import argparse, re, sys namespace
192 sys.stderr.write(f'{filename}:{lineno}: warning: else '
264 sys.exit(main(sys.argv))
266 sys.stderr.write(f'{e}\n')
267 sys.exit(-1)
H A Dtpp22 import argparse, re, subprocess, sys, textwrap namespace
110 sys.stderr.write('cowsay: %s\n' % stderr)
174 default=sys.stdout, help='output to a file rather than stdout')
176 default=sys.stdin, help='input file')
231 sys.stderr.write('%(file)s:%(lineno)d: invalid directive '
261 sys.stderr.write('warning: condense was still enabled at end of file\n')
266 sys.exit(main())
H A Dcamkes_scope.py22 import argparse, os, pycscope, subprocess, sys namespace
27 sys.path.append(os.path.join(MY_DIR, '..'))
174 sys.stderr.write('warning: %s\n' % str(result))
213 sys.stderr.write('%s does not exist\n' % opts.source)
244 sys.exit(main(sys.argv))
/seL4-camkes-master/tools/cogent/regression/
H A Drun_tests.py28 import sys namespace
53 if os.isatty(sys.stdout.fileno()):
190 sys.stdout.flush()
208 sys.stdout.flush()
282 sys.exit(0)
349 sys.exit(1)
352 sys.exit(0)
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Dstats.h275 struct stats_sys sys; member in struct:stats_
413 #define SYS_STATS_INC(x) STATS_INC(sys.x)
414 #define SYS_STATS_DEC(x) STATS_DEC(sys.x)
415 #define SYS_STATS_INC_USED(x) STATS_INC_USED(sys.x, 1, STAT_COUNTER)
416 #define SYS_STATS_DISPLAY() stats_display_sys(&lwip_stats.sys)
477 void stats_display_sys(struct stats_sys *sys);
484 #define stats_display_sys(sys)
/seL4-camkes-master/tools/rumprun/lib/librumprun_base/
H A Drumprun.c26 #include <sys/cdefs.h>
28 #include <sys/types.h>
29 #include <sys/mount.h>
30 #include <sys/queue.h>
31 #include <sys/sysctl.h>
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/src/
H A Dhashtable_seed.c32 #include <sys/stat.h>
36 #include <sys/time.h>
40 #include <sys/types.h>
/seL4-camkes-master/tools/rumprun/platform/xen/librumpxen_xendev/
H A Dxendev_component.c27 #include <sys/cdefs.h>
35 #include <sys/vfs_syscalls.h>
36 #include <sys/dirent.h>
/seL4-camkes-master/projects/camkes-tool/camkes/templates/tests/
H A Dtestmacros.py23 import ast, fnmatch, os, re, subprocess, sys, unittest namespace
30 sys.path.append(os.path.join(MY_DIR, '../../../../python-capdl'))
33 sys.path.append(os.path.join(MY_DIR, '../../..'))
H A Djinja_pylint.py23 import os, re, subprocess, sys, unittest namespace
28 sys.path.append(os.path.join(os.path.dirname(ME), '../../..'))
/seL4-camkes-master/projects/camkes-tool/camkes/runner/
H A DRenderer.py29 import sys namespace
105 'template %s: %s' % (template, e)), sys.exc_info()[2])
/seL4-camkes-master/kernel/tools/
H A Dumm.py9 import sys namespace
134 print_graph('umm_types.txt', sys.stdout)
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/predef/os/
H A Dbsd.h11 /* Special case: OSX will define BSD predefs if the sys/param.h
67 # include <sys/param.h>
/seL4-camkes-master/projects/musllibc/include/sys/
H A Dmount.h8 #include <sys/ioctl.h>
H A Dparam.h31 #include <sys/resource.h>
H A Dresource.h9 #include <sys/time.h>
H A Dwait.h30 #include <sys/resource.h>
/seL4-camkes-master/projects/util_libs/libplatsupport/src/arch/arm/
H A Dclock.h82 clk_t* ps_get_clock(clock_sys_t* sys, enum clk_id id);
/seL4-camkes-master/projects/util_libs/libutils/include/utils/
H A Dcircular_buffer.h21 #include <sys/types.h>
/seL4-camkes-master/tools/riscv-pk/pk/
H A Dfile.h6 #include <sys/stat.h>
/seL4-camkes-master/tools/rumprun/lib/librumprun_tester/
H A Drumprun_tester.c34 #include <sys/types.h>
/seL4-camkes-master/projects/musllibc/src/linux/x32/
H A Dsysinfo.c1 #include <sys/sysinfo.h>
/seL4-camkes-master/projects/musllibc/src/malloc/
H A Dexpand_heap.c4 #include <sys/mman.h>
/seL4-camkes-master/projects/musllibc/src/misc/
H A Dforkpty.c6 #include <sys/wait.h>
H A Drealpath.c3 #include <sys/stat.h>

Completed in 134 milliseconds

<<111213141516171819