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

/freebsd-9.3-release/contrib/sendmail/src/
H A Ddeliver.c1006 char f1buf[MAXPATHLEN], f2buf[MAXPATHLEN]; local
1015 (void) sm_strlcpy(f1buf, queuename(e, type), sizeof(f1buf));
1023 syserr("!dup_queue_file: can't commit %s", f1buf);
1027 if (link(f1buf, f2buf) < 0)
1031 syserr("sendall: link(%s, %s)", f1buf, f2buf);
1040 if (link(f1buf, f2buf) < 0)
1043 f1buf, f2buf);

Completed in 101 milliseconds