fileno
extern int fileno(FILE *stream);
# define FILENO(__fp) fileno ((__fp))
# define FILENO(__fp) fileno ((__fp))
int inFD = fileno(in);
if (fstat(fileno(fin), &stbuf) < 0) {
if (fstat(fileno(fin), &st) < 0) {
} else if (lseek(fileno(fin), restart_point, L_SET) < 0) {
} else if (lseek(fileno(fout), restart_point, L_SET) < 0) {
data = fileno(file);
netfd = fileno(outstr);
filefd = fileno(instr);
cnt = read(fileno(instr), buf, sizeof(buf));
cnt = write(fileno(outstr), bp, len);
pids[fileno(iop)] = pid;
if (pids == NULL || pids[fdes = fileno(iop)] == 0)
tout = fileno(stdout);
tin = fileno(stdin);
(void) ioctl(fileno(stdout), TIOCFLUSH, (char *) 0);
(void) ioctl(fileno(stdout), TCFLSH, (char *) 0);
if (ioctl(fileno(stdin), TIOCGWINSZ, (char *)&ws) >= 0) {
int fd = fileno(stdout);
setmode(fileno(G.outfile), O_BINARY);
((extent)write(fileno(strm),(char *)(buf),(extent)(len)) != (extent)(len))
if (tcgetattr(fileno(stdin), &termios) == 0) {
changed = tcsetattr(fileno(stdin), TCSAFLUSH, &noEchoTermios) == 0;
tcsetattr(fileno(stdin), TCSAFLUSH, &termios);
nvlist_dump(nvl, fileno(fp));
store->pagefd = dup(fileno(fp));
stdiobuf::stdiobuf(FILE *f) : filebuf(fileno(f))
statp->_u._ext.ext->resfd = fcntl(fileno(fp), F_DUPFD_CLOEXEC, 0);
libc_hidden_proto (fileno)
libc_hidden_def (fileno)
weak_alias (fileno, fileno_unlocked)
extern int fileno (FILE *__stream) __THROW __wur;
|| (fd = fileno (stderr)) == -1
int fd = fileno(f);
int fd = fileno(f);
} else if (fstat(fileno(fp), &st1) < 0) {
} else if (fstat(fileno(fp), &st1) < 0) {