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

12345

/freebsd-13-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-13-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-13-stable/contrib/ncurses/ncurses/widechar/
H A Dwidechars.c46 int try; local
55 for (try = 1; try <= (int) n; ++try) {
59 try,
62 TR(TRACE_BITS, ("...try %d:%d", try, count));
75 try,
83 result = try;
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dtest_regex.h34 void try(char *, char *, char *, char *, char *, int);
/freebsd-13-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-13-stable/contrib/cortex-strings/
H A DMakefile.am80 try-none \
81 try-this \
82 try-plain \
83 try-newlib-c \
84 try-bionic-c \
85 try-glibc-c
190 try-bionic-a9 \
191 try-bionic-a15 \
192 try-csl \
193 try
[all...]
/freebsd-13-stable/stand/i386/libi386/
H A Dtime.c75 int same, try; local
77 same = try = 0;
84 } while (++same < 8 && ++try < 1000);
/freebsd-13-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-13-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? */
158 * we haven't tried already, try now.
167 autoboot(-1, NULL); /* try to boot automatically */
185 /* try to get a delay from the environment */
264 * Scrounge for the name of the (try)'th file we will try to boot.
267 getbootfile(int try) argument
280 * Try $bootfile, then try ou
416 loadakernel(int try, int argc, char* argv[]) argument
[all...]
/freebsd-13-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-13-stable/crypto/heimdal/lib/wind/
H A Dtest-map.c62 try(const struct example *c) function
95 failures += try(&cases[i]);
/freebsd-13-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-13-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-13-stable/sys/dev/iicbus/
H A Dds1631.c124 int try = 0; local
139 if (++try > 5) {
151 int err, try = 0; local
167 if (++try > 5) {
179 int err, try = 0; local
195 if (++try > 5) {
H A Dad7417.c133 int try = 0; local
148 if (++try > 5) {
160 int err, try = 0; local
176 if (++try > 5) {
188 int err, try = 0; local
204 if (++try > 5) {
217 int err, try = 0; local
239 if (++try > 5) {
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-unexport.mk21 # XXX: Now try to unexport all of them. The variables are still exported
H A Dexport.mk20 ${:U!}= exclamation # A direct != would try to run "exclamation"
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/randombytes/
H A Drandombytes.c96 try {
107 try {
/freebsd-13-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-13-stable/sys/contrib/openzfs/cmd/dbufstat/
H A Ddbufstat.in229 try:
243 try:
343 try:
367 try:
538 try:
604 try:
654 try:
666 try:
/freebsd-13-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
/freebsd-13-stable/lib/libc/regex/
H A Dregcomp.c1545 p->next = nuls; /* try to bring things to a halt */
2015 int try; local
2023 try = 0;
2028 if (try > largest)
2029 largest = try;
2030 try = 0;
2034 try = altoffset(scan, try);
2035 if (try == -1)
2053 try
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsorts.c215 int try = lower + (upper - lower) / 2; /* careful to avoid overflow */
216 int cmp = compare_func((const char *)base + try * elt_size, key);
219 lower = try + 1;
221 upper = try - 1;
247 /* If provided, try the index following *HINT (i.e. probably the last
213 int try = lower + (upper - lower) / 2; /* careful to avoid overflow */ local
/freebsd-13-stable/crypto/heimdal/appl/login/
H A Dlogin.c568 int try; local
639 for(try = 0; try < max_tries; try++){
/freebsd-13-stable/sbin/umount/
H A Dumount.c338 struct timeval try; local
409 /* First try to unmount using the file system ID. */
448 try.tv_sec = 20;
449 try.tv_usec = 0;
451 nfsdirname, (xdrproc_t)xdr_void, (caddr_t)0, try);

Completed in 222 milliseconds

12345