Searched refs:xfile (Results 1 - 2 of 2) sorted by relevance
| /sendmail/contrib/ |
| H A D | re-mqueue.pl | 148 ($xfile = $dfile) =~ s/^d/x/; 177 if (-e "$queueB/$xfile") { 178 print "$queueb/$xfile already exists - skipping\n" if ($debug); 220 if (-e "$xfile") { 221 if (link("$xfile", "$queueB/$xfile") == 0) { 223 &syslog('err', 'link(%s, %s/%s): %s', $xfile, $queueB, $xfile, $bang); 224 print STDERR "$0: link($xfile, $queueB/$xfile) [all...] |
| /sendmail/sendmail/ |
| H A D | savemail.c | 765 register SM_FILE_T *xfile; local 865 xfile = safefopen(ErrMsgFile, O_RDONLY, 0444, sff); 866 if (xfile != NULL) 868 while (sm_io_fgets(xfile, SM_TIME_DEFAULT, buf, 884 (void) sm_io_close(xfile, SM_TIME_DEFAULT);
|
Completed in 18 milliseconds