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

/sendmail/sendmail/
H A Dqueue.c7820 char npath[MAXPATHLEN]; local
7835 (void) sm_strlcpy(npath, queuename(new, DATAFL_LETTER), sizeof(npath));
7863 if (link(opath, npath) == 0)
7866 SYNC_DIR(npath, true);
7880 (void) sm_strlcpy(npath, queuename(new, DATAFL_LETTER), sizeof(npath));
7881 if (link(opath, npath) == 0)
7884 SYNC_DIR(npath, true);
7892 opath, npath, sm_errstrin
[all...]

Completed in 2125 milliseconds