/src/tests/lib/libc/regex/ |
test_regex.h | 34 void try(char *, char *, char *, char *, char *, int);
|
/src/regress/sys/arch/i386/iopl/ |
iopl.c | 73 try(const char *msg, bool success) function in typeref:typename:void 98 try("1", false); 107 try("2", true); 116 try("3", false);
|
/src/games/caesar/ |
caesar.c | 133 unsigned int try, winner; local in function:guess_and_rotate 158 for (try = 0; try < LETTERS; try++) { 162 * stdf[(i + try) % LETTERS]; 164 if (try == 0 || dot > winnerdot) { 166 winner = try;
|
/src/sys/arch/alpha/stand/standtest/ |
test.c | 176 const struct cmdtab *try, *winner; local in function:dispatch_cmd 199 for (nmatches = 0, try = cmds; 200 try != NULL && try->cmd != NULL; 201 try++) { 202 if (strncmp(buf, try->cmd, nonwhitespace) == 0) { 203 winner = try; 233 const struct cmdtab *try; local in function:print_cmds 236 for (try = cmds; try != NULL && try->cmd != NULL; try++) [all...] |
/src/regress/sys/arch/i386/ioperm/ |
ioperm.c | 72 try(const char *msg, bool success) function in typeref:typename:void 110 try("1", false); 130 try("2", true); 141 try("3", false);
|
/src/distrib/utils/embedded/files/ |
ec2_init | 61 try=0 62 while [ $((try++)) -lt 20 ] 71 echo "${CLOUD_TYPE} hostname not available yet (try $try)"
|
/src/lib/libc/net/ |
ethers.c | 86 struct ether_addr try; local in function:ether_ntohost 109 /* A + in the file means try YP now. */ 119 ypbuflen = ether_line(ypbuf, &try, hostname); 126 if (ether_line(p, &try, hostname) == 0 && 127 memcmp(&try, e, sizeof try) == 0) 145 char try[MAXHOSTNAMELEN + 1]; local in function:ether_hostton 163 /* A + in the file means try YP now. */ 173 ypbuflen = ether_line(ypbuf, e, try); 180 if (ether_line(p, e, try) == 0 && strcmp(hostname, try) == 0 [all...] |
/src/sys/arch/ia64/stand/common/ |
boot.c | 43 static char *getbootfile(int try); 44 static int loadakernel(int try, int argc, char* argv[]); 46 /* List of kernel names to try */ 149 * we haven't tried already, try now. 158 autoboot(-1, NULL); /* try to boot automatically */ 172 /* try to get a delay from the environment */ 231 * Scrounge for the name of the (try)'th file we will try to boot. 234 getbootfile(int try) 247 * Try $bootfile, then try our builtin defaul [all...] |
/src/common/dist/zlib/test/ |
infcover.c | 508 local int try(char *hex, char *id, int err) function in typeref:typename:local int 584 try("0 0 0 0 0", "invalid stored block lengths", 1); 585 try("3 0", "fixed", 0); 586 try("6", "invalid block type", 1); 587 try("1 1 0 fe ff 0", "stored", 0); 588 try("fc 0 0", "too many length or distance symbols", 1); 589 try("4 0 fe ff", "invalid code lengths set", 1); 590 try("4 0 24 49 0", "invalid bit length repeat", 1); 591 try("4 0 24 e9 ff ff", "invalid bit length repeat", 1); 592 try("4 0 24 e9 ff 6d", "invalid code -- missing end-of-block", 1) [all...] |
/src/usr.bin/error/ |
main.c | 84 static void try(const char *, int, char **); 222 try("vi", argc, argv); 223 try("ex", argc, argv); 224 try("ed", argc-1, argv+1); 229 try(const char *name, int argc, char **argv) function in typeref:typename:void
|
/src/lib/libradius/ |
radlib_private.h | 54 #define MAXSERVERS 10 /* Maximum number of servers to try */ 93 size_t try; /* How many requests we've sent */
|
/src/common/dist/zlib/ |
configure | 13 # If you have problems, try without defining CC and CFLAGS before reporting 243 echo "If this doesn't work for you, try win32/Makefile.gcc." | tee -a configure.log 387 try() function 394 try() function 428 if try $CC -c $CFLAGS $test.c; then 445 if try $CC -c $SFLAGS $test.c && 446 try $LDSHARED $SFLAGS -o $test$shared_ext $test.o; then 452 echo 'No shared library support; try without defining CC and CFLAGS' | tee -a configure.log 477 if try $CC -c $CFLAGS $test.c; then 486 if try $CC -c $CFLAGS $test.c; the [all...] |
/src/sys/dev/ic/ |
msm6242b.c | 144 int try; local in function:msm6242b_hold 147 for (try = 0; try < TRY_MAX; try++) { 165 if (try == TRY_MAX) {
|
/src/games/sail/ |
dr_2.c | 54 static void try(struct ship *f, struct ship *t, 171 try(from, to, command, commandmax, temp, sizeof(temp), 249 try(struct ship *f, struct ship *t, function in typeref:typename:void 267 try(f, t, command, commandmax, temp, tempmax, 281 try(f, t, command, commandmax, temp, tempmax, 296 try(f, t, command, commandmax, temp, tempmax,
|
/src/usr.bin/patch/ |
util.c | 142 * sufficient, chop off the first char and try again. 404 #define try(f, a1, a2, a3) \ macro 407 if (try("%s/RCS/%s%s", filedir, filebase, RCSSUFFIX) || 408 try("%s/RCS/%s%s", filedir, filebase, "") || 409 try("%s/%s%s", filedir, filebase, RCSSUFFIX) || 410 try("%s/SCCS/%s%s", filedir, SCCSPREFIX, filebase) || 411 try("%s/%s%s", filedir, SCCSPREFIX, filebase))
|
/src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/ |
randombytes.c | 96 try { 107 try {
|
/src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
ChecksumImpl.cs | 138 try
189 try
|
/src/usr.bin/make/unit-tests/ |
directive-unexport.mk | 23 # XXX: Now try to unexport all of them. The variables are still exported
|
suff-transform-endless.mk | 8 # exist, make would try to make .f from .e and then infinitely try
|
varname-dot-newline.mk | 23 .if make(try-to-modify) 40 @${MAKE} -f ${MAKEFILE} try-to-modify || true
|
export.mk | 20 ${:U!}= exclamation # A direct != would try to run "exclamation"
|
/src/tests/usr.bin/c++/ |
t_call_once2.sh | 117 try { 149 try { 193 try { 230 try { 284 try { 327 try { 382 try { 423 try { 466 try { 506 try { [all...] |
/src/common/lib/libc/arch/sparc/string/ |
ffs.S | 69 be,a 1f ! try again if 0
|
/src/sbin/mount_nfs/ |
getnfsargs.c | 111 struct timeval pertry, try; local in function:getnfsargs 215 try.tv_sec = 30; 216 try.tv_usec = 0; 220 xdr_dir, spec, xdr_fh, &nfhret, try);
|
/src/common/lib/libc/arch/sparc64/string/ |
ffs.S | 90 be,a 1f ! try again if 0
|