Searched refs:try (Results 1 - 25 of 148) sorted by relevance

123456

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-match.c17 #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("
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsnprintf-test.c38 try (const char *format, ...) function
47 errx (1, "increase buf and try again");
67 tot += try ("%d", int_values[i]);
68 tot += try ("%x", int_values[i]);
69 tot += try ("%X", int_values[i]);
70 tot += try ("%o", int_values[i]);
71 tot += try ("%#x", int_values[i]);
72 tot += try ("%#X", int_values[i]);
73 tot += try ("%#o", int_values[i]);
74 tot += try ("
[all...]
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dexception_defines.h43 # define try if (true) macro
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dwidechars.c45 int try; local
54 for (try = 1; try <= (int) n; ++try) {
58 try,
61 TR(TRACE_BITS, ("...try %d:%d", try, count));
74 try,
82 result = try;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dtest_regex.h34 void try(char *, char *, char *, char *, char *, int);
/freebsd-11-stable/usr.bin/caesar/
H A Dcaesar.c83 int obs[26], try, winner; local
118 for (try = winner = 0; try < 26; ++try) { /* += 13) { */
121 dot += obs[i] * stdf[(i + try) % 26];
123 if (try == 0)
127 winner = try;
/freebsd-11-stable/stand/i386/libi386/
H A Dtime.c75 int same, try; local
77 same = try = 0;
84 } while (++same < 8 && ++try < 1000);
/freebsd-11-stable/usr.sbin/rpc.umntall/
H A Drpc.umntall.c176 struct timeval try; local
179 try.tv_sec = 3;
180 try.tv_usec = 0;
182 &try);
190 (xdrproc_t)xdr_void, (caddr_t)0, try);
204 struct timeval try; local
207 try.tv_sec = 3;
208 try.tv_usec = 0;
210 &try);
217 (xdrproc_t)xdr_void, (caddr_t)0, try);
[all...]
/freebsd-11-stable/stand/common/
H A Dboot.c42 static char *getbootfile(int try);
43 static int loadakernel(int try, int argc, char* argv[]);
45 /* List of kernel names to try (may be overwritten by boot.config) XXX should move from here? */
151 * we haven't tried already, try now.
160 autoboot(-1, NULL); /* try to boot automatically */
178 /* try to get a delay from the environment */
256 * Scrounge for the name of the (try)'th file we will try to boot.
259 getbootfile(int try) argument
272 * Try $bootfile, then try ou
408 loadakernel(int try, int argc, char* argv[]) argument
[all...]
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dinfcover.c507 local int try(char *hex, char *id, int err) function
583 try("0 0 0 0 0", "invalid stored block lengths", 1);
584 try("3 0", "fixed", 0);
585 try("6", "invalid block type", 1);
586 try("1 1 0 fe ff 0", "stored", 0);
587 try("fc 0 0", "too many length or distance symbols", 1);
588 try("4 0 fe ff", "invalid code lengths set", 1);
589 try("4 0 24 49 0", "invalid bit length repeat", 1);
590 try("4 0 24 e9 ff ff", "invalid bit length repeat", 1);
591 try("
[all...]
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dtest-map.c62 try(const struct example *c) function
95 failures += try(&cases[i]);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-e7kpc.c132 int try; local
139 for (try = 0; sigs[try].sw; try++)
142 board_at = sigs[try].addr - dsbase;
154 if (val == (0xaaa0 | sigs[try].sw))
164 sigs[try].addr);
/freebsd-11-stable/libexec/tftpd/
H A Dtftp-transfer.c56 int size, n_data, n_ack, try; local
75 for (try = 0; ; try++) {
78 if (try == maxtimeouts) {
94 if (try == maxtimeouts) {
97 "giving up", try, *block);
102 try, *block);
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_uninitialized.h84 try
147 try
192 try
236 try
262 try
288 try
331 try
354 try
379 try
H A Dstl_tempbuf.h151 try
H A Dlocale_classes.h409 try
514 try
569 try
/freebsd-11-stable/contrib/sendmail/src/
H A Dsfsasl.c513 ** We try to get the "raw" file descriptor that TLS uses to
726 int r, rfd, wfd, try, ssl_err; local
731 try = 99;
755 try = tls_retry(so->con, rfd, wfd, tlsstart,
759 if (try > 0)
783 if (errno == EAGAIN && try > 0)
802 if (try == 0 && save_errno == SM_ERR_TIMEOUT)
812 if (save_errno == EAGAIN && try > 0)
819 ERR_error_string(ERR_get_error(), NULL), try,
825 err, r, errno, try, ssl_er
852 int r, rfd, wfd, try, ssl_err; local
[all...]
/freebsd-11-stable/contrib/ntp/
H A Dbuild150 for try in test /bin/test /usr/bin/test ; do
151 case `$try config.status -nt ../configure 2>&1` in
153 TEST="$try"
/freebsd-11-stable/sys/dev/iicbus/
H A Dds1631.c123 int try = 0; local
138 if (++try > 5) {
150 int err, try = 0; local
166 if (++try > 5) {
178 int err, try = 0; local
194 if (++try > 5) {
H A Dad7417.c132 int try = 0; local
147 if (++try > 5) {
159 int err, try = 0; local
175 if (++try > 5) {
187 int err, try = 0; local
203 if (++try > 5) {
216 int err, try = 0; local
238 if (++try > 5) {
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Drc.sshd67 try-restart)
117 echo "Usage: $0 {start|stop|status|try-restart|restart|force-reload|reload|probe}"
/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
H A Dtime_members.h70 try
/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dtime_members.h67 try
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh53 # try `progname' with all well known extensions
57 try="$dir/$1$ext"
58 test -f "$try" && test -x "$try" && prog="$try" && break
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc75 // If this is darwin, it has some funky issues, try to solve them here. Some

Completed in 164 milliseconds

123456