/src/usr.bin/make/unit-tests/ |
opt-no-action.mk | 5 # Only commands that are in a .MAKE target or prefixed by '+' are run. 9 # This command cannot be prevented from being run since it is used at parse 14 all: run-always 16 # Both of these commands are printed, but only the '+' command is run. 19 @+echo '$@: run always' 21 # Both of these commands are printed, but only the '+' command is run. 24 @+echo '$@: run always' 26 # None of these commands is printed, but both are run, because this target 28 run-always: .MAKE 30 @+echo '$@: run always [all...] |
opt-no-action.mk | 5 # Only commands that are in a .MAKE target or prefixed by '+' are run. 9 # This command cannot be prevented from being run since it is used at parse 14 all: run-always 16 # Both of these commands are printed, but only the '+' command is run. 19 @+echo '$@: run always' 21 # Both of these commands are printed, but only the '+' command is run. 24 @+echo '$@: run always' 26 # None of these commands is printed, but both are run, because this target 28 run-always: .MAKE 30 @+echo '$@: run always [all...] |
/src/usr.bin/sys_info/ |
sys_info.sh | 88 run() { function 89 # must send to stderr, as run is used in $() sometimes. 107 run "awk --version | awk '{ print \$1 \"-\" \$3 }'" 110 run "named -v | awk '{ gsub(\"-\", \"\", \$2); gsub(\"P\", \"pl\", \$2); print tolower(\$1) \"-\" \$2 }'" 113 v=$(run "${destdir}/usr/libexec/httpd -G") 116 run "strings -a ${destdir}/usr/libexec/httpd | awk -F/ '\$1 == \"bozohttpd\" && NF == 2 { print \$1 \"-\" \$2; exit }'" 124 run "bzip2 --help 2>&1 | awk '{ sub(\",\", \"\", \$7); print \"bzip2-\" \$7; exit }'" 127 v=$(run "calendar -v" || true) 134 run "dhcpcd --version | sed -e 's/ /-/g' -e 1q" 137 run "dtc --version | sed 's/Version: DTC /dtc-/' [all...] |
sys_info.sh | 88 run() { function 89 # must send to stderr, as run is used in $() sometimes. 107 run "awk --version | awk '{ print \$1 \"-\" \$3 }'" 110 run "named -v | awk '{ gsub(\"-\", \"\", \$2); gsub(\"P\", \"pl\", \$2); print tolower(\$1) \"-\" \$2 }'" 113 v=$(run "${destdir}/usr/libexec/httpd -G") 116 run "strings -a ${destdir}/usr/libexec/httpd | awk -F/ '\$1 == \"bozohttpd\" && NF == 2 { print \$1 \"-\" \$2; exit }'" 124 run "bzip2 --help 2>&1 | awk '{ sub(\",\", \"\", \$7); print \"bzip2-\" \$7; exit }'" 127 v=$(run "calendar -v" || true) 134 run "dhcpcd --version | sed -e 's/ /-/g' -e 1q" 137 run "dtc --version | sed 's/Version: DTC /dtc-/' [all...] |
/src/sys/arch/bebox/stand/boot/ |
srt0.s | 105 * run(startsym, endsym, args, bootinfo, entry) 107 .globl run 108 run: label
|
srt0.s | 105 * run(startsym, endsym, args, bootinfo, entry) 107 .globl run 108 run: label
|
/src/sbin/devpubd/ |
Makefile | 10 CPPFLAGS+= -DDEVPUBD_RUN_HOOKS=\"/libexec/devpubd-run-hooks\" 12 SCRIPTS= devpubd-run-hooks 13 SCRIPTSDIR_devpubd-run-hooks= /libexec 25 CLEANFILES= devpubd-run-hooks 27 .for f in devpubd-run-hooks
|
Makefile | 10 CPPFLAGS+= -DDEVPUBD_RUN_HOOKS=\"/libexec/devpubd-run-hooks\" 12 SCRIPTS= devpubd-run-hooks 13 SCRIPTSDIR_devpubd-run-hooks= /libexec 25 CLEANFILES= devpubd-run-hooks 27 .for f in devpubd-run-hooks
|
/src/sys/arch/prep/stand/boot/ |
srt0.s | 112 * run(startsym, endsym, args, bootinfo, entry) 114 .globl run 115 run: label
|
srt0.s | 112 * run(startsym, endsym, args, bootinfo, entry) 114 .globl run 115 run: label
|
/src/sys/arch/rs6000/stand/boot/ |
srt0.s | 119 * run(startsym, endsym, args, bootinfo, entry) 121 .globl run 122 run: label
|
srt0_pwr.s | 121 * run(startsym, endsym, args, bootinfo, entry) 123 .globl run 124 run: label
|
srt0.s | 119 * run(startsym, endsym, args, bootinfo, entry) 121 .globl run 122 run: label
|
srt0_pwr.s | 121 * run(startsym, endsym, args, bootinfo, entry) 123 .globl run 124 run: label
|
/src/tests/lib/libc/sys/ |
t_getcontext.c | 46 run(int n, ...) function in typeref:typename:void 111 makecontext(&uc[i], (void *)run, 10, i,
|
t_pipe2.c | 56 run(int flags) function in typeref:typename:void 115 run(0); 137 * The heart of this test is to run against the number of open 160 run(O_NONBLOCK); 171 run(O_CLOEXEC); 183 run(O_CLOFORK); 197 run(O_NOSIGPIPE);
|
t_socketpair.c | 66 run(int flags) function in typeref:typename:void 119 run(0); 130 run(SOCK_NONBLOCK); 141 run(SOCK_CLOEXEC); 153 run(SOCK_CLOFORK);
|
t_getcontext.c | 46 run(int n, ...) function in typeref:typename:void 111 makecontext(&uc[i], (void *)run, 10, i,
|
t_pipe2.c | 56 run(int flags) function in typeref:typename:void 115 run(0); 137 * The heart of this test is to run against the number of open 160 run(O_NONBLOCK); 171 run(O_CLOEXEC); 183 run(O_CLOFORK); 197 run(O_NOSIGPIPE);
|
t_socketpair.c | 66 run(int flags) function in typeref:typename:void 119 run(0); 130 run(SOCK_NONBLOCK); 141 run(SOCK_CLOEXEC); 153 run(SOCK_CLOFORK);
|
/src/usr.sbin/npf/npftest/libnpftest/ |
npf_perf_test.c | 21 static volatile int run; variable in typeref:typename:volatile int 40 while (!run) 64 run = false; 77 run = true;
|
npf_perf_test.c | 21 static volatile int run; variable in typeref:typename:volatile int 40 while (!run) 64 run = false; 77 run = true;
|
/src/tests/lib/libpthread/ |
t_condwait.c | 51 run(void *param) function in typeref:typename:void * 109 ATF_REQUIRE_EQ(pthread_create(&child, NULL, run, &clck), 0);
|
t_condwait.c | 51 run(void *param) function in typeref:typename:void * 109 ATF_REQUIRE_EQ(pthread_create(&child, NULL, run, &clck), 0);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
standalone_malloc_test.cc | 62 static void *run(void *t) { function in struct:DeepStack 64 DeepStack<depth - 1>::run(t); 72 static void *run(void *t) { function in struct:DeepStack 82 pthread_create(&t[i], 0, DeepStack<200>::run, reinterpret_cast<void *>(i));
|