Home
last modified time | relevance | path

Searched full:before (Results 1 – 25 of 3071) sorted by relevance

12345678910>>...123

/freebsd/contrib/bmake/unit-tests/
H A Ddepsrc-usebefore.mk16 # 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-2
28 @echo before-1 1
29 @echo before-1 2
31 before-1-before-1: .USEBEFORE
32 @echo before-1-before-1 1
33 @echo before-1-before-1 2
35 before-1-before-2: .USEBEFORE
36 @echo before-1-before-2 1
[all …]
H A Ddepsrc-usebefore.exp1 after-2-before-2 1
2 after-2-before-2 2
3 after-2-before-1 1
4 after-2-before-1 2
5 after-1-before-2 1
6 after-1-before-2 2
7 after-1-before-1 1
8 after-1-before-1 2
9 before-2-before-2 1
10 before-2-before-2 2
[all …]
H A Ddirective-misspellings.mk5 # Before 2020-12-12, make didn't catch most of these misspellings. For
33 .exports varname # Accepted before 2020-12-13 01:07:54.
36 .export-en # Accepted before 2020-12-13 01:07:54.
40 .export-environment # Accepted before 2020-12-13 01:07:54.
43 .export-litera varname # Accepted before 2020-12-13 01:07:54.
46 .export-literax varname # Accepted before 2020-12-13 01:07:54.
48 .export-literally varname # Accepted before 2020-12-13 01:07:54.
74 .infos msg # Accepted before 2020-12-13 01:07:54.
90 .undefs varname # Accepted before 2020-12-13 01:07:54.
98 .unexports varname # Accepted before 2020-12-12 18:00:18.
[all …]
H A Dvarmod-indirect.exp6 make: "varmod-indirect.mk" line 143: before
8 make: "varmod-indirect.mk" line 151: before
10 make: "varmod-indirect.mk" line 159: before
14 make: "varmod-indirect.mk" line 167: before
16 Parsing varmod-indirect.mk:176: _:= before ${UNDEF} after
19 Global: _ = before ${UNDEF} after
20 Parsing varmod-indirect.mk:179: _:= before ${UNDEF:${:US,a,a,}} after
28 Global: _ = before ${UNDEF:S,a,a,} after
29 Parsing varmod-indirect.mk:189: _:= before ${UNDEF:${:U}} after
32 Global: _ = before ${UNDEF:} after
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc.css106 .Bl-dash > li:before {
281 .An::before { content: "An"; }
282 .Ar::before { content: "Ar"; }
283 .Cd::before { content: "Cd"; }
284 .Cm::before { content: "Cm"; }
285 .Dv::before { content: "Dv"; }
286 .Em::before { content: "Em"; }
287 .Er::before { content: "Er"; }
288 .Ev::before { content: "Ev"; }
289 .Fa::before { content: "Fa"; }
[all …]
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c87 printf("Before forking process PID=%d\n", getpid()); in ATF_TC_BODY()
90 printf("Before calling PT_TRACE_ME from child %d\n", getpid()); in ATF_TC_BODY()
93 printf("Before raising %s from child\n", strsignal(sigval)); in ATF_TC_BODY()
96 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
101 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
106 printf("Before resuming the child process where it left off and " in ATF_TC_BODY()
110 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
115 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
146 printf("Before forking process PID=%d\n", getpid()); in ATF_TC_BODY()
149 printf("Before calling PT_TRACE_ME from child %d\n", getpid()); in ATF_TC_BODY()
[all …]
/freebsd/contrib/netbsd-tests/kernel/arch/amd64/
H A Dt_ptrace_wait.c76 printf("Before forking process PID=%d\n", getpid()); in ATF_TC_BODY()
79 printf("Before calling PT_TRACE_ME from child %d\n", getpid()); in ATF_TC_BODY()
82 printf("Before raising %s from child\n", strsignal(sigval)); in ATF_TC_BODY()
85 printf("Before exiting of the child process\n"); in ATF_TC_BODY()
90 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
127 printf("Before resuming the child process where it left off and " in ATF_TC_BODY()
131 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
136 printf("Before calling %s() for the child\n", TWAIT_FNAME); in ATF_TC_BODY()
159 printf("Before forking process PID=%d\n", getpid()); in ATF_TC_BODY()
162 printf("Before calling PT_TRACE_ME from child %d\n", getpid()); in ATF_TC_BODY()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.hton.d39 before[0] = 0x1122LL;
40 before[1] = 0x11223344LL;
41 before[2] = 0x1122334455667788LL;
55 /after[0] != htons(before[0])/
57 printf("%x rather than %x", htons(before[0]), after[0]);
62 /after[0] != ntohs(before[0])/
64 printf("%x rather than %x", ntohs(before[0]), after[0]);
69 /after[1] != htonl(before[1])/
71 printf("%x rather than %x", htonl(before[1]), after[1]);
76 /after[1] != ntohl(before[1])/
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java33 * methods before and after open(), compile(), enable(), go(), stop(),
68 System.out.println("before open"); in beforeOpen()
74 exit(1, "compile before open"); in beforeOpen()
79 exit(1, "compile before open"); in beforeOpen()
85 exit(1, "enable before open"); in beforeOpen()
90 exit(1, "enable before open"); in beforeOpen()
96 exit(1, "getOption before open"); in beforeOpen()
101 exit(1, "getOption before open"); in beforeOpen()
105 exit(1, "setOption before open"); in beforeOpen()
110 exit(1, "setOption before open"); in beforeOpen()
[all …]
/freebsd/contrib/netbsd-tests/bin/sh/dotcmd/out/
H A Dwhile_continue_until.out1 before while
2 before dotcmd
3 before until
4 before continue
5 before continue
8 before dotcmd
9 before until
10 before continue
11 before continue
H A Dfor_continue_until.out1 before for
2 before dotcmd
3 before until
4 before continue
5 before continue
8 before dotcmd
9 before until
10 before continue
11 before continue
H A Dfor_continue_while.out1 before for
2 before dotcmd
3 before while
4 before continue
5 before continue
8 before dotcmd
9 before while
10 before continue
11 before continue
H A Duntil_continue_for.out1 before until
2 before dotcmd
3 before for
4 before continue
5 before continue
8 before dotcmd
9 before for
10 before continue
11 before continue
H A Duntil_continue_until.out1 before until
2 before dotcmd
3 before until
4 before continue
5 before continue
8 before dotcmd
9 before until
10 before continue
11 before continue
H A Duntil_continue_while.out1 before until
2 before dotcmd
3 before while
4 before continue
5 before continue
8 before dotcmd
9 before while
10 before continue
11 before continue
H A Dfor_continue_for.out1 before for
2 before dotcmd
3 before for
4 before continue
5 before continue
8 before dotcmd
9 before for
10 before continue
11 before continue
H A Dwhile_continue_for.out1 before while
2 before dotcmd
3 before for
4 before continue
5 before continue
8 before dotcmd
9 before for
10 before continue
11 before continue
H A Dwhile_continue_while.out1 before while
2 before dotcmd
3 before while
4 before continue
5 before continue
8 before dotcmd
9 before while
10 before continue
11 before continue
H A Dfor_continue_case.out1 before for
2 before dotcmd
3 before case
4 before continue
5 before dotcmd
6 before case
7 before continue
H A Dfor_continue_func.out1 before for
2 before dotcmd
3 before function
4 before continue
5 before dotcmd
6 before function
7 before continue
H A Duntil_continue_case.out1 before until
2 before dotcmd
3 before case
4 before continue
5 before dotcmd
6 before case
7 before continue
H A Duntil_continue_func.out1 before until
2 before dotcmd
3 before function
4 before continue
5 before dotcmd
6 before function
7 before continue
H A Dwhile_continue_case.out1 before while
2 before dotcmd
3 before case
4 before continue
5 before dotcmd
6 before case
7 before continue
H A Dwhile_continue_func.out1 before while
2 before dotcmd
3 before function
4 before continue
5 before dotcmd
6 before function
7 before continue
/freebsd/contrib/atf/atf-c++/
H A Dmacros_test.cpp69 create_ctl_file("before"); in ATF_TEST_CASE_BODY()
81 create_ctl_file("before"); in ATF_TEST_CASE_BODY()
93 create_ctl_file("before"); in ATF_TEST_CASE_BODY()
107 create_ctl_file("before"); in ATF_TEST_CASE_BODY()
122 create_ctl_file("before"); in ATF_TEST_CASE_BODY()
141 create_ctl_file("before"); in ATF_TEST_CASE_BODY()
156 create_ctl_file("before"); in ATF_TEST_CASE_BODY()
175 create_ctl_file("before"); in ATF_TEST_CASE_BODY()
187 create_ctl_file("before"); in ATF_TEST_CASE_BODY()
208 create_ctl_file("before"); in ATF_TEST_CASE_BODY()
[all …]

12345678910>>...123