Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/mail.local/
H A Dmail.local.c166 int HashDepth = 0; variable
330 HashDepth = atoi(&optarg[1]);
331 if ((HashDepth <= 0) || ((HashDepth * 2) >= MAXPATHLEN))
1712 if (HashType == HASH_NONE || HashDepth * 2 >= MAXPATHLEN)
1751 for (i = 0; i < HashDepth; i++)
1759 p[HashDepth * 2] = '\0';