Searched defs:fputc (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/lib/libc/stdio/ |
H A D | fputc.c | 38 fputc(int c, FILE *fp) in fputc() function
|
/openbsd-src/gnu/gcc/fixincludes/ |
H A D | system.h | 79 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
|
/openbsd-src/gnu/gcc/libcpp/ |
H A D | system.h | 79 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | nostdio.h | 93 # define fputc(c,f) _CANNOT _fputc_ macro
|
H A D | fakesdio.h | 79 #define fputc(c,f) PerlIO_putc(f,c) macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | system.h | 73 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | system.h | 87 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
|
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | win32iop.h | 225 #define fputc(c,f) win32_fputc(c,f) macro
|
/openbsd-src/usr.sbin/tftpd/ |
H A D | tftpd.c | 143 int (*fputc)(struct tftp_client *, int); member
|
/openbsd-src/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 924 WRAPPER2(int, fputc, int c, FILE *stream) in WRAPPER2() argument
|