Home
last modified time | relevance | path

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

/libio/
A Dfputc.c31 fputc (int c, FILE *fp) in fputc() function
45 weak_alias (fputc, fputc_unlocked)
A Dtst-bz22415.c49 TEST_VERIFY_EXIT (fputc ('y', f) == 'y'); in do_test()
64 TEST_VERIFY_EXIT (fputc ('y', f) == 'y'); in do_test()
A Dtest-fmemopen.c86 fputc ('1', stream); in do_test()
A Dtst-memstream.h61 # define FPUTC fputc
A Dtst-memstream2.c41 if (fputc (W('a') + (outer * 100 + inner) % 26, fp) == EOF) in do_test()
A Dtst-memstream3.c33 # define FPUTC fputc
A DMakefile44 clearerr feof ferror fileno fputc freopen fseek getc getchar \
99 CFLAGS-fputc.c += -fexceptions
A Dtst-vtables-common.c363 fputc (' ', shared->fp); in without_compatibility_fputc()
423 TEST_COMPARE (fputc ('@', shared->fp), '@'); in with_compatibility_fputc()
A DVersions53 fopen; fopencookie; fputc; fputc_locked; fputc_unlocked; fputs;
A Dstdio.h549 extern int fputc (int __c, FILE *__stream);

Completed in 16 milliseconds