Searched defs:fputc (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/lib/libc/stdio/
H A Dfputc.c46 fputc(int c, FILE *fp) function
/freebsd-10.1-release/contrib/diff/lib/
H A Dunlocked-io.h74 # undef fputc macro
75 # define fputc(x,y) fputc_unlocked (x,y) macro
/freebsd-10.1-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h52 #undef fputc macro
/freebsd-10.1-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h66 #undef fputc macro
/freebsd-10.1-release/contrib/gcclibs/libcpp/
H A Dsystem.h78 # undef fputc macro
79 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
/freebsd-10.1-release/contrib/gcc/
H A Dsystem.h86 # undef fputc macro
87 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dstandalone.c293 fputc (*buf++, stream); function
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h267 fputc, enumerator in enum:llvm::LibFunc::Func

Completed in 81 milliseconds