Home
last modified time | relevance | path

Searched refs:__sfileno (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/stdio/
H A Dfileno.c51 fd = __sfileno(fp); in fileno()
60 return (__sfileno(fp)); in fileno_unlocked()
/dragonfly/lib/libc/gen/
H A Dpopen.c142 _close(__sfileno(p->fp)); in popen()
204 _fcntl(__sfileno(iop), F_SETFD, FD_CLOEXEC); in pclose()
/dragonfly/include/
H A Dstdio.h456 __sfileno(FILE *_fp) in __sfileno() function
474 #define fileno(p) (!__isthreaded ? __sfileno(p) : (fileno)(p))
491 #define fileno_unlocked(p) __sfileno(p)