Searched refs:fputc (Results 1 – 25 of 76) sorted by relevance
1234
/glibc-2.36/stdio-common/ |
D | tst-fmemopen.c | 68 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()
|
D | tst-vfprintf-user-type.c | 78 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()
|
D | tst-fmemopen3.c | 75 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()
|
D | tst-ferror.c | 24 if (fputc ('a', stdin) != EOF) in do_test()
|
D | tst-fseek.c | 303 if (fputc ('1', fp) == EOF || fputc ('2', fp) == EOF) in do_test()
|
D | bug7.c | 59 fputc ('x', file2); in main()
|
/glibc-2.36/libio/ |
D | fputc.c | 31 fputc (int c, FILE *fp) in fputc() function 45 weak_alias (fputc, fputc_unlocked)
|
D | tst-bz22415.c | 49 TEST_VERIFY_EXIT (fputc ('y', f) == 'y'); in do_test() 64 TEST_VERIFY_EXIT (fputc ('y', f) == 'y'); in do_test()
|
D | test-fmemopen.c | 86 fputc ('1', stream); in do_test()
|
D | tst-memstream.h | 61 # define FPUTC fputc
|
D | Makefile | 44 clearerr feof ferror fileno fputc freopen fseek getc getchar \ 99 CFLAGS-fputc.c += -fexceptions
|
D | tst-memstream2.c | 41 if (fputc (W('a') + (outer * 100 + inner) % 26, fp) == EOF) in do_test()
|
D | tst-vtables-common.c | 363 fputc (' ', shared->fp); in without_compatibility_fputc() 423 TEST_COMPARE (fputc ('@', shared->fp), '@'); in with_compatibility_fputc()
|
D | tst-memstream3.c | 33 # define FPUTC fputc
|
D | Versions | 53 fopen; fopencookie; fputc; fputc_locked; fputc_unlocked; fputs;
|
D | stdio.h | 549 extern int fputc (int __c, FILE *__stream);
|
/glibc-2.36/math/ |
D | atest-exp2.c | 71 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/ |
D | tst-malloc-fork-deadlock.c | 149 fputc ('x', f); in create_file_with_large_line() 150 fputc ('\n', f); in create_file_with_large_line()
|
D | memusage.c | 931 fputc ('=', stderr); in dest() 945 fputc ('=', stderr); in dest()
|
/glibc-2.36/resolv/ |
D | tst-resolv-res_init-skeleton.c | 132 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/ |
D | tst-memstream.c | 51 fputc (args->b, args->fp); in thread_func()
|
/glibc-2.36/argp/ |
D | argp-namefrob.h | 113 # define fputc_unlocked(x,y) fputc (x,y)
|
/glibc-2.36/stdlib/ |
D | gen-tst-strtod-round.c | 140 fputc (*p, fout); in round_for_all()
|
/glibc-2.36/nis/ |
D | nis_print.c | 282 fputc ('\n', stdout); in libnsl_hidden_nolink_def()
|
/glibc-2.36/conform/data/ |
D | stdio.h-data | 83 function int fputc (int, FILE*)
|
1234