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

/freebsd-current/contrib/sendmail/src/
H A Ddeliver.c1106 char f1buf[MAXPATHLEN], f2buf[MAXPATHLEN]; local
1116 (void) sm_strlcpy(f2buf, queuename(ee, type), sizeof(f2buf));
1127 if (link(f1buf, f2buf) < 0)
1131 syserr("sendall: link(%s, %s)", f1buf, f2buf);
1134 if (unlink(f2buf) < 0)
1137 f2buf);
1140 if (link(f1buf, f2buf) < 0)
1143 f1buf, f2buf);
1148 SYNC_DIR(f2buf, tru
[all...]

Completed in 137 milliseconds