HomeSort by: relevance | last modified time | path
    Searched refs:fileno_unlocked (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gcc/dist/fixincludes/
system.h 97 # define fileno(Stream) fileno_unlocked (Stream)
99 extern int fileno_unlocked (FILE *);
configure 4996 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
5130 ac_fn_c_check_decl "$LINENO" "fileno_unlocked" "ac_cv_have_decl_fileno_unlocked" "$ac_includes_default"
  /src/external/gpl3/gcc.old/dist/fixincludes/
system.h 97 # define fileno(Stream) fileno_unlocked (Stream)
99 extern int fileno_unlocked (FILE *);
configure 4983 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
5117 ac_fn_c_check_decl "$LINENO" "fileno_unlocked" "ac_cv_have_decl_fileno_unlocked" "$ac_includes_default"
  /src/external/gpl3/gcc/dist/libcpp/
system.h 118 # define fileno(Stream) fileno_unlocked (Stream)
120 extern int fileno_unlocked (FILE *);
configure 6037 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 setlocale
6171 ac_fn_c_check_decl "$LINENO" "fileno_unlocked" "ac_cv_have_decl_fileno_unlocked" "$ac_includes_default"
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 118 # define fileno(Stream) fileno_unlocked (Stream)
120 extern int fileno_unlocked (FILE *);
configure 5973 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
6107 ac_fn_c_check_decl "$LINENO" "fileno_unlocked" "ac_cv_have_decl_fileno_unlocked" "$ac_includes_default"
  /src/external/gpl3/gcc/dist/gcc/
system.h 128 # define fileno(Stream) fileno_unlocked (Stream)
130 extern int fileno_unlocked (FILE *);
configure 10786 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 madvise mallinfo mallinfo2 fstatat getauxval
12257 free getopt clock getpagesize ffs 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
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 128 # define fileno(Stream) fileno_unlocked (Stream)
130 extern int fileno_unlocked (FILE *);
configure 10643 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 madvise mallinfo mallinfo2 fstatat
11974 free getopt clock getpagesize ffs 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
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 45 #define fileno_unlocked fileno macro
99 extern "C" int fileno_unlocked(void *stream);
1747 int fd = fileno_unlocked(res);
1759 int fd = fileno_unlocked(res);
2260 int fd = fileno_unlocked(file); \
2266 int fd = fileno_unlocked(file); \
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 48 #define fileno_unlocked(fp) \ macro
104 extern "C" int fileno_unlocked(void *stream);
1882 int fd = fileno_unlocked(res);
1894 int fd = fileno_unlocked(res);
2437 int fd = fileno_unlocked(file); \
2443 int fd = fileno_unlocked(file); \
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 45 #define fileno_unlocked(fp) \ macro
96 extern "C" int fileno_unlocked(void *stream);
1813 int fd = fileno_unlocked(res);
1825 int fd = fileno_unlocked(res);
2354 int fd = fileno_unlocked(file); \
2360 int fd = fileno_unlocked(file); \

Completed in 57 milliseconds