Searched refs:MAXTRIES (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/lib/libradius/
H A Dradlib_private.h44 #define MAXTRIES 3 macro
H A Dradlib.c602 maxtries = MAXTRIES;
/freebsd-10-stable/lib/libutil/
H A Duucplock.c49 #define MAXTRIES 5 macro
83 for (i = 0; i < MAXTRIES; i++) {
113 GORET(1, (i >= MAXTRIES) ? UU_LOCK_TRY_ERR : UU_LOCK_OK);
/freebsd-10-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh24 MAXTRIES=6
79 $MAXTRIES
167 MAXTRIES="$OPTARG"
411 if [ $TRY -ge $MAXTRIES ]; then
H A Dupdate-leap.in52 my $MAXTRIES = 6;
101 $MAXTRIES = $opt{r} if defined $opt{r};
182 for (my $try = 1; $try <= $MAXTRIES; $try++) {
210 log_fatal(LOG_ERR, "Download from $LEAPSRC failed after $MAXTRIES attempts");
271 # Since we make as many as $MAXTRIES attempts to connect to the remote
419 $MAXTRIES

Completed in 183 milliseconds