Home
last modified time | relevance | path

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

/freebsd-head/lib/libc/stdio/
HDfileno.c42 #undef fileno_unlocked
72 fileno_unlocked(FILE *fp) in fileno_unlocked() function
HDSymbol.map88 fileno_unlocked;
HDMakefile.inc51 ferror.3 fileno_unlocked.3
/freebsd-head/include/
HDstdio.h356 int fileno_unlocked(FILE *);
523 #define fileno_unlocked(p) __sfileno(p) macro
/freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_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-head/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1732 fun:fileno_unlocked=uninstrumented