fstat             115 include/sys/stat.h int	fstat(int, struct stat *);
fstat             102 usr/bin/cat/cat.c 	if (fstat(wfd, &sbuf))
fstat             151 usr/bin/cp/cp.c 	fstat(fold, &stbuf);
fstat              50 usr/lib/libc/stdio/makebuf.c 	if (fp->_file < 0 || fstat(fp->_file, &st) < 0)
fstat             130 usr/sbin/install/install.c 	fstat(fold, &stbuf);
fstat             247 usr/server/boot/boot.c 	fstat(fold, &stbuf);
fstat             454 usr/server/exec/exec_execve.c 	if (fstat(fd, &st) == -1) {