Home
last modified time | relevance | path

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

1234

/glibc-2.36/stdio-common/
Dtst-fmemopen.c68 fputc (ch, stdout); in do_test()
78 fputc ('\n', stdout); in do_test()
125 fputc (ch, stdout); in do_test()
136 fputc ('\n', stdout); in do_test()
Dtst-vfprintf-user-type.c78 if (fputc ('{', fp) < 0) in my_printf_function()
101 if (fputc (',', fp) < 0) in my_printf_function()
129 if (fputc ('}', fp) < 0) in my_printf_function()
Dtst-fmemopen3.c75 fputc (0x70, fp); in do_test_write_append_without_null()
77 fputc (0x70, fp); in do_test_write_append_without_null()
78 fputc (0x70, fp); in do_test_write_append_without_null()
Dtst-ferror.c24 if (fputc ('a', stdin) != EOF) in do_test()
Dtst-fseek.c303 if (fputc ('1', fp) == EOF || fputc ('2', fp) == EOF) in do_test()
Dbug7.c59 fputc ('x', file2); in main()
/glibc-2.36/libio/
Dfputc.c31 fputc (int c, FILE *fp) in fputc() function
45 weak_alias (fputc, fputc_unlocked)
Dtst-bz22415.c49 TEST_VERIFY_EXIT (fputc ('y', f) == 'y'); in do_test()
64 TEST_VERIFY_EXIT (fputc ('y', f) == 'y'); in do_test()
Dtest-fmemopen.c86 fputc ('1', stream); in do_test()
Dtst-memstream.h61 # define FPUTC fputc
DMakefile44 clearerr feof ferror fileno fputc freopen fseek getc getchar \
99 CFLAGS-fputc.c += -fexceptions
Dtst-memstream2.c41 if (fputc (W('a') + (outer * 100 + inner) % 26, fp) == EOF) in do_test()
Dtst-vtables-common.c363 fputc (' ', shared->fp); in without_compatibility_fputc()
423 TEST_COMPARE (fputc ('@', shared->fp), '@'); in with_compatibility_fputc()
Dtst-memstream3.c33 # define FPUTC fputc
DVersions53 fopen; fopencookie; fputc; fputc_locked; fputc_unlocked; fputs;
Dstdio.h549 extern int fputc (int __c, FILE *__stream);
/glibc-2.36/math/
Datest-exp2.c71 fputc (hexdig[x[SZ - 1]], stdout); in print_mpn_fp()
72 fputc ('.', stdout); in print_mpn_fp()
78 fputc (hexdig[tx[SZ - 1]], stdout); in print_mpn_fp()
/glibc-2.36/malloc/
Dtst-malloc-fork-deadlock.c149 fputc ('x', f); in create_file_with_large_line()
150 fputc ('\n', f); in create_file_with_large_line()
Dmemusage.c931 fputc ('=', stderr); in dest()
945 fputc ('=', stderr); in dest()
/glibc-2.36/resolv/
Dtst-resolv-res_init-skeleton.c132 fputc ('\n', fp); in print_resp()
144 fputc (' ', fp); in print_resp()
147 fputc ('\n', fp); in print_resp()
181 fputc ('\n', fp); in print_resp()
/glibc-2.36/sysdeps/pthread/
Dtst-memstream.c51 fputc (args->b, args->fp); in thread_func()
/glibc-2.36/argp/
Dargp-namefrob.h113 # define fputc_unlocked(x,y) fputc (x,y)
/glibc-2.36/stdlib/
Dgen-tst-strtod-round.c140 fputc (*p, fout); in round_for_all()
/glibc-2.36/nis/
Dnis_print.c282 fputc ('\n', stdout); in libnsl_hidden_nolink_def()
/glibc-2.36/conform/data/
Dstdio.h-data83 function int fputc (int, FILE*)

1234