Symbol: try
bin/ksh/c_ksh.c
115
rval = chdir(try = Xstring(xs, xp) + phys_path);
bin/ksh/c_ksh.c
120
rval = chdir(try = Xstring(xs, xp));
bin/ksh/c_ksh.c
128
bi_errorf("%s - %s", try, strerror(errno));
bin/ksh/c_ksh.c
29
char *dir, *try, *pwd;
common/dist/zlib/test/infcover.c
584
try("0 0 0 0 0", "invalid stored block lengths", 1);
common/dist/zlib/test/infcover.c
585
try("3 0", "fixed", 0);
common/dist/zlib/test/infcover.c
586
try("6", "invalid block type", 1);
common/dist/zlib/test/infcover.c
587
try("1 1 0 fe ff 0", "stored", 0);
common/dist/zlib/test/infcover.c
588
try("fc 0 0", "too many length or distance symbols", 1);
common/dist/zlib/test/infcover.c
589
try("4 0 fe ff", "invalid code lengths set", 1);
common/dist/zlib/test/infcover.c
590
try("4 0 24 49 0", "invalid bit length repeat", 1);
common/dist/zlib/test/infcover.c
591
try("4 0 24 e9 ff ff", "invalid bit length repeat", 1);
common/dist/zlib/test/infcover.c
592
try("4 0 24 e9 ff 6d", "invalid code -- missing end-of-block", 1);
common/dist/zlib/test/infcover.c
593
try("4 80 49 92 24 49 92 24 71 ff ff 93 11 0",
common/dist/zlib/test/infcover.c
595
try("4 80 49 92 24 49 92 24 f b4 ff ff c3 84", "invalid distances set", 1);
common/dist/zlib/test/infcover.c
596
try("4 c0 81 8 0 0 0 0 20 7f eb b 0 0", "invalid literal/length code", 1);
common/dist/zlib/test/infcover.c
597
try("2 7e ff ff", "invalid distance code", 1);
common/dist/zlib/test/infcover.c
598
try("c c0 81 0 0 0 0 0 90 ff 6b 4 0", "invalid distance too far back", 1);
common/dist/zlib/test/infcover.c
601
try("1f 8b 8 0 0 0 0 0 0 0 3 0 0 0 0 1", "incorrect data check", -1);
common/dist/zlib/test/infcover.c
602
try("1f 8b 8 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 1",
common/dist/zlib/test/infcover.c
604
try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0);
common/dist/zlib/test/infcover.c
605
try("5 e0 81 91 24 cb b2 2c 49 e2 f 2e 8b 9a 47 56 9f fb fe ec d2 ff 1f",
common/dist/zlib/test/infcover.c
607
try("ed c0 1 1 0 0 0 40 20 ff 57 1b 42 2c 4f", "length extra", 0);
common/dist/zlib/test/infcover.c
608
try("ed cf c1 b1 2c 47 10 c4 30 fa 6f 35 1d 1 82 59 3d fb be 2e 2a fc f c",
common/dist/zlib/test/infcover.c
610
try("ed c0 81 0 0 0 0 80 a0 fd a9 17 a9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 "
games/caesar/caesar.c
133
unsigned int try, winner;
games/caesar/caesar.c
158
for (try = 0; try < LETTERS; try++) {
games/caesar/caesar.c
162
* stdf[(i + try) % LETTERS];
games/caesar/caesar.c
164
if (try == 0 || dot > winnerdot) {
games/caesar/caesar.c
166
winner = try;
games/larn/create.c
180
int dir, try;
games/larn/create.c
182
try = 2;
games/larn/create.c
183
while (try) {
games/larn/create.c
223
--try;
games/larn/global.c
231
int try;
games/larn/global.c
232
try = 2;
games/larn/global.c
233
while ((item[playerx][playery] || mitem[playerx][playery]) && (try))
games/larn/global.c
238
--try;
games/larn/global.c
241
if (try == 0)
games/sail/dr_2.c
171
try(from, to, command, commandmax, temp, sizeof(temp),
games/sail/dr_2.c
267
try(f, t, command, commandmax, temp, tempmax,
games/sail/dr_2.c
281
try(f, t, command, commandmax, temp, tempmax,
games/sail/dr_2.c
296
try(f, t, command, commandmax, temp, tempmax,
games/sail/dr_2.c
54
static void try(struct ship *f, struct ship *t,
lib/libc/net/ethers.c
119
ypbuflen = ether_line(ypbuf, &try, hostname);
lib/libc/net/ethers.c
126
if (ether_line(p, &try, hostname) == 0 &&
lib/libc/net/ethers.c
127
memcmp(&try, e, sizeof try) == 0)
lib/libc/net/ethers.c
145
char try[MAXHOSTNAMELEN + 1];
lib/libc/net/ethers.c
173
ypbuflen = ether_line(ypbuf, e, try);
lib/libc/net/ethers.c
180
if (ether_line(p, e, try) == 0 && strcmp(hostname, try) == 0)
lib/libc/net/ethers.c
86
struct ether_addr try;
lib/libc/regex/regcomp.c
2198
int try;
lib/libc/regex/regcomp.c
2208
try = 0;
lib/libc/regex/regcomp.c
2213
if (try > largest)
lib/libc/regex/regcomp.c
2214
largest = try;
lib/libc/regex/regcomp.c
2215
try = 0;
lib/libc/regex/regcomp.c
2219
try = altoffset(scan, try);
lib/libc/regex/regcomp.c
2220
if (try == -1)
lib/libc/regex/regcomp.c
2238
try++;
lib/libc/regex/regcomp.c
2249
try = -1;
lib/libc/regex/regcomp.c
2252
if (try == -1)
lib/libc/regex/regcomp.c
2257
if (try > largest)
lib/libc/regex/regcomp.c
2258
largest = try;
lib/libradius/radlib.c
583
if (h->try == h->total_tries) {
lib/libradius/radlib.c
619
h->try++;
lib/libradius/radlib.c
776
h->try = h->srv = 0;
lib/libradius/radlib_private.h
93
size_t try; /* How many requests we've sent */
regress/sys/arch/i386/ioperm/ioperm.c
110
try("1", false);
regress/sys/arch/i386/ioperm/ioperm.c
130
try("2", true);
regress/sys/arch/i386/ioperm/ioperm.c
141
try("3", false);
regress/sys/arch/i386/iopl/iopl.c
107
try("2", true);
regress/sys/arch/i386/iopl/iopl.c
116
try("3", false);
regress/sys/arch/i386/iopl/iopl.c
98
try("1", false);
sbin/mount_nfs/getnfsargs.c
111
struct timeval pertry, try;
sbin/mount_nfs/getnfsargs.c
215
try.tv_sec = 30;
sbin/mount_nfs/getnfsargs.c
216
try.tv_usec = 0;
sbin/mount_nfs/getnfsargs.c
220
xdr_dir, spec, xdr_fh, &nfhret, try);
sbin/umount/umount.c
196
struct timeval try;
sbin/umount/umount.c
349
try.tv_sec = 20;
sbin/umount/umount.c
350
try.tv_usec = 0;
sbin/umount/umount.c
352
__UNCONST(name), xdr_void, NULL, try);
sys/arch/alpha/stand/standtest/test.c
176
const struct cmdtab *try, *winner;
sys/arch/alpha/stand/standtest/test.c
199
for (nmatches = 0, try = cmds;
sys/arch/alpha/stand/standtest/test.c
200
try != NULL && try->cmd != NULL;
sys/arch/alpha/stand/standtest/test.c
201
try++) {
sys/arch/alpha/stand/standtest/test.c
202
if (strncmp(buf, try->cmd, nonwhitespace) == 0) {
sys/arch/alpha/stand/standtest/test.c
203
winner = try;
sys/arch/alpha/stand/standtest/test.c
233
const struct cmdtab *try;
sys/arch/alpha/stand/standtest/test.c
236
for (try = cmds; try != NULL && try->cmd != NULL; try++) {
sys/arch/alpha/stand/standtest/test.c
237
if (strncmp(match, try->cmd, matchlen) == 0)
sys/arch/alpha/stand/standtest/test.c
238
printf("%s%s", try != cmds ? ", " : "", try->cmd);
sys/arch/i386/pci/piixpcib.c
309
int try;
sys/arch/i386/pci/piixpcib.c
317
try = 5;
sys/arch/i386/pci/piixpcib.c
325
} while (rv && --try);
sys/arch/ia64/ia64/pmap.c
294
static pv_entry_t get_pv_entry(pmap_t pmap, bool try);
sys/arch/ia64/ia64/pmap.c
865
get_pv_entry(pmap_t pmap, bool try)
sys/arch/ia64/ia64/pmap.c
906
if (try) {
sys/arch/ia64/stand/common/boot.c
234
getbootfile(int try)
sys/arch/ia64/stand/common/boot.c
252
while ((try > 0) && (spec != NULL)) {
sys/arch/ia64/stand/common/boot.c
256
try--;
sys/arch/ia64/stand/common/boot.c
349
loadakernel(int try, int argc, char* argv[])
sys/arch/ia64/stand/common/boot.c
353
for (try = 0; (cp = getbootfile(try)) != NULL; try++)
sys/arch/ia64/stand/common/boot.c
43
static char *getbootfile(int try);
sys/arch/ia64/stand/common/boot.c
44
static int loadakernel(int try, int argc, char* argv[]);
sys/arch/mips/rmi/rmixl_fmn.c
820
for (int try=16; try--; ) {
sys/arch/mips/rmi/rmixl_fmn.c
833
for (int try=16; try--; ) {
sys/arch/mips/rmi/rmixl_fmn.c
858
__func__, curcpu()->ci_cpuid, dest_id, msg_status, msg_status1, try));
sys/arch/mips/rmi/rmixl_fmn.c
905
for (int try=16; try--; ) {
sys/arch/sparc/stand/ofwboot/ofdev.c
438
int handle, part, try = 0;
sys/arch/sparc/stand/ofwboot/ofdev.c
517
if (try == 0) {
sys/arch/sparc/stand/ofwboot/ofdev.c
519
try = 1;
sys/arch/x86/x86/cpu.c
316
unsigned int try, picked = 1;
sys/arch/x86/x86/cpu.c
317
for (try = 1; try < ncolors; try *= 2) {
sys/arch/x86/x86/cpu.c
318
if (ncolors % try == 0) picked = try;
sys/dev/ic/mpt.c
1095
int try;
sys/dev/ic/mpt.c
1100
for (try = 0; try < MPT_MAX_TRYS; try++) {
sys/dev/ic/mpt.c
1128
int try;
sys/dev/ic/mpt.c
1155
for (try = 0; try < MPT_MAX_TRYS; try++) {
sys/dev/ic/mpt.c
1285
if (try >= MPT_MAX_TRYS) {
sys/dev/ic/msm6242b.c
144
int try;
sys/dev/ic/msm6242b.c
147
for (try = 0; try < TRY_MAX; try++) {
sys/dev/ic/msm6242b.c
165
if (try == TRY_MAX) {
sys/dev/usb/uchcom.c
647
uint32_t score, try;
sys/dev/usb/uchcom.c
648
try = rates4x[i] * 2 / rate4x;
sys/dev/usb/uchcom.c
649
try = (try / 2) + (try & 1);
sys/dev/usb/uchcom.c
650
if (try < 2)
sys/dev/usb/uchcom.c
652
if (try > 255)
sys/dev/usb/uchcom.c
653
try = 255;
sys/dev/usb/uchcom.c
654
score = abs((int)rate4x - rates4x[i] / try);
sys/dev/usb/uchcom.c
658
div = try;
sys/fs/nfs/server/nfs_nfsdport.c
135
int hi, try;
sys/fs/nfs/server/nfs_nfsdport.c
138
try = 32;
sys/fs/nfs/server/nfs_nfsdport.c
141
while (try--) {
sys/fs/union/union_subr.c
369
int try;
sys/fs/union/union_subr.c
402
for (try = 0; try < 3; try++) {
sys/fs/union/union_subr.c
403
if (hash[try] == NOHASH)
sys/fs/union/union_subr.c
405
LIST_FOREACH(un, &uhashtbl[hash[try]], un_cache) {
sys/kern/uipc_sem.c
371
uint32_t try;
sys/kern/uipc_sem.c
377
try = (cprng_fast32() & ~KSEM_MARKER_MASK) |
sys/kern/uipc_sem.c
380
if ((ksem0 = ksem_lookup_pshared_locked(try)) == NULL) {
sys/kern/uipc_sem.c
386
ksem->ks_pshared_id = try;
tests/lib/libc/regex/main.c
199
try(f[0], f[1], f[2], f[3], f[4], options('c', f[1]));
tests/lib/libc/regex/main.c
201
try(f[0], f[1], f[2], f[3], f[4],
tests/lib/libc/regex/test_regex.h
34
void try(char *, char *, char *, char *, char *, int);
usr.bin/error/main.c
222
try("vi", argc, argv);
usr.bin/error/main.c
223
try("ex", argc, argv);
usr.bin/error/main.c
224
try("ed", argc-1, argv+1);
usr.bin/error/main.c
84
static void try(const char *, int, char **);
usr.bin/make/dir.c
1306
char *try, *try_end;
usr.bin/make/dir.c
1312
try = str_concat3(dirbase, "/", needle);
usr.bin/make/dir.c
1313
if (cached_stat(try, &cst) != -1) {
usr.bin/make/dir.c
1319
try_end = try + strlen(try);
usr.bin/make/dir.c
1320
while (try_end > try && *try_end != '/')
usr.bin/make/dir.c
1322
if (try_end > try)
usr.bin/make/dir.c
1327
return try;
usr.bin/make/dir.c
1329
free(try);
usr.bin/patch/inp.c
209
if (try("%s/RCS/%s%s", filedir, filebase, RCSSUFFIX) ||
usr.bin/patch/inp.c
210
try("%s/RCS/%s%s", filedir, filebase, "") ||
usr.bin/patch/inp.c
211
try("%s/%s%s", filedir, filebase, RCSSUFFIX)) {
usr.bin/patch/util.c
407
if (try("%s/RCS/%s%s", filedir, filebase, RCSSUFFIX) ||
usr.bin/patch/util.c
408
try("%s/RCS/%s%s", filedir, filebase, "") ||
usr.bin/patch/util.c
409
try("%s/%s%s", filedir, filebase, RCSSUFFIX) ||
usr.bin/patch/util.c
410
try("%s/SCCS/%s%s", filedir, SCCSPREFIX, filebase) ||
usr.bin/patch/util.c
411
try("%s/%s%s", filedir, SCCSPREFIX, filebase))