Home
last modified time | relevance | path

Searched refs:MAX_TRIES (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/regress/lib/libc/mkstemp/
Dmkstemp_test.c24 #define MAX_TRIES 100 macro
80 for (tries = 0; tries < MAX_TRIES; tries++) { in try_mkstemp()
99 for (tries = 0; tries < MAX_TRIES; tries++) { in try_mkstemps()
/openbsd/src/gnu/usr.bin/perl/cpan/File-Temp/lib/File/
DTemp.pm216 use constant MAX_TRIES => 1000; constant
490 for (my $i = 0; $i < MAX_TRIES; $i++) {
605 . MAX_TRIES . ") to open temp file/dir";
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dremote-sds.c869 #define MAX_TRIES 3 in getmessage() macro
871 for (tries = 1; tries <= MAX_TRIES; tries++) in getmessage()
Dremote.c4175 #define MAX_TRIES 3 in getpkt_sane() macro
4177 for (tries = 1; tries <= MAX_TRIES; tries++) in getpkt_sane()
DChangeLog-19952369 (getpkt): Reduce MAX_TRIES to 3.
/openbsd/src/usr.sbin/npppd/npppd/
Dparse.y132 %token X_TIMEOUT MAX_TRIES MAX_FAILOVERS SECRET
821 | MAX_TRIES NUMBER {
1137 { "max-tries", MAX_TRIES}, in lookup()
/openbsd/src/sbin/iked/
Dparse.y461 %token RADIUS ACCOUNTING SERVER SECRET MAX_TRIES MAX_FAILOVERS
1317 | RADIUS accounting MAX_TRIES NUMBER {
1607 { "max-tries", MAX_TRIES }, in lookup()