Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/mail.local/
H A Dmail.local.c165 int HashDepth = 0; variable
327 HashDepth = atoi(&optarg[1]);
328 if ((HashDepth <= 0) || ((HashDepth * 2) >= MAXPATHLEN))
1676 if (HashType == HASH_NONE || HashDepth * 2 >= MAXPATHLEN)
1715 for (i = 0; i < HashDepth; i++)
1723 p[HashDepth * 2] = '\0';