Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfileno.c41 #undef fileno_unlocked
56 fileno_unlocked(FILE *fp) in fileno_unlocked() function
H A DSymbol.map88 fileno_unlocked;
H A DMakefile.inc51 ferror.3 fileno_unlocked.3
/freebsd/include/
H A Dstdio.h356 int fileno_unlocked(FILE *);
527 #define fileno_unlocked(p) __sfileno(p) macro
/freebsd/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);
1899 int fd = fileno_unlocked(res); in TSAN_INTERCEPTOR()
1911 int fd = fileno_unlocked(res); in TSAN_INTERCEPTOR()
2454 int fd = fileno_unlocked(file); \
2460 int fd = fileno_unlocked(file); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1732 fun:fileno_unlocked=uninstrumented