| /netbsd-src/external/gpl2/groff/dist/tmac/ |
| H A D | trace.tmac | 17 . do ecs 19 . do !!de \$1 20 . ie "\$1"\\$0" .do tm1 "\\*[!!sp]*** de trace enter: \\$0 \\$@ 21 . el .do tm1 "\\*[!!sp]*** de trace enter \$1: \\$0 \\$@ 22 . do as !!sp " \" 23 . do nop \\*[!!\$1]\\ 24 . do substring !!sp 1 25 . ie "\$1"\\$0" .do tm1 "\\*[!!sp]*** trace exit: \\$0 \\$@ 26 . el .do tm1 "\\*[!!sp]*** trace exit \$1: \\$0 \\$@ 29 . do ds !!d1 !!\$1 [all …]
|
| H A D | troffrc-end | 5 .do if '\*[.T]'html' .do mso html-end.tmac 8 .do if r ps4html .do mso www.tmac 11 .do if !d HTML-IMAGE-INLINE .do ds HTML-IMAGE-INLINE 12 .do if !d HTML-IMAGE .do ds HTML-IMAGE 13 .do if !d HTML-IMAGE-RIGHT .do ds HTML-IMAGE-RIGHT 14 .do if !d HTML-IMAGE-LEFT .do ds HTML-IMAGE-LEFT 15 .do if !d HTML-IMAGE-END .do ds HTML-IMAGE-END 16 .do if !d DEVTAG .do ds DEVTAG 17 .do if !d HTML-DO-IMAGE .do ds HTML-DO-IMAGE
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | sha.c | 73 #define DO(t,f,k) \ macro 74 do { \ 105 DO(0,F0,K0); in calc() 106 DO(1,F0,K0); in calc() 107 DO(2,F0,K0); in calc() 108 DO(3,F0,K0); in calc() 109 DO(4,F0,K0); in calc() 110 DO(5,F0,K0); in calc() 111 DO(6,F0,K0); in calc() 112 DO(7,F0,K0); in calc() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | c_logi2op_log_l_shft_astat.S | 41 .macro do shift:req 49 do 0 label 50 do 1 label 51 do 2 label 52 do 3 label 53 do 4 label 54 do 5 label 55 do 6 label 56 do 7 label 57 do 8 label [all …]
|
| H A D | c_logi2op_log_r_shft_astat.S | 41 .macro do shift:req 49 do 0 label 50 do 1 label 51 do 2 label 52 do 3 label 53 do 4 label 54 do 5 label 55 do 6 label 56 do 7 label 57 do 8 label [all …]
|
| H A D | cc-astat-bits.s | 49 .macro do dir:req, op:req, bit_in:req, cc_in:req, bit_out:req, cc_out:req 58 do 0, 0, 0, 0, 0, 0 59 do 0, 0, 0, 1, 0, 0 60 do 0, 0, 1, 0, 1, 1 61 do 0, 0, 1, 1, 1, 1 63 do 1, 0, 0, 0, 0, 0 64 do 1, 0, 0, 1, 1, 1 65 do 1, 0, 1, 0, 0, 0 66 do 1, 0, 1, 1, 1, 1 69 do 0, 1, 0, 0, 0, 0 [all …]
|
| /netbsd-src/external/gpl2/groff/dist/contrib/mom/examples/ |
| H A D | sample_docs.mom | 58 nonumy eirmod tempor invidunt ut labore et do\%lo\%re magna ali\%quyam erat, 60 At vero eos et accusam et justo duo do\%lo\%re et ea rebum. 64 tempor invidunt ut labore et do\%lo\%re magna ali\%quyam erat, sed diam 68 ut labore et do\%lo\%re magna ali\%quyam erat, sed diam voluptua. At 69 vero, eos et accusam et justo duo do\%lo\%res et ea rebum. Consetetur 74 At vero eos et accusam et justo duo do\%lo\%res et ea rebum. Stet clita 76 labore et do\%lo\%re magna ali\%quyam erat, sed diam voluptua. 79 nonumy eirmod tempor invidunt ut labore et do\%lo\%re magna ali\%quyam erat, 81 eirmod tempor invidunt ut labore et do\%lo\%re magna. Tempor invidunt 82 ut labore et do\%lo\%re magna ali\%quyam erat, sed diam voluptua. [all …]
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | net_signed_servfail.rpl | 242 ; do not suffer the same fate). 246 REPLY RD DO 253 REPLY RD DO 261 REPLY QR RD RA DO NOERROR 272 REPLY QR RD RA DO NOERROR 283 REPLY RD DO 289 REPLY RD DO 296 REPLY QR RD RA DO NOERROR 306 REPLY QR RD RA DO NOERROR 317 REPLY RD DO [all …]
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/ |
| H A D | blake2b-load-sse41.h | 20 do { \ 26 do { \ 32 do { \ 38 do { \ 44 do { \ 50 do { \ 56 do { \ 62 do { \ 68 do { \ 74 do { \ [all …]
|
| H A D | blake2b-load-avx2.h | 5 do { \ 12 do { \ 19 do { \ 26 do { \ 33 do { \ 40 do { \ 47 do { \ 54 do { \ 61 do { \ 68 do { \ [all …]
|
| /netbsd-src/tests/usr.bin/indent/ |
| H A D | lsym_do.c | 4 * Tests for the token lsym_do, which represents the keyword 'do' that starts 5 * a 'do-while' loop. 11 * C11 6.8.5.2 "The 'do' statement" 18 do stmt();while(cond); in function() 26 do in function() 37 if (i > 0) return; else do {} while (0); in else_do() 48 do { in else_do() 58 do stmt(); while (0); in variants() 60 do { stmt(); } while (0); in variants() 62 do /* comment */ stmt(); while (0); in variants() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nios2/ |
| H A D | nios2.opt | 59 Volatile memory accesses do not use I/O load/store instructions. 106 Do not use the ftruncds custom instruction. 114 Do not use the fextsd custom instruction. 122 Do not use the fixdu custom instruction. 130 Do not use the fixdi custom instruction. 138 Do not use the fixsu custom instruction. 146 Do not use the fixsi custom instruction. 154 Do not use the floatud custom instruction. 162 Do not use the floatid custom instruction. 170 Do not use the floatus custom instruction. [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nios2/ |
| H A D | nios2.opt | 59 Volatile memory accesses do not use I/O load/store instructions. 106 Do not use the ftruncds custom instruction. 114 Do not use the fextsd custom instruction. 122 Do not use the fixdu custom instruction. 130 Do not use the fixdi custom instruction. 138 Do not use the fixsu custom instruction. 146 Do not use the fixsi custom instruction. 154 Do not use the floatud custom instruction. 162 Do not use the floatid custom instruction. 170 Do not use the floatus custom instruction. [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | gen-fixed.sh | 48 for n in $fixed_func_names; do 49 for m in $fixed_fract_modes; do 54 for n in $fixed_sfunc_names; do 55 for m in $fixed_sfract_modes; do 60 for n in $fixed_ufunc_names; do 61 for m in $fixed_ufract_modes; do 68 for f in $fixed_fract_modes; do 69 for t in $fixed_fract_modes $fixed_signed_modes; do 74 for f in $fixed_signed_modes; do 75 for t in $fixed_fract_modes; do [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | gen-fixed.sh | 48 for n in $fixed_func_names; do 49 for m in $fixed_fract_modes; do 54 for n in $fixed_sfunc_names; do 55 for m in $fixed_sfract_modes; do 60 for n in $fixed_ufunc_names; do 61 for m in $fixed_ufract_modes; do 68 for f in $fixed_fract_modes; do 69 for t in $fixed_fract_modes $fixed_signed_modes; do 74 for f in $fixed_signed_modes; do 75 for t in $fixed_fract_modes; do [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 42 // DO NOT EDIT! THIS FILE HAS BEEN GENERATED! 95 // FIXME: do some kind of PRE_READ for all syscall arguments (int(s) and such). 100 /* Nothing to do */ 104 /* Nothing to do */ 106 PRE_SYSCALL(exit)(long long rval_) { /* Nothing to do */ } 107 POST_SYSCALL(exit)(long long res, long long rval_) { /* Nothing to do */ } 147 POST_SYSCALL(close)(long long res, long long fd_) { /* Nothing to do */ } 212 PRE_SYSCALL(fchdir)(long long fd_) { /* Nothing to do */ } 213 POST_SYSCALL(fchdir)(long long res, long long fd_) { /* Nothing to do */ } 250 PRE_SYSCALL(break)(void *nsize_) { /* Nothing to do */ } [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 42 // DO NOT EDIT! THIS FILE HAS BEEN GENERATED! 95 // FIXME: do some kind of PRE_READ for all syscall arguments (int(s) and such). 100 /* Nothing to do */ 104 /* Nothing to do */ 106 PRE_SYSCALL(exit)(long long rval_) { /* Nothing to do */ } 107 POST_SYSCALL(exit)(long long res, long long rval_) { /* Nothing to do */ } 147 POST_SYSCALL(close)(long long res, long long fd_) { /* Nothing to do */ } 212 PRE_SYSCALL(fchdir)(long long fd_) { /* Nothing to do */ } 213 POST_SYSCALL(fchdir)(long long res, long long fd_) { /* Nothing to do */ } 250 PRE_SYSCALL(break)(void *nsize_) { /* Nothing to do */ } [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_syscalls_netbsd.inc | 43 // DO NOT EDIT! THIS FILE HAS BEEN GENERATED! 96 // FIXME: do some kind of PRE_READ for all syscall arguments (int(s) and such). 101 /* Nothing to do */ 105 /* Nothing to do */ 107 PRE_SYSCALL(exit)(long long rval_) { /* Nothing to do */ } 108 POST_SYSCALL(exit)(long long res, long long rval_) { /* Nothing to do */ } 148 POST_SYSCALL(close)(long long res, long long fd_) { /* Nothing to do */ } 213 PRE_SYSCALL(fchdir)(long long fd_) { /* Nothing to do */ } 214 POST_SYSCALL(fchdir)(long long res, long long fd_) { /* Nothing to do */ } 251 PRE_SYSCALL(break)(void *nsize_) { /* Nothing to do */ } [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/include/ |
| H A D | heim_threads.h | 99 #define HEIMDAL_key_create(k,d,r) do { r = thr_keycreate(k,d); } while(0) 100 #define HEIMDAL_setspecific(k,s,r) do { r = thr_setspecific(k,s); } while(0) 131 #define HEIMDAL_key_create(k,d,r) do { r = heim_w32_key_create(k,d); } while(0) 132 #define HEIMDAL_setspecific(k,s,r) do { r = heim_w32_setspecific(k,s); } while(0) 137 #define HEIMDAL_key_create(k,d,r) do { r = pthread_key_create(k,d); } while(0) 138 #define HEIMDAL_setspecific(k,s,r) do { r = pthread_setspecific(k,s); } while(0) 286 #define HEIMDAL_key_create(k,d,r) do { r = heim_w32_key_create(k,d); } while(0) 287 #define HEIMDAL_setspecific(k,s,r) do { r = heim_w32_setspecific(k,s); } while(0) 297 /* no threads support, just do consistency checks */ 302 #define HEIMDAL_MUTEX_init(m) do { (*(m)) = 0; } while(0) [all …]
|
| /netbsd-src/sys/arch/hpc/include/ |
| H A D | debug.h | 71 #define PRINTF(fmt, args...) do { \ 77 #define DPRINTF(fmt, args...) do { \ 82 #define _DPRINTF(fmt, args...) do { \ 87 #define DPRINTFN(n, fmt, args...) do { \ 92 #define _DPRINTFN(n, fmt, args...) do { \ 98 #define DPRINTF(args...) do {} while (/* CONSTCOND */ 0) 99 #define _DPRINTF(args...) do {} while (/* CONSTCOND */ 0) 100 #define DPRINTFN(n, args...) do {} while (/* CONSTCOND */ 0) 101 #define _DPRINTFN(n, args...) do {} while (/* CONSTCOND */ 0) 111 #define DPRINTF(arg) do { \ [all …]
|
| /netbsd-src/libexec/telnetd/ |
| H A D | telnetd.8 | 207 that do not support kludge linemode, but pass the heuristic 211 .Dv DO TIMING-MARK ) 257 .\"The option has no effect on systems that do not 333 a willingness to do the following 364 .Bl -tag -width "DO AUTHENTICATION" 385 client should do any terminal echoing that is needed. 401 .Dv DO TIMING-MARK 407 .Dv DO LOGOUT 424 .Bl -tag -width "DO AUTHENTICATION" 425 .It "DO BINARY" [all …]
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | hash.h | 84 #define STRING_HASH_1(KEY, RESULT) do { \ 89 #define return_STRING_HASH_1(KEY) do { \ 95 #define STRING_HASH_2(KEY, RESULT) do { \ 100 #define return_STRING_HASH_2(KEY) do { \ 106 #define STRING_COMPARE(X, Y, RESULT) do { \ 109 #define return_STRING_COMPARE(X, Y) do { \ 114 #define STRING_N_HASH_1(KEY, N, RESULT) do { \ 122 #define return_STRING_N_HASH_1(KEY, N) do { \ 128 #define STRING_N_HASH_2(KEY, N, RESULT) do { \ 136 #define return_STRING_N_HASH_2(KEY, N) do { \ [all …]
|
| /netbsd-src/tests/bin/sh/ |
| H A D | t_fsplit.sh | 128 check 'for f in $x; do echo x${f}y; done' '' 170 check 'for i in ${x-a b c}; do echo "z${i}z"; done' \ 172 check 'for i in ${x-"a b" c}; do echo "z${i}z"; done' \ 174 check 'for i in ${x-"a ${x-b c}" d}; do echo "z${i}z"; done' \ 176 check 'for i in ${x-a ${x-b c} d}; do echo "z${i}z"; done' \ 193 check 'for i in ${x-"a ${x-"b c"}" d}; do echo "z${i}z"; done' \ 195 check 'for i in ${x-a ${x-"b c"} d}; do echo "z${i}z"; done' \ 256 check 'x=BOGUS; for i in ${x+a b c}; do echo "z${i}z"; done'\ 258 check 'x=BOGUS; for i in ${x+"a b" c}; do echo "z${i}z"; done'\ 260 check 'x=BOGUS; for i in ${x+"a ${x+b c}" d}; do ech [all...] |
| /netbsd-src/sys/arch/mac68k/include/ |
| H A D | bus.h | 302 #define bus_space_read_multi_1(t, h, o, a, c) do { \ 306 #define bus_space_read_multi_2(t, h, o, a, c) do { \ 310 #define bus_space_read_multi_4(t, h, o, a, c) do { \ 314 #define bus_space_read_multi_stream_1(t, h, o, a, c) do { \ 318 #define bus_space_read_multi_stream_2(t, h, o, a, c) do { \ 322 #define bus_space_read_multi_stream_4(t, h, o, a, c) do { \ 328 do { if (c) (h).bsrm1(t, &(h), o, a, c); } while (0) 330 do { if (c) (h).bsrm2(t, &(h), o, a, c); } while (0) 332 do { if (c) (h).bsrm4(t, &(h), o, a, c); } while (0) 334 do { if (c) (h).bsrms1(t, &(h), o, a, c); } while (0) [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/sim/arm/ |
| H A D | armemu.h | 184 do \ 203 do \ 222 do \ 235 do \ 246 do \ 269 do \ 281 do \ 295 do \ 387 do \ 397 do \ [all …]
|