Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfileno.c45 __fileno_impl(FILE *fp) in __fileno_impl() function
62 fd = __fileno_impl(fp); in fileno()
65 fd = __fileno_impl(fp); in fileno()
74 return (__fileno_impl(fp)); in fileno_unlocked()