Home
last modified time | relevance | path

Searched defs:fputc (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/lib/libc/stdio/
H A Dfputc.c48 fputc(int c, FILE *fp) in fputc() function
/freebsd-12.1/contrib/diff/lib/
H A Dunlocked-io.h75 # define fputc(x,y) fputc_unlocked (x,y) macro
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dsystem.h79 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
/freebsd-12.1/contrib/gcc/
H A Dsystem.h87 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
/freebsd-12.1/contrib/gdb/gdb/
H A Dstandalone.c293 fputc (int c, int ign) in fputc() function
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c924 WRAPPER2(int, fputc, int c, FILE *stream) in WRAPPER2() argument