Searched defs:fputc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/lib/libc/stdio/ |
| H A D | fputc.c | 48 fputc(int c, FILE *fp) in fputc() function
|
| /freebsd-12.1/contrib/diff/lib/ |
| H A D | unlocked-io.h | 75 # define fputc(x,y) fputc_unlocked (x,y) macro
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | system.h | 79 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | system.h | 87 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | standalone.c | 293 fputc (int c, int ign) in fputc() function
|
| /freebsd-12.1/contrib/gcclibs/libmudflap/ |
| H A D | mf-hooks2.c | 924 WRAPPER2(int, fputc, int c, FILE *stream) in WRAPPER2() argument
|