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

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
unlocked-io.h 74 # define fputc(x,y) fputc_unlocked (x,y)
76 # define fputc_unlocked(x,y) fputc (x,y) macro
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
unlocked-io.h 74 # define fputc(x,y) fputc_unlocked (x,y)
76 # define fputc_unlocked(x,y) fputc (x,y) macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
unlocked-io.h 74 # define fputc(x,y) fputc_unlocked (x,y)
76 # define fputc_unlocked(x,y) fputc (x,y) macro
  /src/external/gpl2/xcvs/dist/lib/
unlocked-io.h 74 # define fputc(x,y) fputc_unlocked (x,y)
76 # define fputc_unlocked(x,y) fputc (x,y) macro
  /src/external/gpl2/diffutils/dist/lib/
unlocked-io.h 39 # define fputc(x,y) fputc_unlocked (x,y)
  /src/external/gpl3/gcc/dist/fixincludes/
system.h 78 # define fputc(C, Stream) fputc_unlocked (C, Stream)
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
5150 ac_fn_c_check_decl "$LINENO" "fputc_unlocked" "ac_cv_have_decl_fputc_unlocked" "$ac_includes_default"
  /src/external/gpl3/gcc.old/dist/fixincludes/
system.h 78 # define fputc(C, Stream) fputc_unlocked (C, Stream)
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
5137 ac_fn_c_check_decl "$LINENO" "fputc_unlocked" "ac_cv_have_decl_fputc_unlocked" "$ac_includes_default"
  /src/external/gpl3/gcc/dist/libcpp/
system.h 95 # define fputc(C, Stream) fputc_unlocked (C, Stream)
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
6191 ac_fn_c_check_decl "$LINENO" "fputc_unlocked" "ac_cv_have_decl_fputc_unlocked" "$ac_includes_default"
  /src/external/gpl3/gcc.old/dist/libcpp/
system.h 95 # define fputc(C, Stream) fputc_unlocked (C, Stream)
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
6127 ac_fn_c_check_decl "$LINENO" "fputc_unlocked" "ac_cv_have_decl_fputc_unlocked" "$ac_includes_default"
  /src/external/gpl3/gcc/dist/gcc/
system.h 105 # define fputc(C, Stream) fputc_unlocked (C, Stream)
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 105 # define fputc(C, Stream) fputc_unlocked (C, Stream)
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 1495 int fputc_unlocked(int c, _iobuf* stream);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
stdio.d 246 private alias _FPUTC = fputc_unlocked;
256 alias FPUTC = fputc_unlocked;
304 deprecated("internal function fputc_unlocked was unintentionally available "
306 extern (C) pragma(mangle, fputc.mangleof) int fputc_unlocked(int c, _iobuf* fp);
323 alias FPUTC = fputc_unlocked;
  /src/external/gpl2/gettext/dist/gettext-runtime/
configure 31026 { echo "$as_me:$LINENO: checking whether fputc_unlocked is declared" >&5
31027 echo $ECHO_N "checking whether fputc_unlocked is declared... $ECHO_C" >&6; }
31041 #ifndef fputc_unlocked
31042 (void) fputc_unlocked;
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/
configure 33400 { echo "$as_me:$LINENO: checking whether fputc_unlocked is declared" >&5
33401 echo $ECHO_N "checking whether fputc_unlocked is declared... $ECHO_C" >&6; }
33415 #ifndef fputc_unlocked
33416 (void) fputc_unlocked;
    [all...]

Completed in 133 milliseconds