Searched refs:f1buf (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | deliver.c | 1005 char f1buf[MAXPATHLEN], f2buf[MAXPATHLEN]; local 1014 (void) sm_strlcpy(f1buf, queuename(e, type), sizeof(f1buf)); 1022 syserr("!dup_queue_file: can't commit %s", f1buf); 1026 if (link(f1buf, f2buf) < 0) 1030 syserr("sendall: link(%s, %s)", f1buf, f2buf); 1039 if (link(f1buf, f2buf) < 0) 1042 f1buf, f2buf);
|