_file             104 usr/include/stdio.h 	short	_file;		/* fileno, if Unix descriptor, else -1 */
_file             291 usr/include/stdio.h #define	__sfileno(p)	((p)->_file)
_file              70 usr/lib/libc/stdio/fdopen.c 	fp->_file = fd;
_file              51 usr/lib/libc/stdio/findfp.c 	fp->_file = fileno;
_file              57 usr/lib/libc/stdio/fopen.c 	fp->_file = f;
_file              81 usr/lib/libc/stdio/freopen.c 		if ((wantfd = fp->_file) < 0 && isopen) {
_file             136 usr/lib/libc/stdio/freopen.c 	fp->_file = f;
_file              50 usr/lib/libc/stdio/makebuf.c 	if (fp->_file < 0 || fstat(fp->_file, &st) < 0)
_file              90 usr/lib/libc/stdio/makebuf.c 	if (couldbetty && isatty(fp->_file))
_file              48 usr/lib/libc/stdio/stdio.c 	return (read(fp->_file, buf, n));
_file              58 usr/lib/libc/stdio/stdio.c 		(void) lseek(fp->_file, (off_t)0, SEEK_END);
_file              59 usr/lib/libc/stdio/stdio.c 	return (write(fp->_file, buf, n));
_file              68 usr/lib/libc/stdio/stdio.c 	return (lseek(fp->_file, (off_t)offset, whence));
_file              75 usr/lib/libc/stdio/stdio.c 	return (close(fp->_file));
_file              83 usr/lib/libc/stdio/vfprintf.c 	fake._file = fp->_file;
_file             269 usr/lib/libc/stdio/vfprintf.c 	    fp->_file >= 0)