Searched refs:putc (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/stdio/
H A Dfputc.c45 return (putc(c, fp));
H A Dputc.c1 /* $OpenBSD: putc.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */
54 * A subroutine version of the macro putc.
56 #undef putc macro
59 putc(int c, FILE *fp) function
H A Dputchar.c58 return (putc(c, so));
/bionic/libstdc++/include/
H A Dcstdio69 using ::putc;
/bionic/libc/include/
H A Dstdio.h102 * This ensures that the getc and putc macros (or inline functions) never
122 int _w; /* write space left for putc() */
126 int _lbfsize; /* 0 or -_bf._size, for inline putc */
256 int putc(int, FILE *);
426 * The macro implementations of putc and putc_unlocked are not
431 #define putc(x, fp) __sputc(x, fp) macro
438 #define putchar(x) putc(x, stdout)
/bionic/libc/netbsd/resolv/
H A Dres_debug.c153 putc('\n', file);
190 putc('\n', file);
266 putc(';', file);
298 putc('\n',file);
309 putc('\n', file);
320 putc('.', file);
/bionic/libc/
H A DAndroid.mk113 stdio/putc.c \

Completed in 529 milliseconds