| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | snprintf-test.c | 43 try (const char *format, ...) in try() function 72 tot += try ("%d", int_values[i]); in cmp_with_sprintf_int() 73 tot += try ("%x", int_values[i]); in cmp_with_sprintf_int() 74 tot += try ("%X", int_values[i]); in cmp_with_sprintf_int() 75 tot += try ("%o", int_values[i]); in cmp_with_sprintf_int() 76 tot += try ("%#x", int_values[i]); in cmp_with_sprintf_int() 77 tot += try ("%#X", int_values[i]); in cmp_with_sprintf_int() 78 tot += try ("%#o", int_values[i]); in cmp_with_sprintf_int() 79 tot += try ("%10d", int_values[i]); in cmp_with_sprintf_int() 80 tot += try ("%10x", int_values[i]); in cmp_with_sprintf_int() [all …]
|
| /netbsd-src/external/historical/nawk/dist/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 …]
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | common.sh | 170 local try 171 for (( try=0 ; try <= $MAX_UP_TRY ; try++ )) ; do 176 if test $try -eq $MAX_UP_TRY; then 181 if test $try -ge $WAIT_THRES; then 221 local try 222 for (( try=0 ; try <= $MAX_UP_TRY ; try++ )) ; do 224 echo "done on try $try" 228 echo "failed on try $try" 231 if test $try -eq $MAX_UP_TRY; then 236 if test $try -ge $WAIT_THRES; then [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/ |
| H A D | catch_in_finally.d | 10 try in throw_catch() 26 try in test1() 28 try in test1() 46 try in test2() 48 try in test2() 50 try in test2() 74 try in test3() 76 try in test3() 78 try in test3() 107 try in test4() [all …]
|
| H A D | refcounted.d | 23 try in main() 35 try in main() 47 try in main() 59 try in main() 65 try in main() 71 try in main()
|
| /netbsd-src/sys/arch/alpha/stand/standtest/ |
| H A D | test.c | 176 const struct cmdtab *try, *winner; in dispatch_cmd() local 199 for (nmatches = 0, try = cmds; in dispatch_cmd() 200 try != NULL && try->cmd != NULL; in dispatch_cmd() 201 try++) { in dispatch_cmd() 202 if (strncmp(buf, try->cmd, nonwhitespace) == 0) { in dispatch_cmd() 203 winner = try; in dispatch_cmd() 233 const struct cmdtab *try; in print_cmds() local 236 for (try = cmds; try != NULL && try->cmd != NULL; try++) { in print_cmds() 237 if (strncmp(match, try->cmd, matchlen) == 0) in print_cmds() 238 printf("%s%s", try != cmds ? ", " : "", try->cmd); in print_cmds()
|
| /netbsd-src/external/bsd/pkg_install/dist/lib/ |
| H A D | file.c | 217 make_preserve_name(char *try, size_t max, const char *name, const char *file) in make_preserve_name() argument 224 strncpy(try, file, max); in make_preserve_name() 225 if (try[i] == '/') /* Catch trailing slash early and save checking in the loop */ in make_preserve_name() 228 if (try[i] == '/') { in make_preserve_name() 229 try[i + 1] = '.'; in make_preserve_name() 230 strncpy(&try[i + 2], &file[i + 1], max - i - 2); in make_preserve_name() 235 try[0] = '.'; in make_preserve_name() 236 strncpy(try + 1, file, max - 1); in make_preserve_name() 239 strncat(try, ".", max -= strlen(try)); in make_preserve_name() 240 strncat(try, name, max -= strlen(name)); in make_preserve_name() [all …]
|
| /netbsd-src/external/bsd/nsd/dist/contrib/ |
| H A D | nsd.init | 135 try=1 137 while [ $try -ne 0 ]; do 138 if [ ${try} -gt 50 ]; then 142 if [ $try -eq 1 ]; then 151 controlled_sleep ${try} 152 try=`expr ${try} + 1` 154 try=0
|
| /netbsd-src/external/gpl3/binutils.old/dist/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() 587 try("fc 0 0", "too many length or distance symbols", 1); 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() 591 try("4 0 24 e9 ff 6d", "invalid code -- missing end-of-block", 1); in cover_inflate() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/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() 587 try("fc 0 0", "too many length or distance symbols", 1); 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() 591 try("4 0 24 e9 ff 6d", "invalid code -- missing end-of-block", 1); in cover_inflate() [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/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() 587 try("fc 0 0", "too many length or distance symbols", 1); 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() 591 try("4 0 24 e9 ff 6d", "invalid code -- missing end-of-block", 1); in cover_inflate() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/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() 587 try("fc 0 0", "too many length or distance symbols", 1); 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() 591 try("4 0 24 e9 ff 6d", "invalid code -- missing end-of-block", 1); in cover_inflate() [all …]
|
| /netbsd-src/sys/arch/ia64/stand/common/ |
| H A D | boot.c | 43 static char *getbootfile(int try); 44 static int loadakernel(int try, int argc, char* argv[]); 234 getbootfile(int try) in getbootfile() argument 252 while ((try > 0) && (spec != NULL)) { in getbootfile() 256 try--; in getbootfile() 349 loadakernel(int try, int argc, char* argv[]) in loadakernel() argument 353 for (try = 0; (cp = getbootfile(try)) != NULL; try++) in loadakernel()
|
| /netbsd-src/lib/libc/net/ |
| H A D | ethers.c | 86 struct ether_addr try; in ether_ntohost() local 119 ypbuflen = ether_line(ypbuf, &try, hostname); in ether_ntohost() 126 if (ether_line(p, &try, hostname) == 0 && in ether_ntohost() 127 memcmp(&try, e, sizeof try) == 0) in ether_ntohost() 145 char try[MAXHOSTNAMELEN + 1]; in ether_hostton() local 173 ypbuflen = ether_line(ypbuf, e, try); in ether_hostton() 180 if (ether_line(p, e, try) == 0 && strcmp(hostname, try) == 0) in ether_hostton()
|
| /netbsd-src/games/caesar/ |
| H A D | caesar.c | 148 unsigned int try, winner; in guess_and_rotate() local 173 for (try = 0; try < LETTERS; try++) { in guess_and_rotate() 177 * stdf[(i + try) % LETTERS]; in guess_and_rotate() 179 if (try == 0 || dot > winnerdot) { in guess_and_rotate() 181 winner = try; in guess_and_rotate()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| H A D | m-fgrep.c | 75 register const char *beg, *try, *end; in Fexecute() local 121 for (try = beg; len; ) in Fexecute() 123 if (try > buf && IS_WORD_CONSTITUENT ((unsigned char) try[-1])) in Fexecute() 125 if (try + len < buf + buf_size in Fexecute() 126 && IS_WORD_CONSTITUENT ((unsigned char) try[len])) in Fexecute() 137 try = beg + offset; in Fexecute()
|
| /netbsd-src/external/bsd/unbound/dist/testdata/blanks_https.tdir/ |
| H A D | blanks_https.test | 13 echo "> try again" 17 echo "> try again" 22 echo "> try again" 27 echo "> try again" 32 echo "> try again" 37 echo "> try again"
|
| /netbsd-src/external/bsd/unbound/dist/testdata/blanks_cached_zone.tdir/ |
| H A D | blanks_cached_zone.test | 13 echo "> try again" 17 echo "> try again" 22 echo "> try again" 27 echo "> try again" 32 echo "> try again" 37 echo "> try again"
|
| /netbsd-src/external/bsd/unbound/dist/testdata/auth_axfr.tdir/ |
| H A D | auth_axfr.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"
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | cpu-sh.c | 175 unsigned int try = bfd_to_arch_table[i].arch_up & co_mask; in sh_get_bfd_mach_from_arch_set() local 182 if (((try & ~arch_set) < (best & ~arch_set) in sh_get_bfd_mach_from_arch_set() 183 || ((try & ~arch_set) == (best & ~arch_set) in sh_get_bfd_mach_from_arch_set() 184 && (~try & arch_set) < (~best & arch_set))) in sh_get_bfd_mach_from_arch_set() 185 && SH_MERGE_ARCH_SET_VALID (try, arch_set)) in sh_get_bfd_mach_from_arch_set() 188 best = try; in sh_get_bfd_mach_from_arch_set()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | cpu-sh.c | 169 unsigned int try = bfd_to_arch_table[i].arch_up & co_mask; in sh_get_bfd_mach_from_arch_set() local 176 if (((try & ~arch_set) < (best & ~arch_set) in sh_get_bfd_mach_from_arch_set() 177 || ((try & ~arch_set) == (best & ~arch_set) in sh_get_bfd_mach_from_arch_set() 178 && (~try & arch_set) < (~best & arch_set))) in sh_get_bfd_mach_from_arch_set() 179 && SH_MERGE_ARCH_SET_VALID (try, arch_set)) in sh_get_bfd_mach_from_arch_set() 182 best = try; in sh_get_bfd_mach_from_arch_set()
|
| /netbsd-src/external/bsd/unbound/dist/testdata/auth_https.tdir/ |
| H A D | auth_https.test | 13 echo "> try again" 17 echo "> try again" 22 echo "> try again" 27 echo "> try again" 32 echo "> try again" 37 echo "> try again"
|
| /netbsd-src/regress/sys/arch/i386/iopl/ |
| H A D | iopl.c | 73 try(const char *msg, bool success) in try() function 98 try("1", false); in main() 107 try("2", true); in main() 116 try("3", false); in main()
|
| /netbsd-src/external/bsd/unbound/dist/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"
|