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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dinit_creds_ctx.h18 unsigned int loopcount; member in struct:_krb5_init_creds_context
H A Dget_in_tkt.c715 int loopcount = 0; local
834 if (loopcount++ > MAX_IN_TKT_LOOPS) {
1706 if (ctx->loopcount >= MAX_IN_TKT_LOOPS) {
2294 ctx->loopcount++;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dalias.c412 unsigned int loopcount = 0; /* only used for debugging */ local
432 loopcount++;
433 sm_dprintf("aliaswait: sleeping for %u seconds (loopcount = %u)\n",
434 sleeptime, loopcount);
H A Dparseaddr.c1027 int loopcount; local
1081 loopcount = 0;
1104 if (++loopcount > 100)
1302 loopcount = 0;
1321 loopcount = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm481 my $loopcount = 0;
507 } elsif (-M $mby > 60 && $loopcount == 0) {
512 $loopcount++;

Completed in 38 milliseconds