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

/freebsd-11-stable/lib/libc/stdio/
H A Dfileno.c45 #undef fileno_unlocked macro
60 fileno_unlocked(FILE *fp) function
H A DMakefile.inc50 ferror.3 fileno.3 ferror.3 fileno_unlocked.3
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h98 # define fileno(Stream) fileno_unlocked (Stream)
100 extern int fileno_unlocked (FILE *);
H A Dconfigure5024 for ac_func in clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
5895 echo "$as_me:$LINENO: checking whether fileno_unlocked is declared" >&5
5896 echo $ECHO_N "checking whether fileno_unlocked is declared... $ECHO_C" >&6
5910 #ifndef fileno_unlocked
5911 char *p = (char *) fileno_unlocked;
/freebsd-11-stable/include/
H A Dstdio.h349 int fileno_unlocked(FILE *);
553 #define fileno_unlocked(p) __sfileno(p) macro
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h106 # define fileno(Stream) fileno_unlocked (Stream)
108 extern int fileno_unlocked (FILE *);
H A Dconfigure9293 clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
11395 free basename getopt clock getpagesize clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp43 #define fileno_unlocked(fp) \ macro
95 extern "C" int fileno_unlocked(void *stream);
1739 int fd = fileno_unlocked(res);
1751 int fd = fileno_unlocked(res);
2242 int fd = fileno_unlocked(file); \
2248 int fd = fileno_unlocked(file); \

Completed in 132 milliseconds