Home
last modified time | relevance | path

Searched refs:try (Results 1 – 25 of 679) sorted by relevance

12345678910>>...28

/freebsd-12.1/crypto/heimdal/lib/roken/
H A Dsnprintf-test.c38 try (const char *format, ...) in try() function
67 tot += try ("%d", int_values[i]); in cmp_with_sprintf_int()
68 tot += try ("%x", int_values[i]); in cmp_with_sprintf_int()
69 tot += try ("%X", int_values[i]); in cmp_with_sprintf_int()
70 tot += try ("%o", int_values[i]); in cmp_with_sprintf_int()
71 tot += try ("%#x", int_values[i]); in cmp_with_sprintf_int()
72 tot += try ("%#X", int_values[i]); in cmp_with_sprintf_int()
73 tot += try ("%#o", int_values[i]); in cmp_with_sprintf_int()
74 tot += try ("%10d", int_values[i]); in cmp_with_sprintf_int()
75 tot += try ("%10x", int_values[i]); in cmp_with_sprintf_int()
[all …]
/freebsd-12.1/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);
37 try("foob", "foo[bar]", true);
38 try("a-b", "a[]-]b", true);
39 try("abcde", "a*e", true);
40 try("[", "[[]", true);
41 try("c", "[a-z]", true);
42 try("C", "[a-z]", false);
[all …]
/freebsd-12.1/contrib/libucl/tests/basic/
H A Dload.in4 .load(try=false, multiline=false, trim=false, escape=false, key="key1", target="string", priority=1…
5 .load(try=false, multiline=true, trim=false, escape=false, key="key2", target="string", priority=1)…
6 .load(try=false, multiline=true, trim=true, escape=false, key="key3", target="string", priority=1) …
7 .load(try=false, multiline=true, trim=true, escape=true, key="key4", target="string", priority=1) "…
8 .load(try=false, multiline=false, trim=true, escape=false, key="key5", target="string", priority=1)…
9 .load(try=false, multiline=false, trim=false, escape=true, key="key6", target="string", priority=1)…
10 .load(try=false, multiline=false, trim=true, escape=true, key="key7", target="string", priority=1) …
11 .load(try=false, multiline=false, trim=false, escape=false, key="key8", target="int", priority=1) "…
12 .load(try=false, multiline=false, trim=false, escape=false, key="key9", target="int", priority=4) "…
13 .load(try=true, multiline=false, trim=false, escape=false, key="key10", target="string", priority=1…
/freebsd-12.1/contrib/ncurses/ncurses/widechar/
H A Dwidechars.c45 int try; in _nc_mbtowc() local
54 for (try = 1; try <= (int) n; ++try) { in _nc_mbtowc()
58 try, in _nc_mbtowc()
61 TR(TRACE_BITS, ("...try %d:%d", try, count)); in _nc_mbtowc()
74 try, in _nc_mbtowc()
82 result = try; in _nc_mbtowc()
/freebsd-12.1/usr.sbin/rpc.umntall/
H A Drpc.umntall.c176 struct timeval try; in do_umntall() local
179 try.tv_sec = 3; in do_umntall()
180 try.tv_usec = 0; in do_umntall()
182 &try); in do_umntall()
190 (xdrproc_t)xdr_void, (caddr_t)0, try); in do_umntall()
204 struct timeval try; in do_umount() local
207 try.tv_sec = 3; in do_umount()
208 try.tv_usec = 0; in do_umount()
210 &try); in do_umount()
217 (xdrproc_t)xdr_void, (caddr_t)0, try); in do_umount()
/freebsd-12.1/sys/contrib/zlib/test/
H A Dinfcover.c507 local int try(char *hex, char *id, int err) in try() function
583 try("0 0 0 0 0", "invalid stored block lengths", 1); in cover_inflate()
584 try("3 0", "fixed", 0); in cover_inflate()
585 try("6", "invalid block type", 1); in cover_inflate()
586 try("1 1 0 fe ff 0", "stored", 0); in cover_inflate()
588 try("4 0 fe ff", "invalid code lengths set", 1); in cover_inflate()
589 try("4 0 24 49 0", "invalid bit length repeat", 1); in cover_inflate()
590 try("4 0 24 e9 ff ff", "invalid bit length repeat", 1); in cover_inflate()
592 try("4 80 49 92 24 49 92 24 71 ff ff 93 11 0", in cover_inflate()
596 try("2 7e ff ff", "invalid distance code", 1); in cover_inflate()
[all …]
/freebsd-12.1/usr.bin/caesar/
H A Dcaesar.c83 int obs[26], try, winner; in main() local
118 for (try = winner = 0; try < 26; ++try) { /* += 13) { */ in main()
121 dot += obs[i] * stdf[(i + try) % 26]; in main()
123 if (try == 0) in main()
127 winner = try; in main()
/freebsd-12.1/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
/freebsd-12.1/stand/common/
H A Dboot.c42 static char *getbootfile(int try);
43 static int loadakernel(int try, int argc, char* argv[]);
266 getbootfile(int try) in getbootfile() argument
284 while ((try > 0) && (spec != NULL)) { in getbootfile()
288 try--; in getbootfile()
415 loadakernel(int try, int argc, char* argv[]) in loadakernel() argument
419 for (try = 0; (cp = getbootfile(try)) != NULL; try++) in loadakernel()
/freebsd-12.1/contrib/sendmail/src/
H A Dsfsasl.c726 int r, rfd, wfd, try, ssl_err; local
731 try = 99;
755 try = tls_retry(so->con, rfd, wfd, tlsstart,
759 if (try > 0)
786 if (errno == EAGAIN && try > 0)
815 if (save_errno == EAGAIN && try > 0)
828 err, r, errno, try, ssl_err);
855 int r, rfd, wfd, try, ssl_err; local
860 try = 99;
885 if (try > 0)
[all …]
/freebsd-12.1/libexec/tftpd/
H A Dtftp-transfer.c58 int size, n_data, n_ack, try; in tftp_send() local
77 for (try = 0; ; try++) { in tftp_send()
80 if (try == maxtimeouts) { in tftp_send()
96 if (try == maxtimeouts) { in tftp_send()
99 "giving up", try, *block); in tftp_send()
104 try, *block); in tftp_send()
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_uninitialized.h84 try in __uninitialized_copy_aux()
147 try in __uninitialized_fill_aux()
192 try in __uninitialized_fill_n_aux()
236 try in __uninitialized_copy_a()
262 try in __uninitialized_fill_a()
288 try in __uninitialized_fill_n_a()
331 try in __uninitialized_copy_copy()
354 try in __uninitialized_fill_copy()
379 try in __uninitialized_copy_fill()
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def21 "then try larger inputs over time. Specifies the rate at which the length "
113 FUZZER_FLAG_INT(handle_segv, 1, "If 1, try to intercept SIGSEGV.")
114 FUZZER_FLAG_INT(handle_bus, 1, "If 1, try to intercept SIGBUS.")
115 FUZZER_FLAG_INT(handle_abrt, 1, "If 1, try to intercept SIGABRT.")
116 FUZZER_FLAG_INT(handle_ill, 1, "If 1, try to intercept SIGILL.")
117 FUZZER_FLAG_INT(handle_fpe, 1, "If 1, try to intercept SIGFPE.")
118 FUZZER_FLAG_INT(handle_int, 1, "If 1, try to intercept SIGINT.")
119 FUZZER_FLAG_INT(handle_term, 1, "If 1, try to intercept SIGTERM.")
120 FUZZER_FLAG_INT(handle_xfsz, 1, "If 1, try to intercept SIGXFSZ.")
121 FUZZER_FLAG_INT(handle_usr1, 1, "If 1, try to intercept SIGUSR1.")
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dser-e7kpc.c132 int try; in e7000pc_init() local
139 for (try = 0; sigs[try].sw; try++) in e7000pc_init()
142 board_at = sigs[try].addr - dsbase; in e7000pc_init()
154 if (val == (0xaaa0 | sigs[try].sw)) in e7000pc_init()
164 sigs[try].addr); in e7000pc_init()
/freebsd-12.1/stand/i386/libi386/
H A Dtime.c75 int same, try; in time() local
77 same = try = 0; in time()
84 } while (++same < 8 && ++try < 1000); in time()
/freebsd-12.1/contrib/libc++/include/
H A Dostream320 try
372 try
398 try
428 try
454 try
484 try
510 try
536 try
562 try
588 try
[all …]
H A Distream367 try
471 try
526 try
630 try
674 try
734 try
762 try
814 try
867 try
922 try
[all …]
/freebsd-12.1/sys/dev/iicbus/
H A Dds1631.c125 int try = 0; in ds1631_write() local
140 if (++try > 5) { in ds1631_write()
152 int err, try = 0; in ds1631_read_1() local
168 if (++try > 5) { in ds1631_read_1()
180 int err, try = 0; in ds1631_read_2() local
196 if (++try > 5) { in ds1631_read_2()
H A Dad7417.c134 int try = 0; in ad7417_write() local
149 if (++try > 5) { in ad7417_write()
161 int err, try = 0; in ad7417_read_1() local
177 if (++try > 5) { in ad7417_read_1()
189 int err, try = 0; in ad7417_read_2() local
205 if (++try > 5) { in ad7417_read_2()
218 int err, try = 0; in ad7417_write_read() local
240 if (++try > 5) { in ad7417_write_read()
/freebsd-12.1/usr.bin/procstat/tests/
H A Dprocstat_test.sh42 try=0
43 while [ $try -lt $MAX_TRIES ] && ! kill -0 $PROG_PID; do
45 : $(( try += 1 ))
47 if [ $try -ge $MAX_TRIES ]; then
/freebsd-12.1/stand/forth/
H A Dloader.4th60 : try-menu-unset
96 try-menu-unset
101 try-menu-unset
106 try-menu-unset
111 try-menu-unset
148 \ Will *NOT* try to load kernel and modules if no configuration file
252 s" try-include" s" try to load/interpret files" .?
255 : try-include ( -- ) \ see loader.4th(8)
H A Dbeastie.4th62 \ Not defined; try-include desired logo file
67 s" try-include /boot/logo-orb.4th"
69 s" try-include /boot/logo-orbbw.4th"
73 s" try-include /boot/logo-${loader_logo}.4th"
/freebsd-12.1/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-12.1/crypto/heimdal/lib/wind/
H A Dtest-map.c62 try(const struct example *c) in try() function
95 failures += try(&cases[i]); in main()
/freebsd-12.1/contrib/netbsd-tests/lib/libc/regex/data/
H A Dc_comments.in1 # Let's have some fun -- try to match a C comment.
6 # okay, we must not match */ inside; try to do that...

12345678910>>...28