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

  /src/external/gpl3/gcc/dist/fixincludes/
system.h 111 # define fgetc(Stream) fgetc_unlocked (Stream)
113 extern int fgetc_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
5110 ac_fn_c_check_decl "$LINENO" "fgetc_unlocked" "ac_cv_have_decl_fgetc_unlocked" "$ac_includes_default"
  /src/external/gpl3/gcc.old/dist/fixincludes/
system.h 111 # define fgetc(Stream) fgetc_unlocked (Stream)
113 extern int fgetc_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
5097 ac_fn_c_check_decl "$LINENO" "fgetc_unlocked" "ac_cv_have_decl_fgetc_unlocked" "$ac_includes_default"
  /src/external/gpl3/gcc/dist/libcpp/
system.h 132 # define fgetc(Stream) fgetc_unlocked (Stream)
134 extern int fgetc_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
6151 ac_fn_c_check_decl "$LINENO" "fgetc_unlocked" "ac_cv_have_decl_fgetc_unlocked" "$ac_includes_default"
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 132 # define fgetc(Stream) fgetc_unlocked (Stream)
134 extern int fgetc_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
6087 ac_fn_c_check_decl "$LINENO" "fgetc_unlocked" "ac_cv_have_decl_fgetc_unlocked" "$ac_includes_default"
  /src/external/gpl3/gcc/dist/gcc/
system.h 142 # define fgetc(Stream) fgetc_unlocked (Stream)
144 extern int fgetc_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 142 # define fgetc(Stream) fgetc_unlocked (Stream)
144 extern int fgetc_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/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdio.d 1497 int fgetc_unlocked(_iobuf* stream);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
stdio.d 248 private alias _FGETC = fgetc_unlocked;
264 alias FGETC = fgetc_unlocked;
312 deprecated("internal function fgetc_unlocked was unintentionally available "
314 extern (C) pragma(mangle, fgetc.mangleof) int fgetc_unlocked(_iobuf* fp);
331 alias FGETC = fgetc_unlocked;

Completed in 97 milliseconds