Home
last modified time | relevance | path

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

12345678910>>...67

/freebsd/contrib/bmake/unit-tests/
H A Ddepsrc-usebefore.mk27 before-1: .USEBEFORE before-1-before-1 before-1-before-2 before-1-after-1 before-1-after-2
31 before-1-before-1: .USEBEFORE
32 @echo before-1-before-1 1
33 @echo before-1-before-1 2
36 @echo before-1-before-2 1
37 @echo before-1-before-2 2
47 before-2: .USEBEFORE before-2-before-1 before-2-before-2 before-2-after-1 before-2-after-2
52 @echo before-2-before-1 1
53 @echo before-2-before-1 2
56 @echo before-2-before-2 1
[all …]
/freebsd/contrib/mandoc/
H A Dmandoc.css305 .An::before, .Ar::before, .Cd::before, .Cm::before,
306 .Dv::before, .Em::before, .Er::before, .Ev::before,
307 .Fa::before, .Fd::before, .Fl::before, .Fn::before, .Ft::before,
308 .Ic::before, code.In::before, .Lb::before, .Lk::before,
309 .Ms::before, .Mt::before, .Nd::before, code.Nm::before,
311 h1.Sh::before, h2.Ss::before, .St::before, .Sx::before, .Sy::before,
312 .Va::before, .Vt::before, .Xr::before {
326 .An:hover::before, .Ar:hover::before, .Cd:hover::before, .Cm:hover::before,
327 .Dv:hover::before, .Em:hover::before, .Er:hover::before, .Ev:hover::before,
328 .Fa:hover::before, .Fd:hover::before, .Fl:hover::before, .Fn:hover::before,
[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])/
76 /after[1] != ntohl(before[1])/
83 /after[2] != htonll(before[2])/
[all …]
/freebsd/contrib/netbsd-tests/bin/sh/dotcmd/out/
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_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 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 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_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 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 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 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_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_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_return_while.out1 before while
2 before dotcmd
3 before while
4 before return
6 before dotcmd
7 before while
8 before return
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_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_while.out1 before until
2 before dotcmd
3 before while
4 before return
6 before dotcmd
7 before while
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

12345678910>>...67