Searched refs:fileno_unlocked (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/lib/libc/stdio/
H A Dfileno.c41 #undef fileno_unlocked macro
56 fileno_unlocked(FILE *fp) function
H A DMakefile.inc52 ferror.3 fileno_unlocked.3
/freebsd-current/include/
H A Dstdio.h347 int fileno_unlocked(FILE *);
518 #define fileno_unlocked(p) __sfileno(p) macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp49 #define fileno_unlocked(fp) \ macro
105 extern "C" int fileno_unlocked(void *stream);
1888 int fd = fileno_unlocked(res);
1900 int fd = fileno_unlocked(res);
2443 int fd = fileno_unlocked(file); \
2449 int fd = fileno_unlocked(file); \

Completed in 158 milliseconds