/freebsd/crypto/heimdal/lib/roken/ |
H A D | snprintf-test.c | 38 try (const char *format, ...) in try() function 47 errx (1, "increase buf and try again"); in try() 67 tot += try ("%d", int_values[i]); in cmp_with_sprintf_int() 68 tot += try ("%x", int_values[i]); in cmp_with_sprintf_int() 69 tot += try ("%X", int_values[i]); in cmp_with_sprintf_int() 70 tot += try ("%o", int_values[i]); in cmp_with_sprintf_int() 71 tot += try ("%#x", int_values[i]); in cmp_with_sprintf_int() 72 tot += try ("%#X", int_values[i]); in cmp_with_sprintf_int() 73 tot += try ("%#o", int_values[i]); in cmp_with_sprintf_int() 74 tot += try ("%10d", int_values[i]); in cmp_with_sprintf_int() [all …]
|
/freebsd/tools/regression/security/cap_test/ |
H A D | cap_test_capabilities.c | 414 #define TRY(rights) \ macro 419 /* We've already failed, but try the test anyway. */ \ 463 TRY(CAP_READ); in test_capabilities() 464 TRY(CAP_WRITE); in test_capabilities() 465 TRY(CAP_SEEK); in test_capabilities() 466 TRY(CAP_PREAD); in test_capabilities() 467 TRY(CAP_PWRITE); in test_capabilities() 468 TRY(CAP_READ | CAP_WRITE); in test_capabilities() 469 TRY(CAP_PREAD | CAP_PWRITE); in test_capabilities() 470 TRY(CAP_MMAP); in test_capabilities() [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.expr | 15 $1 ~ /try/ { # new test 17 sub(/try /, "") 50 # try program as rest of line 55 # try another program... 57 try { print ($1 == 1) ? "yes" : "no" } 67 try $1 > 0 77 try { print NF } 84 try { print NF, $NF } 91 try { i=1; print ($++$++i) } 97 try { x = $1++++$2; print $1, x } [all …]
|
H A D | T.utf | 15 $1 ~ /try/ { # new test 17 sub(/try [a-zA-Z_0-9]+ /, "") 19 printf("try %3d %s\n", nt, prog) 50 # try program as rest of line 55 # try another program... 57 try length { print length($1) } 81 try index { print index($1, $2) } 93 try substr { print substr($0, 2, 3) } 100 try rematch { print $1 ~ $2 } 109 try sub { n = sub($2, $3, $1); print n, $1 } [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestStateMachine.java | 72 try { in beforeOpen() 83 try { in beforeOpen() 94 try { in beforeOpen() 103 try { in beforeOpen() 112 try { in beforeOpen() 123 try { in beforeOpen() 132 try { in beforeOpen() 143 try { in beforeOpen() 154 try { in beforeOpen() 165 try { in beforeOpen() [all …]
|
H A D | TestAbort.java | 45 try { in main() 51 try { in main() 66 try { in main() 79 try { in main() 97 try { in main() 110 try { in main() 125 try { in main() 131 try { in main() 137 try { in main() 142 try { in main()
|
H A D | TestEnable.java | 50 try { in main() 57 try { in main() 68 try { in main() 79 try { in main() 92 try { in main() 103 try { in main() 114 // Try to fool the consumer with a program compiled by in main() 119 try { in main()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | t-match.c | 17 #define try(str, pat, want) \ macro 33 try("foo", "foo", true); 34 try("foo", "bar", false); 35 try("foo[bar", "foo[bar", true); 36 try("foo[bar]", "foo[bar]", false); 37 try("foob", "foo[bar]", true); 38 try("a-b", "a[]-]b", true); 39 try("abcde", "a*e", true); 40 try("[", "[[]", true); 41 try("c", "[a-z]", true); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGStackify.cpp | 12 /// This pass inserts BLOCK, LOOP, and TRY markers to mark the start of scopes, 96 // For each BLOCK|LOOP|TRY, the corresponding END_(BLOCK|LOOP|TRY) or DELEGATE 97 // (in case of TRY). 99 // For each END_(BLOCK|LOOP|TRY) or DELEGATE, the corresponding 100 // BLOCK|LOOP|TRY. 102 // <TRY marker, EH pad> map 104 // <EH pad, TRY marker> map 150 "Insert BLOCK/LOOP/TRY markers for WebAssembly scopes", false, 250 // try) signatures when we implement the multi-value proposal later. 314 // If there is a previously placed BLOCK/TRY marker and its corresponding in placeBlockMarker() [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
H A D | blake2b-long.c | 27 #define TRY(statement) \ in blake2b_long() macro 36 TRY(crypto_generichash_blake2b_init(&blake_state, NULL, 0U, outlen)); in blake2b_long() 37 TRY(crypto_generichash_blake2b_update(&blake_state, outlen_bytes, in blake2b_long() 39 TRY(crypto_generichash_blake2b_update( in blake2b_long() 41 TRY(crypto_generichash_blake2b_final(&blake_state, out, outlen)); in blake2b_long() 46 TRY(crypto_generichash_blake2b_init( in blake2b_long() 48 TRY(crypto_generichash_blake2b_update(&blake_state, outlen_bytes, in blake2b_long() 50 TRY(crypto_generichash_blake2b_update( in blake2b_long() 52 TRY(crypto_generichash_blake2b_final( in blake2b_long() 61 TRY(crypto_generichash_blake2b( in blake2b_long() [all …]
|
/freebsd/contrib/libucl/tests/basic/ |
H A D | load.in | 4 .load(try=false, multiline=false, trim=false, escape=false, key="key1", target="string", priority=1… 5 .load(try=false, multiline=true, trim=false, escape=false, key="key2", target="string", priority=1)… 6 .load(try=false, multiline=true, trim=true, escape=false, key="key3", target="string", priority=1) … 7 .load(try=false, multiline=true, trim=true, escape=true, key="key4", target="string", priority=1) "… 8 .load(try=false, multiline=false, trim=true, escape=false, key="key5", target="string", priority=1)… 9 .load(try=false, multiline=false, trim=false, escape=true, key="key6", target="string", priority=1)… 10 .load(try=false, multiline=false, trim=true, escape=true, key="key7", target="string", priority=1) … 11 .load(try=false, multiline=false, trim=false, escape=false, key="key8", target="int", priority=1) "… 12 .load(try=false, multiline=false, trim=false, escape=false, key="key9", target="int", priority=4) "… 13 .load(try=true, multiline=false, trim=false, escape=false, key="key10", target="string", priority=1…
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerFlags.def | 19 FUZZER_FLAG_INT(len_control, 100, "Try generating small inputs first, " 20 "then try larger inputs over time. Specifies the rate at which the length " 21 "limit is increased (smaller == faster). If 0, immediately try inputs with " 111 FUZZER_FLAG_INT(shrink, 0, "Experimental. Try to shrink corpus inputs.") 113 "Try to reduce the size of inputs while preserving their full feature sets") 147 FUZZER_FLAG_INT(handle_segv, 1, "If 1, try to intercept SIGSEGV.") 148 FUZZER_FLAG_INT(handle_bus, 1, "If 1, try to intercept SIGBUS.") 149 FUZZER_FLAG_INT(handle_abrt, 1, "If 1, try to intercept SIGABRT.") 150 FUZZER_FLAG_INT(handle_ill, 1, "If 1, try to intercept SIGILL.") 151 FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try t [all...] |
/freebsd/stand/common/ |
H A D | boot.c | 40 static char *getbootfile(int try); 41 static int loadakernel(int try, int argc, char* argv[]); 43 /* List of kernel names to try (may be overwritten by boot.config) XXX should move from here? */ 159 * we haven't tried already, try now. 168 autoboot(-1, NULL); /* try to boot automatically */ in autoboot_maybe() 186 /* try to get a delay from the environment */ in autoboot() 265 * Scrounge for the name of the (try)'th file we will try to boot. 268 getbootfile(int try) in getbootfile() argument 281 * Try $bootfile, then try our builtin default in getbootfile() 286 while ((try > 0) && (spec != NULL)) { in getbootfile() [all …]
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | widechars.c | 46 int try; in _nc_mbtowc() local 55 for (try = 1; try <= (int) n; ++try) { in _nc_mbtowc() 59 try, in _nc_mbtowc() 62 TR(TRACE_BITS, ("...try %d:%d", try, count)); in _nc_mbtowc() 75 try, in _nc_mbtowc() 83 result = try; in _nc_mbtowc()
|
/freebsd/contrib/cortex-strings/ |
H A D | Makefile.am | 80 try-none \ 81 try-this \ 82 try-plain \ 83 try-newlib-c \ 84 try-bionic-c \ 85 try-glibc-c 190 try-bionic-a9 \ 191 try-bionic-a15 \ 192 try-csl \ 193 try-glibc \ [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 54 try: 68 try: 170 try: 182 try: 189 try: 221 try: 228 try: 274 try: 287 try: 303 try: [all …]
|
/freebsd/usr.sbin/rpc.umntall/ |
H A D | rpc.umntall.c | 171 struct timeval try; in do_umntall() local 174 try.tv_sec = 3; in do_umntall() 175 try.tv_usec = 0; in do_umntall() 177 &try); in do_umntall() 185 (xdrproc_t)xdr_void, (caddr_t)0, try); in do_umntall() 199 struct timeval try; in do_umount() local 202 try.tv_sec = 3; in do_umount() 203 try.tv_usec = 0; in do_umount() 205 &try); in do_umount() 212 (xdrproc_t)xdr_void, (caddr_t)0, try); in do_umount()
|
/freebsd/contrib/lib9p/pytest/ |
H A D | client.py | 10 try: 120 try: 125 try: 225 try: 300 try: 330 try: 348 try: 355 try: 372 try: 381 try: [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | embedded_interpreter.py | 11 try: 34 try: 74 try: 78 try: 86 try: 121 try:
|
/freebsd/stand/forth/ |
H A D | loader.4th | 88 : try-menu-unset 124 try-menu-unset 129 try-menu-unset 134 try-menu-unset 139 try-menu-unset 176 \ Will *NOT* try to load kernel and modules if no configuration file 280 s" try-include" s" try to load/interpret files" .? 283 : try-include ( -- ) \ see loader.4th(8)
|
/freebsd/share/examples/kld/dyn_sysctl/ |
H A D | dyn_sysctl.c | 84 OID_AUTO, "long_a", CTLFLAG_RW, &a, "just to try"); in load() 86 OID_AUTO, "int_b", CTLFLAG_RW, &b, 0, "just to try 1"); in load() 90 OID_AUTO, "string_c", CTLFLAG_RD, c, 0, "just to try 2"); in load() 110 OID_AUTO, "string_c1", CTLFLAG_RD, c, 0, "just to try 2"); in load() 125 printf("1. Try to free ctx1 (%p): ", &clist); in load() 130 printf("2. Try to free ctx3 (%p): ", &clist2); in load() 138 printf("3. Try to free ctx1 (%p) again: ", &clist); in load() 146 printf("4. Try to free ctx2 (%p): ", &clist1); in load()
|
/freebsd/crypto/heimdal/lib/kafs/ |
H A D | common.c | 142 /* Try to get a db-server for an AFS cell from a AFSDB record */ 169 * Try to find the cells we should try to klog to in "file". 281 continue; /* Not a cell name line, try next line */ in file_find_cell() 306 break; /* Won't try any more */ in file_find_cell() 390 * Try the local realm, but if the previous cases fail, this is in _kafs_get_cred() 398 * know and we should try afs@realm_hint. in _kafs_get_cred() 415 * Try afs.cell@REALM. in _kafs_get_cred() 423 * Try afs@REALM. in _kafs_get_cred() 434 * Try afs@CELL. in _kafs_get_cred() 435 * Try afs.cell@CELL. in _kafs_get_cred() [all …]
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBEventDocstrings.i | 6 Try wait for event... 11 Try wait for event... 16 Try wait for event... 21 Try wait for event... 62 # Let's only try at most 4 times to retrieve any kind of event. 66 print('Try wait for event...')
|
/freebsd/usr.bin/caesar/ |
H A D | caesar.c | 69 int obs[26], try, winner; in main() local 104 for (try = winner = 0; try < 26; ++try) { /* += 13) { */ in main() 107 dot += obs[i] * stdf[(i + try) % 26]; in main() 109 if (try == 0) in main() 113 winner = try; in main()
|
/freebsd/sys/contrib/zlib/test/ |
H A D | infcover.c | 508 local int try(char *hex, char *id, int err) in try() function 584 try("0 0 0 0 0", "invalid stored block lengths", 1); in cover_inflate() 585 try("3 0", "fixed", 0); in cover_inflate() 586 try("6", "invalid block type", 1); in cover_inflate() 587 try("1 1 0 fe ff 0", "stored", 0); in cover_inflate() 588 try("fc 0 0", "too many length or distance symbols", 1); in cover_inflate() 589 try("4 0 fe ff", "invalid code lengths set", 1); in cover_inflate() 590 try("4 0 24 49 0", "invalid bit length repeat", 1); in cover_inflate() 591 try("4 0 24 e9 ff ff", "invalid bit length repeat", 1); in cover_inflate() 592 try("4 0 24 e9 ff 6d", "invalid code -- missing end-of-block", 1); in cover_inflate() [all …]
|