Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 1458) sorted by relevance

12345678910>>...59

/freebsd/contrib/bmake/unit-tests/
H A Ddepsrc-usebefore.mk25 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
37 @echo before-1-before-2 2
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc.css98 .Bl-dash > li:before {
273 .An::before { content: "An"; }
274 .Ar::before { content: "Ar"; }
275 .Cd::before { content: "Cd"; }
276 .Cm::before { content: "Cm"; }
277 .Dv::before { content: "Dv"; }
278 .Em::before { content: "Em"; }
279 .Er::before { content: "Er"; }
280 .Ev::before { content: "Ev"; }
281 .Fa::before { content: "Fa"; }
[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/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
H A Dfor_return_case.out1 before for
2 before dotcmd
3 before case
4 before return
6 before dotcmd
7 before case
8 before return
H A Dfor_return_for.out1 before for
2 before dotcmd
3 before for
4 before return
6 before dotcmd
7 before for
8 before return
H A Dfor_return_until.out1 before for
2 before dotcmd
3 before until
4 before return
6 before dotcmd
7 before until
8 before return
H A Dfor_return_while.out1 before for
2 before dotcmd
3 before while
4 before return
6 before dotcmd
7 before while
8 before return
H A Duntil_return_case.out1 before until
2 before dotcmd
3 before case
4 before return
6 before dotcmd
7 before case
8 before return
H A Duntil_return_for.out1 before until
2 before dotcmd
3 before for
4 before return
6 before dotcmd
7 before for
8 before return
H A Duntil_return_until.out1 before until
2 before dotcmd
3 before until
4 before return
6 before dotcmd
7 before until
8 before return

12345678910>>...59