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

/freebsd-11.0-release/lib/libradius/
H A Dradlib_private.h44 #define MAXTRIES 3 macro
H A Dradlib.c602 maxtries = MAXTRIES;
/freebsd-11.0-release/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-11.0-release/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in44 my $MAXTRIES=6;
87 $MAXTRIES
163 $MAXTRIES=$opt{r} if (defined($opt{r}));
404 if ( $TRY ge $MAXTRIES ) {
H A Dupdate-leap.sh24 MAXTRIES=6
79 $MAXTRIES
167 MAXTRIES="$OPTARG"
411 if [ $TRY -ge $MAXTRIES ]; then

Completed in 98 milliseconds