Searched refs:SYSCALLS (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/tools/regression/capsicum/syscalls/
H A DMakefile3 SYSCALLS= cap_fcntls_limit cap_getmode cap_ioctls_limit macro
12 all: ${SYSCALLS} ${SYSCALLS:=.t}
14 .for SYSCALL in ${SYSCALLS}
28 rm -f ${SYSCALLS} ${SYSCALLS:=.t}
/freebsd-11.0-release/lib/libthr/support/
H A DMakefile.inc15 SYSCALLS= thr_new
17 SYSCALL_SRC= ${SYSCALLS:S/$/.S/}
18 SYSCALL_OBJ= ${SYSCALLS:S/$/.So/}
/freebsd-11.0-release/contrib/gcc/
H A DMakefile.in211 # SYSCALLS.c misses prototypes
212 SYSCALLS.c.X-warn = -Wno-strict-prototypes -Wno-error
3095 proto: config.status protoize$(exeext) unprotoize$(exeext) SYSCALLS.c.X
3122 SYSCALLS.c.X: $(srcdir)/sys-types.h $(srcdir)/sys-protos.h $(GCC_PASSES) \
3124 -rm -f SYSCALLS.c tmp-SYSCALLS.s
3126 $(srcdir)/sys-types.h $(srcdir)/sys-protos.h > SYSCALLS.c
3128 -aux-info $@ -S -o tmp-SYSCALLS.s SYSCALLS.c
3129 -rm -f SYSCALLS
[all...]

Completed in 109 milliseconds