Searched refs:f1buf (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | deliver.c | 1106 char f1buf[MAXPATHLEN], f2buf[MAXPATHLEN]; local 1115 (void) sm_strlcpy(f1buf, queuename(e, type), sizeof(f1buf)); 1123 syserr("!dup_queue_file: can't commit %s", f1buf); 1127 if (link(f1buf, f2buf) < 0) 1131 syserr("sendall: link(%s, %s)", f1buf, f2buf); 1140 if (link(f1buf, f2buf) < 0) 1143 f1buf, f2buf);
|