Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/stdio/
H A Dfputc.c38 fputc(int c, FILE *fp) in fputc() function
/openbsd-src/gnu/gcc/fixincludes/
H A Dsystem.h79 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
/openbsd-src/gnu/gcc/libcpp/
H A Dsystem.h79 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
/openbsd-src/gnu/usr.bin/perl/
H A Dnostdio.h93 # define fputc(c,f) _CANNOT _fputc_ macro
H A Dfakesdio.h79 #define fputc(c,f) PerlIO_putc(f,c) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsystem.h73 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
/openbsd-src/gnu/gcc/gcc/
H A Dsystem.h87 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32iop.h225 #define fputc(c,f) win32_fputc(c,f) macro
/openbsd-src/usr.sbin/tftpd/
H A Dtftpd.c143 int (*fputc)(struct tftp_client *, int); member
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c924 WRAPPER2(int, fputc, int c, FILE *stream) in WRAPPER2() argument