Searched refs:xfile (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/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): $bang\n"; 246 if (-e "$xfile") { 247 if (unlink($xfile) == 0) { 249 &syslog('err', 'unlink(%s): %s', $xfile, $bang); [all …]
|
/freebsd/usr.sbin/pstat/ |
H A D | pstat.c | 97 static int getfiles(struct xfile **, size_t *); 357 struct xfile *fp, *buf; in filemode() 390 for (fp = (struct xfile *)buf, i = 0; i < openf; ++fp, ++i) { in filemode() 415 getfiles(struct xfile **abuf, size_t *alen) in getfiles() 417 struct xfile *buf; in getfiles()
|
/freebsd/contrib/sendmail/src/ |
H A D | savemail.c | 823 register SM_FILE_T *xfile; local 923 xfile = safefopen(ErrMsgFile, O_RDONLY, 0444, sff); 924 if (xfile != NULL) 926 while (sm_io_fgets(xfile, SM_TIME_DEFAULT, buf, 942 (void) sm_io_close(xfile, SM_TIME_DEFAULT);
|
/freebsd/sys/sys/ |
H A D | file.h | 229 struct xfile { struct
|
/freebsd/usr.bin/sockstat/ |
H A D | sockstat.c | 911 struct xfile *xfiles; in getfiles() 926 enforce_ksize(xfiles->xf_size, struct xfile); in getfiles()
|
/freebsd/sys/kern/ |
H A D | kern_descrip.c | 4392 struct xfile xf; in sysctl_kern_file() 4475 0, 0, sysctl_kern_file, "S,xfile", "Entire file table");
|