Home
last modified time | relevance | path

Searched refs:fputc (Results 1 - 25 of 146) sorted by relevance

123456

/third_party/curl/src/
H A Dtool_writeout_json.c95 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 Dtool_writeout.c532 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 Dtst_timer_test.c41 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 Dperror.c20 fputc(':', f); in perror()
21 fputc(' ', f); in perror()
24 fputc('\n', f); in perror()
H A Dfputc.c4 int fputc(int c, FILE *f) in fputc() function
/third_party/musl/src/stdio/
H A Dperror.c20 fputc(':', f); in perror()
21 fputc(' ', f); in perror()
24 fputc('\n', f); in perror()
H A Dfputc.c8 int fputc(int c, FILE *f) in fputc() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dperror.c20 fputc(':', f); in perror()
21 fputc(' ', f); in perror()
24 fputc('\n', f); in perror()
H A Dfputc.c4 int fputc(int c, FILE *f) in fputc() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dperror.c20 fputc(':', f); in perror()
21 fputc(' ', f); in perror()
24 fputc('\n', f); in perror()
H A Dfputc.c4 int fputc(int c, FILE *f) in fputc() function
/third_party/skia/tools/fiddle/
H A Dfiddle_main.cpp70 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 Daudiogen.c100 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 Dfputc.c29 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 DdeTarga.c164 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 Darecordmidi.c117 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 Dstrace.c287 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 Dsem_lock.c77 fputc(*c, stdout); in main()
80 fputc('\n', stdout); in main()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_debug.cpp45 fputc(c, stderr); in overflow()
77 fputc(*s++, stderr); in xsputn()
/third_party/toybox/toys/other/
H A Dxxd.c114 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 Ddata_storage.h304 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 Dpdftopdf_jcl.cc29 fputc(attr->value[i],fp); in emitJCLOptions()
64 fputc('\n',fp); in emitJCLOptions()
/third_party/skia/tools/skqp/
H A Djitter_gms.cpp136 fputc('.', stderr); in main()
143 fputc('\n', stderr); in main()
/third_party/node/test/wasi/c/
H A Dfollow_symlink.c10 int wrote = fputc(c, stdout); in main()
H A Dread_file.c10 int wrote = fputc(c, stdout); in main()

Completed in 12 milliseconds

123456