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

/sendmail/mail.local/
H A Dmail.local.c161 int HashDepth = 0; variable
316 HashDepth = atoi(&optarg[1]);
317 if ((HashDepth <= 0) || ((HashDepth * 2) >= MAXPATHLEN))
1660 if (HashType == HASH_NONE || HashDepth * 2 >= MAXPATHLEN)
1699 for (i = 0; i < HashDepth; i++)
1707 p[HashDepth * 2] = '\0';

Completed in 14 milliseconds