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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c254 static unsigned int hash_q __P((char *, unsigned int));
268 hash_q(p, h) function
6267 *phash = hash_q(relpath, *phash);
6324 *phash = hash_q(qg->qg_qpaths[0].qp_name, *phash);
7098 hashval = hash_q(basedir, hashval);

Completed in 79 milliseconds