Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 25 of 195) sorted by relevance

12345678

/original-bsd/bin/stty/
H A Dutil.c35 !fstat(STDOUT_FILENO, &sb1) && !fstat(STDERR_FILENO, &sb2) && in checkredirect()
/original-bsd/sys/stand/
H A Dstat.c12 fstat(fd, sb) in fstat() function
42 rv = fstat(fd, sb);
/original-bsd/sys/stand.att/
H A Dstat.c15 fstat(fd, sb) in fstat() function
44 rv = fstat(fd, sb);
/original-bsd/usr.sbin/amd/amd/
H A Dinfo_ndbm.c61 error = fstat(dbm_pagfno(db), &stb);
86 if (fstat(dbm_pagfno(db), &stb) < 0)
/original-bsd/lib/libc/gen/
H A Dscandir.c51 if (fstat(dirp->dd_fd, &stb) < 0)
82 if (fstat(dirp->dd_fd, &stb) < 0)
/original-bsd/lib/libc/tahoe/sys/
H A Dfstat.s24 SYSCALL(fstat)
/original-bsd/lib/libc/sys/
H A Dfstat.s24 SYSCALL(fstat)
/original-bsd/usr.bin/mail/
H A D40.local.h21 #define fstat _fstat /* Simulate version 7 */ macro
H A Dv6.local.h22 #define fstat _fstat /* Simulate version 7 */ macro
H A Dcc.local.h26 #define fstat _fstat /* Simulate version 7 */ macro
H A Ding.local.h25 #define fstat _fstat /* Simulate version 7 */ macro
/original-bsd/usr.bin/fstat/
H A DMakefile3 PROG= fstat
/original-bsd/usr.bin/uucp/port/LIBNDIR/
H A Dopendir.c20 fstat(fd, &sbuf);
/original-bsd/usr.bin/ar/
H A Dreplace.c78 (void)fstat(sfd, &sb);
126 (void)fstat(sfd, &sb);
/original-bsd/usr.bin/tail/
H A Dtail.c139 fstat(fileno(fp), &sb)) {
159 if (fstat(fileno(stdin), &sb)) {
/original-bsd/libexec/ftpd/
H A Dlogwtmp.c40 if (fstat(fd, &buf) == 0) {
/original-bsd/games/hangman/
H A Dsetup.c44 fstat(fileno(Dict), &sbuf); in setup()
/original-bsd/lib/libutil/
H A Dlogwtmp.c31 if (fstat(fd, &buf) == 0) {
/original-bsd/sbin/mount_umap/
H A Dmount_umap.c108 if (fstat(fileno(fp), &statbuf))
155 if (fstat(fileno(gfp), &statbuf))
/original-bsd/usr.bin/f77/libU77/
H A Dfstat_.c38 if (fstat(fileno(units[*lunit].ufd), &statb) == 0)
/original-bsd/local/sccscmds/sccscmds.ok/com/
H A Dsinit.c26 fstat(fileno(pkt->p_iop),&Statbuf);
/original-bsd/local/sccscmds/sccscmds.2/com/
H A Dsinit.c26 fstat(fileno(pkt->p_iop),&Statbuf);
/original-bsd/lib/libc/stdio/
H A Dfseek.c109 fp->_file < 0 || fstat(fp->_file, &st) ||
125 if (fstat(fp->_file, &st))
/original-bsd/local/toolchest/ksh/sh/
H A Dservice.c248 if(fstat(n,&statb)<0 || (statb.st_mode&S_IFMT)!=S_IFREG)
422 fstat(fd, &stats);
478 if(fstat(n,&statb)==0)
493 if(fstat(n,&statb)<0 || statb.st_uid != euserid)
571 if(fstat(n,&statb)==0)
586 if(fstat(n,&statb)<0 || statb.st_uid != euserid)
/original-bsd/old/refer/hunt/
H A Dhunt5.c66 fstat (f->_file, &sb);

12345678