Searched refs:fputc (Results 1 – 8 of 8) sorted by relevance
38 fputc(int c, FILE *fp) in fputc() function
156 return (wint_t)fputc((char)wc, stream); in fputwc()230 return fputc((char)wc, stream); in putwc()
55 using ::fputc;
235 int fputc(int, FILE *);
195 if (fputc(0, proxy) == EOF || fflush(proxy) != 0) { in android_gethostbyaddr_proxy()
474 if (fputc(0, proxy) == EOF || in android_getaddrinfo_proxy()
228 fputc('\n', file); in do_section()
95 stdio/fputc.c \