/glibc-2.36/stdio-common/ |
D | tst-unbputc.c | 7 putc ('1', stderr); in do_test() 8 putc ('2', stderr); in do_test()
|
D | printf_size.c | 27 #undef putc 28 #define putc(c, f) (wide \ macro 38 if (putc (outc, fp) == EOF) \
|
D | printf_fphex.c | 48 #undef putc 49 #define putc(c, f) (wide \ macro 59 if (putc (outc, fp) == EOF) \
|
D | bug4.c | 28 putc('x', f); in main()
|
D | bug3.c | 13 putc ('x', f); in main()
|
D | test-fseek.c | 37 putc (i, fp); in do_test()
|
D | bug5.c | 41 putc (getc (in), out); in main()
|
D | test_rdwr.c | 83 if (putc(replace[i], f) == EOF) in main()
|
D | printf_fp.c | 60 #undef putc 61 #define putc(c, f) (wide \ macro 71 if (putc (outc, fp) == EOF) \
|
/glibc-2.36/libio/ |
D | putc.c | 37 #undef putc 39 weak_alias (_IO_putc, putc)
|
D | Makefile | 45 memstream pclose putc putchar rewind setbuf setlinebuf vasprintf \ 145 CFLAGS-putc.c += -fexceptions
|
/glibc-2.36/misc/ |
D | error.c | 85 # undef putc 86 # define putc(c, fp) _IO_putc (c, fp) macro 223 putc ('\n', stderr); in error_tail()
|
/glibc-2.36/resolv/ |
D | res_debug.c | 161 putc('\n', file); in fp_resstat() 195 putc('\n', file); in do_section() 273 putc(';', file); in fp_nquery() 305 putc('\n',file); in fp_nquery() 316 putc('\n', file); in fp_nquery() 341 putc('.', file); in p_cdnname()
|
/glibc-2.36/argp/ |
D | argp-fmtstream.h | 52 #define __argp_fmtstream_putc(fs,ch) putc(ch,fs) 53 #define argp_fmtstream_putc(fs,ch) putc(ch,fs)
|
D | argp-namefrob.h | 131 # define putc_unlocked(x,y) putc (x,y)
|
/glibc-2.36/localedata/ |
D | tst-mbswcs4.c | 35 putc ('\n', stdout)
|
D | tst-mbswcs1.c | 34 putc ('\n', stdout)
|
D | tst-mbswcs2.c | 35 putc ('\n', stdout)
|
D | tst-mbswcs5.c | 36 putc ('\n', stdout); \
|
D | tst-mbswcs3.c | 37 putc ('\n', stdout); \
|
/glibc-2.36/malloc/ |
D | tst-mallocstate.c | 211 putc ('\n', stdout); in check_allocation() 214 putc ('\n', stdout); in check_allocation()
|
/glibc-2.36/support/ |
D | support_test_compare_blob.c | 48 putc ('\n', stdout); in report_blob()
|
D | support_test_compare_string_main.c | 51 putc ('\n', stdout); in report_string()
|
/glibc-2.36/timezone/ |
D | zic.c | 1046 putc(c, tp); in dolink() 2203 putc(0, fp); /* dst */ in writezone() 2204 putc(0, fp); /* index of abbreviation */ in writezone() 2205 putc(0, fp); /* empty-string abbreviation */ in writezone() 2224 putc(currenttype, fp); in writezone() 2227 putc(currenttype, fp); in writezone() 2230 putc(currenttype, fp); in writezone() 2237 putc(isdsts[h], fp); in writezone() 2238 putc(indmap[desigidx[h]], fp); in writezone() 2270 putc(ttisstds[i], fp); in writezone() [all …]
|
/glibc-2.36/libio/bits/ |
D | stdio.h | 84 return putc (__c, stdout); in putchar()
|