/src/usr.bin/make/unit-tests/ |
deptgt-begin.mk | 4 # which is a container for commands that are run before any other 23 # custom target are run even before the .BEGIN target. 24 .BEGIN: before-begin 25 before-begin: .PHONY .NOTMAIN 26 : Making $@ before .BEGIN. 36 # Same as with .USE, but run the commands before the main commands from the 42 .BEGIN: use-before 43 use-before: .USEBEFORE .NOTMAIN
|
deptgt-begin.mk | 4 # which is a container for commands that are run before any other 23 # custom target are run even before the .BEGIN target. 24 .BEGIN: before-begin 25 before-begin: .PHONY .NOTMAIN 26 : Making $@ before .BEGIN. 36 # Same as with .USE, but run the commands before the main commands from the 42 .BEGIN: use-before 43 use-before: .USEBEFORE .NOTMAIN
|
deptgt-begin.mk | 4 # which is a container for commands that are run before any other 23 # custom target are run even before the .BEGIN target. 24 .BEGIN: before-begin 25 before-begin: .PHONY .NOTMAIN 26 : Making $@ before .BEGIN. 36 # Same as with .USE, but run the commands before the main commands from the 42 .BEGIN: use-before 43 use-before: .USEBEFORE .NOTMAIN
|
depsrc-usebefore.mk | 16 # Before make.h 1.280 from 2021-12-28, a .USEBEFORE target was accidentally 25 ordering: before-1 before-2 after-1 after-2 27 before-1: .USEBEFORE before-1-before-1 before-1-before-2 before-1-after-1 before-1-after- [all...] |
depsrc-usebefore.mk | 16 # Before make.h 1.280 from 2021-12-28, a .USEBEFORE target was accidentally 25 ordering: before-1 before-2 after-1 after-2 27 before-1: .USEBEFORE before-1-before-1 before-1-before-2 before-1-after-1 before-1-after- [all...] |
depsrc-usebefore.mk | 16 # Before make.h 1.280 from 2021-12-28, a .USEBEFORE target was accidentally 25 ordering: before-1 before-2 after-1 after-2 27 before-1: .USEBEFORE before-1-before-1 before-1-before-2 before-1-after-1 before-1-after- [all...] |
suff-use.mk | 4 # additional command before and after successful compilation of a .c file. 43 using-before: .USEBEFORE 44 : 'Before making ${.TARGET} from ${.ALLSRCS}' 50 .c.o: using-before using-after
|
suff-use.mk | 4 # additional command before and after successful compilation of a .c file. 43 using-before: .USEBEFORE 44 : 'Before making ${.TARGET} from ${.ALLSRCS}' 50 .c.o: using-before using-after
|
suff-use.mk | 4 # additional command before and after successful compilation of a .c file. 43 using-before: .USEBEFORE 44 : 'Before making ${.TARGET} from ${.ALLSRCS}' 50 .c.o: using-before using-after
|
cmd-errors-jobs.mk | 74 .BEGIN: before-begin 76 before-begin: 98 .END: before-end 100 before-end:
|
cmd-errors-jobs.mk | 74 .BEGIN: before-begin 76 before-begin: 98 .END: before-end 100 before-end:
|
cmd-errors-jobs.mk | 74 .BEGIN: before-begin 76 before-begin: 98 .END: before-end 100 before-end:
|
cmd-interrupt.mk | 20 all: clean-before 27 clean-before clean-after: .PHONY
|
/src/usr.bin/indent/ |
parse.c | 245 static struct buffer before, after; local in function:parse 246 buf_clear(&before); 247 ps_psyms_to_string(&before, &ps); 253 if (strcmp(before.s, after.s) != 0) { 254 debug_println("psyms before: %s", before.s);
|
parse.c | 245 static struct buffer before, after; local in function:parse 246 buf_clear(&before); 247 ps_psyms_to_string(&before, &ps); 253 if (strcmp(before.s, after.s) != 0) { 254 debug_println("psyms before: %s", before.s);
|
parse.c | 245 static struct buffer before, after; local in function:parse 246 buf_clear(&before); 247 ps_psyms_to_string(&before, &ps); 253 if (strcmp(before.s, after.s) != 0) { 254 debug_println("psyms before: %s", before.s);
|
/src/tests/lib/libc/sys/ |
t_sigtimedwait.c | 52 struct timespec ts, before, after, len; local in function:ATF_TC_BODY 59 clock_gettime(CLOCK_MONOTONIC, &before); 64 timespecsub(&after, &before, &len);
|
t_sigtimedwait.c | 52 struct timespec ts, before, after, len; local in function:ATF_TC_BODY 59 clock_gettime(CLOCK_MONOTONIC, &before); 64 timespecsub(&after, &before, &len);
|
t_sigtimedwait.c | 52 struct timespec ts, before, after, len; local in function:ATF_TC_BODY 59 clock_gettime(CLOCK_MONOTONIC, &before); 64 timespecsub(&after, &before, &len);
|
/src/tests/kernel/ |
t_nanosleep.c | 66 struct timespec before, after; local in function:tester 70 if (clock_gettime(clock, &before) != 0) 74 timespecadd(&to_sleep, &before, &after); 80 (int)clock, flags, (intmax_t)before.tv_sec, before.tv_nsec); 110 timespecadd(&before, &to_sleep, &before); 111 if (timespeccmp(&before, &after, >))
|
t_nanosleep.c | 66 struct timespec before, after; local in function:tester 70 if (clock_gettime(clock, &before) != 0) 74 timespecadd(&to_sleep, &before, &after); 80 (int)clock, flags, (intmax_t)before.tv_sec, before.tv_nsec); 110 timespecadd(&before, &to_sleep, &before); 111 if (timespeccmp(&before, &after, >))
|
t_nanosleep.c | 66 struct timespec before, after; local in function:tester 70 if (clock_gettime(clock, &before) != 0) 74 timespecadd(&to_sleep, &before, &after); 80 (int)clock, flags, (intmax_t)before.tv_sec, before.tv_nsec); 110 timespecadd(&before, &to_sleep, &before); 111 if (timespeccmp(&before, &after, >))
|
/src/sys/dev/pci/ |
hptide.c | 284 u_int32_t before, after; local in function:hpt_setup_channel 343 before = pci_conf_read(sc->sc_pc, sc->sc_tag, 377 after, before), DEBUG_PROBE);
|
hptide.c | 284 u_int32_t before, after; local in function:hpt_setup_channel 343 before = pci_conf_read(sc->sc_pc, sc->sc_tag, 377 after, before), DEBUG_PROBE);
|
/src/usr.bin/time/ |
time.c | 76 struct timespec before, after; local in function:main 123 (void)clock_gettime(CLOCK_MONOTONIC, &before); 143 timespecsub(&after, &before, &after); 151 before.tv_sec = 0; 152 before.tv_nsec = 0; 153 prusage1(stderr, fmt, prec, &null_ru, &ru, &after, &before);
|