Home
last modified time | relevance | path

Searched refs:fputc_unlocked (Results 1 – 15 of 15) sorted by relevance

/dragonfly/lib/libc/stdio/
HDfputc.c42 #undef fputc_unlocked
45 fputc_unlocked(int c, FILE *fp) in fputc_unlocked() function
55 retval = fputc_unlocked(c, fp); in fputc()
HDSymbol.map167 fputc_unlocked;
HDMakefile.inc111 putc.3 fputc_unlocked.3 \
/dragonfly/contrib/grep/lib/
HDunlocked-io.h73 # define fputc(x,y) fputc_unlocked (x,y)
75 # define fputc_unlocked(x,y) fputc (x,y) macro
/dragonfly/contrib/cvs-1.12/lib/
HDunlocked-io.h74 # define fputc(x,y) fputc_unlocked (x,y)
76 # define fputc_unlocked(x,y) fputc (x,y) macro
/dragonfly/include/
HDstdio.h320 int fputc_unlocked(int, FILE *);
492 #define fputc_unlocked(s, p) __sputc(s, p) macro
/dragonfly/contrib/gcc-4.7/libcpp/
HDsystem.h92 # define fputc(C, Stream) fputc_unlocked (C, Stream)
HDconfig.in79 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
143 /* Define to 1 if you have the `fputc_unlocked' function. */
/dragonfly/contrib/gcc-8.0/libcpp/
HDsystem.h91 # define fputc(C, Stream) fputc_unlocked (C, Stream)
/dragonfly/contrib/gcc-4.7/gcc/
HDsystem.h95 # define fputc(C, Stream) fputc_unlocked (C, Stream)
HDconfig.in652 /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
939 /* Define to 1 if you have the `fputc_unlocked' function. */
HDbuiltins.def566 DEF_EXT_LIB_BUILTIN (BUILT_IN_FPUTC_UNLOCKED, "fputc_unlocked", BT_FN_INT_INT_FILEPTR, ATTR_NONN…
/dragonfly/contrib/gcc-8.0/gcc/
HDsystem.h99 # define fputc(C, Stream) fputc_unlocked (C, Stream)
HDbuiltins.def743 DEF_EXT_LIB_BUILTIN (BUILT_IN_FPUTC_UNLOCKED, "fputc_unlocked", BT_FN_INT_INT_FILEPTR, ATTR_NONN…
/dragonfly/gnu/usr.bin/cvs/lib/
HDconfig.h.proto181 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if