/third_party/curl/src/ |
H A D | tool_writeout_json.c | 95 fputc('\"', stream); in jsonWriteString() 98 fputc('\"', stream); in jsonWriteString() 133 fputc('{', stream); in headerJSON() 146 fputc(':', stream); in headerJSON() 148 fputc('[', stream); in headerJSON() 153 fputc(',', stream); in headerJSON() 158 fputc(']', stream); in headerJSON() 165 fputc(':', stream); in headerJSON() 166 fputc('[', stream); in headerJSON() 168 fputc(']', strea in headerJSON() [all...] |
H A D | tool_writeout.c | 532 fputc('%', stream); in ourWriteOut() 643 fputc('%', stream); in ourWriteOut() 644 fputc(ptr[1], stream); in ourWriteOut() 652 fputc('\r', stream); in ourWriteOut() 655 fputc('\n', stream); in ourWriteOut() 658 fputc('\t', stream); in ourWriteOut() 662 fputc(*ptr, stream); in ourWriteOut() 663 fputc(ptr[1], stream); in ourWriteOut() 669 fputc(*ptr, stream); in ourWriteOut()
|
/third_party/ltp/lib/ |
H A D | tst_timer_test.c | 41 fputc(c, stderr); in print_line() 111 fputc('\n', stderr); in frequency_plot() 133 fputc('+', stderr); in frequency_plot() 135 fputc('-', stderr); in frequency_plot() 137 fputc('.', stderr); in frequency_plot() 139 fputc('\n', stderr); in frequency_plot() 143 fputc('\n', stderr); in frequency_plot() 151 fputc('\n', stderr); in frequency_plot()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | perror.c | 20 fputc(':', f); in perror() 21 fputc(' ', f); in perror() 24 fputc('\n', f); in perror()
|
H A D | fputc.c | 4 int fputc(int c, FILE *f) in fputc() function
|
/third_party/musl/src/stdio/ |
H A D | perror.c | 20 fputc(':', f); in perror() 21 fputc(' ', f); in perror() 24 fputc('\n', f); in perror()
|
H A D | fputc.c | 8 int fputc(int c, FILE *f) in fputc() function
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | perror.c | 20 fputc(':', f); in perror() 21 fputc(' ', f); in perror() 24 fputc('\n', f); in perror()
|
H A D | fputc.c | 4 int fputc(int c, FILE *f) in fputc() function
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | perror.c | 20 fputc(':', f); in perror() 21 fputc(' ', f); in perror() 24 fputc('\n', f); in perror()
|
H A D | fputc.c | 4 int fputc(int c, FILE *f) in fputc() function
|
/third_party/skia/tools/fiddle/ |
H A D | fiddle_main.cpp | 70 fputc(codes[b], out); in encode_to_base64() 74 fputc(codes[b], out); in encode_to_base64() 79 fputc(codes[b], out); in encode_to_base64() 83 fputc(codes[b], out); in encode_to_base64() 84 fputc('=', out); in encode_to_base64() 88 fputc(codes[b], out); in encode_to_base64() 90 fputc(codes[b], out); in encode_to_base64()
|
/third_party/ffmpeg/tests/ |
H A D | audiogen.c | 100 fputc( v & 0xff, outfile); in put16() 101 fputc((v >> 8) & 0xff, outfile); in put16() 106 fputc( v & 0xff, outfile); in put32() 107 fputc((v >> 8) & 0xff, outfile); in put32() 108 fputc((v >> 16) & 0xff, outfile); in put32() 109 fputc((v >> 24) & 0xff, outfile); in put32()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fputc.c | 29 int Exit = fputc('a', fptr); in fputc_0100() 44 int Exit = fputc('a', fptr); in fputc_0200()
|
/third_party/vk-gl-cts/framework/delibs/deimage/ |
H A D | deTarga.c | 164 fputc((deUint8)(c>>0), file); in deImage_saveTarga() 165 fputc((deUint8)(c>>8), file); in deImage_saveTarga() 166 fputc((deUint8)(c>>16), file); in deImage_saveTarga()
|
/third_party/alsa-utils/seq/aplaymidi/ |
H A D | arecordmidi.c | 117 fputc('\n', stderr); in fatal() 633 fputc(0, file); in write_file() 634 fputc(used_tracks > 1 ? 1 : 0, file); in write_file() 636 fputc((used_tracks >> 8) & 0xff, file); in write_file() 637 fputc(used_tracks & 0xff, file); in write_file() 642 fputc(time_division >> 8, file); in write_file() 643 fputc(time_division & 0xff, file); in write_file() 651 fputc((tracks[i].size >> 24) & 0xff, file); in write_file() 652 fputc((tracks[i].size >> 16) & 0xff, file); in write_file() 653 fputc((track in write_file() [all...] |
/third_party/toybox/toys/pending/ |
H A D | strace.c | 287 fputc('"', stderr); in print_string() 300 if (isprint(toybuf[i])) fputc(toybuf[i], stderr); in print_string() 303 fputc('\\', stderr); in print_string() 304 if (toybuf[i] == '\n') fputc('n', stderr); in print_string() 305 else if (toybuf[i] == '\r') fputc('r', stderr); in print_string() 306 else if (toybuf[i] == '\t') fputc('t', stderr); in print_string() 316 fputc('"', stderr); in print_string() 542 fputc('\n', stderr); in print_exit()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
H A D | sem_lock.c | 77 fputc(*c, stdout); in main() 80 fputc('\n', stdout); in main()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_debug.cpp | 45 fputc(c, stderr); in overflow() 77 fputc(*s++, stderr); in xsputn()
|
/third_party/toybox/toys/other/ |
H A D | xxd.c | 114 fputc(tmp & 0xff, stdout); in do_xxd_reverse() 147 fputc((n1 << 4) | (n2 & 0xf), stdout); in do_xxd_reverse()
|
/third_party/ltp/metadata/ |
H A D | data_storage.h | 304 fputc(' ', f); in data_fprintf_esc() 306 fputc('"', f); in data_fprintf_esc() 331 fputc('"', f); in data_fprintf_esc()
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf_jcl.cc | 29 fputc(attr->value[i],fp); in emitJCLOptions() 64 fputc('\n',fp); in emitJCLOptions()
|
/third_party/skia/tools/skqp/ |
H A D | jitter_gms.cpp | 136 fputc('.', stderr); in main() 143 fputc('\n', stderr); in main()
|
/third_party/node/test/wasi/c/ |
H A D | follow_symlink.c | 10 int wrote = fputc(c, stdout); in main()
|
H A D | read_file.c | 10 int wrote = fputc(c, stdout); in main()
|