Searched defs:tries (Results 1 - 1 of 1) sorted by relevance

/sendmail/libsmutil/
H A Dsafefile.c923 ** whatever), so this tries to get around it.
933 register int tries; local
937 for (tries = 0; tries < 10; tries++)
939 (void) sleep((unsigned) (10 * tries));

Completed in 13 milliseconds