Searched refs:xfile (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/contrib/sendmail/contrib/ |
| 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-9-stable/usr.sbin/pstat/ |
| D | pstat.c | 107 static int getfiles(struct xfile **, size_t *); 369 struct xfile *fp, *buf; in filemode() 402 for (fp = (struct xfile *)buf, i = 0; i < openf; ++fp, ++i) { in filemode() 427 getfiles(struct xfile **abuf, size_t *alen) in getfiles() 429 struct xfile *buf; in getfiles()
|
| /freebsd-9-stable/contrib/sendmail/src/ |
| D | savemail.c | 776 register SM_FILE_T *xfile; local 876 xfile = safefopen(ErrMsgFile, O_RDONLY, 0444, sff); 877 if (xfile != NULL) 879 while (sm_io_fgets(xfile, SM_TIME_DEFAULT, buf, 895 (void) sm_io_close(xfile, SM_TIME_DEFAULT);
|
| /freebsd-9-stable/lib/libkvm/ |
| D | kvm_file.c | 185 nfiles = size / sizeof(struct xfile); in kvm_getfiles()
|
| /freebsd-9-stable/usr.bin/sockstat/ |
| D | sockstat.c | 103 static struct xfile *xfiles; 658 struct xfile *xf; in display()
|
| /freebsd-9-stable/sys/sys/ |
| D | file.h | 189 struct xfile { struct
|
| /freebsd-9-stable/sys/kern/ |
| D | kern_descrip.c | 2913 struct xfile xf; in sysctl_kern_file()
|