Searched refs:f2buf (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | deliver.c | 1005 char f1buf[MAXPATHLEN], f2buf[MAXPATHLEN]; local 1015 (void) sm_strlcpy(f2buf, queuename(ee, type), sizeof(f2buf)); 1026 if (link(f1buf, f2buf) < 0) 1030 syserr("sendall: link(%s, %s)", f1buf, f2buf); 1033 if (unlink(f2buf) < 0) 1036 f2buf); 1039 if (link(f1buf, f2buf) < 0) 1042 f1buf, f2buf); 1047 SYNC_DIR(f2buf, true);
|