| /freebsd-13.1/crypto/heimdal/lib/roken/ |
| H A D | snprintf-test.c | 38 try (const char *format, ...) in try() function 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() 75 tot += try ("%10x", int_values[i]); in cmp_with_sprintf_int() [all …]
|
| /freebsd-13.1/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); 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); 42 try("C", "[a-z]", false); [all …]
|
| /freebsd-13.1/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-13.1/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-13.1/usr.bin/caesar/ |
| H A D | caesar.c | 83 int obs[26], try, winner; in main() local 118 for (try = winner = 0; try < 26; ++try) { /* += 13) { */ in main() 121 dot += obs[i] * stdf[(i + try) % 26]; in main() 123 if (try == 0) in main() 127 winner = try; in main()
|
| /freebsd-13.1/usr.sbin/rpc.umntall/ |
| H A D | rpc.umntall.c | 176 struct timeval try; in do_umntall() local 179 try.tv_sec = 3; in do_umntall() 180 try.tv_usec = 0; in do_umntall() 182 &try); in do_umntall() 190 (xdrproc_t)xdr_void, (caddr_t)0, try); in do_umntall() 204 struct timeval try; in do_umount() local 207 try.tv_sec = 3; in do_umount() 208 try.tv_usec = 0; in do_umount() 210 &try); in do_umount() 217 (xdrproc_t)xdr_void, (caddr_t)0, try); in do_umount()
|
| /freebsd-13.1/sys/contrib/zlib/test/ |
| H A D | infcover.c | 507 local int try(char *hex, char *id, int err) in try() function 583 try("0 0 0 0 0", "invalid stored block lengths", 1); in cover_inflate() 584 try("3 0", "fixed", 0); in cover_inflate() 585 try("6", "invalid block type", 1); in cover_inflate() 586 try("1 1 0 fe ff 0", "stored", 0); in cover_inflate() 588 try("4 0 fe ff", "invalid code lengths set", 1); in cover_inflate() 589 try("4 0 24 49 0", "invalid bit length repeat", 1); in cover_inflate() 590 try("4 0 24 e9 ff ff", "invalid bit length repeat", 1); in cover_inflate() 592 try("4 80 49 92 24 49 92 24 71 ff ff 93 11 0", in cover_inflate() 596 try("2 7e ff ff", "invalid distance code", 1); in cover_inflate() [all …]
|
| /freebsd-13.1/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
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | uninitialized_algorithms.h | 35 try in uninitialized_copy() 59 try in uninitialized_copy_n() 83 try in uninitialized_fill() 106 try in uninitialized_fill_n() 146 try { in uninitialized_default_construct() 164 try { in uninitialized_default_construct_n() 184 try { in uninitialized_value_construct() 202 try { in uninitialized_value_construct_n() 222 try { in uninitialized_move() 242 try { in uninitialized_move_n()
|
| /freebsd-13.1/stand/common/ |
| H A D | boot.c | 42 static char *getbootfile(int try); 43 static int loadakernel(int try, int argc, char* argv[]); 270 getbootfile(int try) in getbootfile() argument 288 while ((try > 0) && (spec != NULL)) { in getbootfile() 292 try--; in getbootfile() 419 loadakernel(int try, int argc, char* argv[]) in loadakernel() argument 423 for (try = 0; (cp = getbootfile(try)) != NULL; try++) in loadakernel()
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | sfsasl.c | 726 int r, rfd, wfd, try, ssl_err; local 731 try = 99; 755 try = tls_retry(so->con, rfd, wfd, tlsstart, 759 if (try > 0) 783 if (errno == EAGAIN && try > 0) 812 if (save_errno == EAGAIN && try > 0) 825 err, r, errno, try, ssl_err); 852 int r, rfd, wfd, try, ssl_err; local 857 try = 99; 882 if (try > 0) [all …]
|
| /freebsd-13.1/contrib/unbound/testdata/zonemd_reload.tdir/ |
| H A D | zonemd_reload.test | 12 echo "> try again" 16 echo "> try again" 21 echo "> try again" 26 echo "> try again" 31 echo "> try again" 36 echo "> try again"
|
| /freebsd-13.1/contrib/unbound/testdata/http_user_agent.tdir/ |
| H A D | http_user_agent.test | 14 echo "> try again" 18 echo "> try again" 23 echo "> try again" 28 echo "> try again" 33 echo "> try again" 38 echo "> try again"
|
| /freebsd-13.1/stand/i386/libi386/ |
| H A D | time.c | 75 int same, try; in time() local 77 same = try = 0; in time() 84 } while (++same < 8 && ++try < 1000); in time()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 20 "then try larger inputs over time. Specifies the rate at which the length " 138 FUZZER_FLAG_INT(handle_segv, 1, "If 1, try to intercept SIGSEGV.") 139 FUZZER_FLAG_INT(handle_bus, 1, "If 1, try to intercept SIGBUS.") 140 FUZZER_FLAG_INT(handle_abrt, 1, "If 1, try to intercept SIGABRT.") 141 FUZZER_FLAG_INT(handle_ill, 1, "If 1, try to intercept SIGILL.") 142 FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try to intercept SIGFPE.") 143 FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.") 144 FUZZER_FLAG_INT(handle_term, 1, "If 1, try to intercept SIGTERM.") 145 FUZZER_FLAG_INT(handle_xfsz, 1, "If 1, try to intercept SIGXFSZ.") 146 FUZZER_FLAG_INT(handle_usr1, 1, "If 1, try to intercept SIGUSR1.") [all …]
|
| /freebsd-13.1/sys/dev/iicbus/ |
| H A D | ds1631.c | 124 int try = 0; in ds1631_write() local 139 if (++try > 5) { in ds1631_write() 151 int err, try = 0; in ds1631_read_1() local 167 if (++try > 5) { in ds1631_read_1() 179 int err, try = 0; in ds1631_read_2() local 195 if (++try > 5) { in ds1631_read_2()
|
| H A D | ad7417.c | 133 int try = 0; in ad7417_write() local 148 if (++try > 5) { in ad7417_write() 160 int err, try = 0; in ad7417_read_1() local 176 if (++try > 5) { in ad7417_read_1() 188 int err, try = 0; in ad7417_read_2() local 204 if (++try > 5) { in ad7417_read_2() 217 int err, try = 0; in ad7417_write_read() local 239 if (++try > 5) { in ad7417_write_read()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | ostream | 312 try 364 try 390 try 420 try 446 try 476 try 502 try 528 try 554 try 580 try [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/scripts/ |
| H A D | Kbuild.include | 84 # try-run 85 # Usage: option = $(call try-run, $(CC)...-o "$$TMP",option-ok,otherwise) 88 try-run = $(shell set -e; \ 100 as-option = $(call try-run,\ 106 as-instr = $(call try-run,\ 112 cc-option = $(call try-run,\ 117 cc-option-yn = $(call try-run,\ 127 cc-disable-warning = $(call try-run,\ 145 cc-ldoption = $(call try-run,\ 150 ld-option = $(call try-run,\ [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/dbufstat/ |
| H A D | dbufstat.in | 229 try: 243 try: 343 try: 367 try: 538 try: 604 try: 654 try: 666 try:
|
| /freebsd-13.1/stand/forth/ |
| H A D | loader.4th | 89 : try-menu-unset 125 try-menu-unset 130 try-menu-unset 135 try-menu-unset 140 try-menu-unset 177 \ Will *NOT* try to load kernel and modules if no configuration file 281 s" try-include" s" try to load/interpret files" .? 284 : try-include ( -- ) \ see loader.4th(8)
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | build | 150 for try in test /bin/test /usr/bin/test ; do 151 case `$try config.status -nt ../configure 2>&1` in 153 TEST="$try"
|
| /freebsd-13.1/crypto/heimdal/lib/wind/ |
| H A D | test-map.c | 62 try(const struct example *c) in try() function 95 failures += try(&cases[i]); in main()
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/regex/data/ |
| H A D | c_comments.in | 1 # Let's have some fun -- try to match a C comment. 6 # okay, we must not match */ inside; try to do that...
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | user-libtirpc.m4 | 24 …AC_MSG_FAILURE([--with-tirpc was given, but libtirpc is not available, try installing libtirpc-dev… 26 …AC_MSG_FAILURE([neither libc sunrpc support nor libtirpc is available, try installing libtirpc-dev…
|