/freebsd/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/contrib/one-true-awk/testdir/ |
H A D | T.expr | 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 } 101 try $1 !$2 108 try { print ($1~/abc/ !$2) } 114 try { print !$1 + $2 } 125 try { print ($1 == $2) } [all …]
|
H A D | T.utf | 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 } 117 try gsub { n = gsub($2, $3, $1); print n, $1 } 124 try match { print match($1, $2), RSTART, RLENGTH } 147 try emptyFS BEGIN {FS=""} {print NF} 158 try printfs1 {printf("[%5.2s][%-5.2s]\n"), $1, $1} 168 try printfs2 {printf("[%5s][%-5s]\n"), $1, $1} [all …]
|
/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/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/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/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/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 …]
|
/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
|
/freebsd/stand/common/ |
H A D | boot.c | 40 static char *getbootfile(int try); 41 static int loadakernel(int try, int argc, char* argv[]); 268 getbootfile(int try) in getbootfile() argument 286 while ((try > 0) && (spec != NULL)) { in getbootfile() 290 try--; in getbootfile() 417 loadakernel(int try, int argc, char* argv[]) in loadakernel() argument 421 for (try = 0; (cp = getbootfile(try)) != NULL; try++) in loadakernel()
|
/freebsd/contrib/sendmail/src/ |
H A D | sfsasl.c | 718 int r, rfd, wfd, try, ssl_err; local 723 try = 99; 747 try = tls_retry(so->con, rfd, wfd, tlsstart, 751 if (try > 0) 775 if (errno == EAGAIN && try > 0) 794 if (try == 0 && save_errno == SM_ERR_TIMEOUT) 804 if (save_errno == EAGAIN && try > 0) 811 ERR_error_string(ERR_get_error(), NULL), try, 817 err, r, errno, try, ssl_err); 844 int r, rfd, wfd, try, ssl_err; local [all …]
|
/freebsd/release/packages/ |
H A D | template.ucl | 17 .include(try=true,duplicate=rewrite) "${UCLFILES}/${PKGGENNAME}-all.ucl" 18 .include(try=true,duplicate=rewrite) "${UCLFILES}/${PKGNAME}.ucl" 19 .include(try=true,duplicate=rewrite) "${UCLFILES}/${FORCEINCLUDE}.ucl"
|
/freebsd/tools/test/stress2/misc/ |
H A D | ptrace10.sh | 84 int e, try, limit, r, status; 113 for (try = 1; try <= limit; try++) {
|
/freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
H A D | basic_ostream.h | 157 try { in ~sentry() 186 try { 192 try { 226 try { 246 try { 273 try { 293 try { 320 try { 340 try { 360 try { [all …]
|
/freebsd/stand/i386/libi386/ |
H A D | time.c | 72 int same, try; in time() local 74 same = try = 0; in time() 81 } while (++same < 8 && ++try < 1000); in time()
|
/freebsd/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 " 21 "limit is increased (smaller == faster). If 0, immediately try inputs with " 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 to intercept SIGFPE.") 152 FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.") 153 FUZZER_FLAG_INT(handle_term, 1, "If 1, try to intercept SIGTERM.") 154 FUZZER_FLAG_INT(handle_xfsz, 1, "If 1, try t [all...] |
/freebsd/sys/dev/iicbus/sensor/ |
H A D | ds1631.c | 119 int try = 0; in ds1631_write() local 134 if (++try > 5) { in ds1631_write() 146 int err, try = 0; in ds1631_read_1() local 162 if (++try > 5) { in ds1631_read_1() 174 int err, try = 0; in ds1631_read_2() local 190 if (++try > 5) { in ds1631_read_2()
|
/freebsd/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/sys/contrib/openzfs/cmd/ |
H A D | dbufstat.in | 230 try: 244 try: 344 try: 368 try: 540 try: 606 try: 656 try: 668 try:
|
/freebsd/sys/dev/iicbus/adc/ |
H A D | ad7417.c | 128 int try = 0; in ad7417_write() local 143 if (++try > 5) { in ad7417_write() 155 int err, try = 0; in ad7417_read_1() local 171 if (++try > 5) { in ad7417_read_1() 183 int err, try = 0; in ad7417_read_2() local 199 if (++try > 5) { in ad7417_read_2() 212 int err, try = 0; in ad7417_write_read() local 234 if (++try > 5) { in ad7417_write_read()
|
/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/contrib/bmake/unit-tests/ |
H A D | varname-dot-newline.mk | 23 .if make(try-to-modify) 40 @${MAKE} -f ${MAKEFILE} try-to-modify || true
|
/freebsd/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/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()
|