HomeSort by: relevance | last modified time | path
    Searched defs:try (Results 1 - 25 of 70) sorted by relevancy

1 2 3

  /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/external/gpl2/xcvs/dist/lib/
rpmatch.c 37 try (const char *response, const char *pattern, const int match, function
73 return ((result = try (response, _("^[yY]"), 1, 0,
76 : try (response, _("^[nN]"), 0, -1, &noexpr, &nore));
  /src/regress/sys/arch/i386/ioperm/
ioperm.c 72 try(const char *msg, bool success) function
110 try("1", false);
130 try("2", true);
141 try("3", false);
  /src/regress/sys/arch/i386/iopl/
iopl.c 73 try(const char *msg, bool success) function
98 try("1", false);
107 try("2", true);
116 try("3", false);
  /src/crypto/external/bsd/heimdal/dist/lib/wind/
test-map.c 64 try(const struct example *c) function
97 failures += try(&cases[i]);
  /src/external/gpl3/binutils/dist/bfd/
cpu-sh.c 169 unsigned int try = bfd_to_arch_table[i].arch_up & co_mask; local
176 if (((try & ~arch_set) < (best & ~arch_set)
177 || ((try & ~arch_set) == (best & ~arch_set)
178 && (~try & arch_set) < (~best & arch_set)))
179 && SH_MERGE_ARCH_SET_VALID (try, arch_set))
182 best = try;
  /src/external/gpl3/binutils.old/dist/bfd/
cpu-sh.c 169 unsigned int try = bfd_to_arch_table[i].arch_up & co_mask; local
176 if (((try & ~arch_set) < (best & ~arch_set)
177 || ((try & ~arch_set) == (best & ~arch_set)
178 && (~try & arch_set) < (~best & arch_set)))
179 && SH_MERGE_ARCH_SET_VALID (try, arch_set))
182 best = try;
  /src/external/gpl3/gdb.old/dist/bfd/
cpu-sh.c 169 unsigned int try = bfd_to_arch_table[i].arch_up & co_mask; local
176 if (((try & ~arch_set) < (best & ~arch_set)
177 || ((try & ~arch_set) == (best & ~arch_set)
178 && (~try & arch_set) < (~best & arch_set)))
179 && SH_MERGE_ARCH_SET_VALID (try, arch_set))
182 best = try;
  /src/external/gpl3/gdb/dist/bfd/
cpu-sh.c 169 unsigned int try = bfd_to_arch_table[i].arch_up & co_mask; local
176 if (((try & ~arch_set) < (best & ~arch_set)
177 || ((try & ~arch_set) == (best & ~arch_set)
178 && (~try & arch_set) < (~best & arch_set)))
179 && SH_MERGE_ARCH_SET_VALID (try, arch_set))
182 best = try;
  /src/sys/dev/ic/
msm6242b.c 144 int try; local
147 for (try = 0; try < TRY_MAX; try++) {
165 if (try == TRY_MAX) {
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
snprintf-test.c 43 try (const char *format, ...) function
52 errx (1, "increase buf and try again");
72 tot += try ("%d", int_values[i]);
73 tot += try ("%x", int_values[i]);
74 tot += try ("%X", int_values[i]);
75 tot += try ("%o", int_values[i]);
76 tot += try ("%#x", int_values[i]);
77 tot += try ("%#X", int_values[i]);
78 tot += try ("%#o", int_values[i]);
79 tot += try ("%10d", int_values[i])
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
m-fgrep.c 75 register const char *beg, *try, *end; local
121 for (try = beg; len; )
123 if (try > buf && IS_WORD_CONSTITUENT ((unsigned char) try[-1]))
125 if (try + len < buf + buf_size
126 && IS_WORD_CONSTITUENT ((unsigned char) try[len]))
137 try = beg + offset;
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
stk2.s 28 CALL try;
69 try: label
stk3.s 28 CALL try;
66 try: label
stk4.s 27 CALL try;
65 try: label
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
info-os.c 66 int status, try, retries = 1000; local
70 for (try = 0; try < retries; ++try)
85 for (try = 0; try < retries; ++try)
100 for (try = 0; try < retries; ++try)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
stk2.s 28 CALL try;
69 try: label
stk3.s 28 CALL try;
66 try: label
stk4.s 27 CALL try;
65 try: label
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
info-os.c 66 int status, try, retries = 1000; local
70 for (try = 0; try < retries; ++try)
85 for (try = 0; try < retries; ++try)
100 for (try = 0; try < retries; ++try)
    [all...]
  /src/games/caesar/
caesar.c 133 unsigned int try, winner; local
158 for (try = 0; try < LETTERS; try++) {
162 * stdf[(i + try) % LETTERS];
164 if (try == 0 || dot > winnerdot) {
166 winner = try;
  /src/lib/libc/net/
ethers.c 86 struct ether_addr try; local
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
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/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
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/sbin/mount_nfs/
getnfsargs.c 111 struct timeval pertry, try; local
215 try.tv_sec = 30;
216 try.tv_usec = 0;
220 xdr_dir, spec, xdr_fh, &nfhret, try);
  /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

Completed in 89 milliseconds

1 2 3