/third_party/elfutils/src/ |
H A D | nm.c | 835 sprintf (addressbuf, "%*c", digits, ' '); in show_symbols_sysv() 836 sprintf (sizebuf, "%*c", digits, ' '); in show_symbols_sysv()
|
/third_party/backends/backend/ |
H A D | canon_pp.c | 1814 sprintf(cs->weights_file, "%s%s", default_weights_file_prefix, in fix_weights_file() 1830 sprintf(tmp, "%s%s", myhome, &cs->weights_file[1]); in fix_weights_file()
|
H A D | hp5590_cmds.c | 834 int n = sprintf(p, "\n%04x ", (int)i); in hp5590_read_eeprom_all_cmd() 840 int n = sprintf(p, " %02x", eeprom[i]); in hp5590_read_eeprom_all_cmd()
|
H A D | ma1509.c | 144 sprintf ((SANE_String) buffer_byte, " %02x", *pp); in print_data_buffer() 371 sprintf ((SANE_String) inquiry_text, "%c", in attach() 375 sprintf ((SANE_String) inquiry_byte, " %02x", *pp); in attach()
|
H A D | hp-scl.c | 906 count = sprintf((char *)this->bufp, "\033*%c%d%c", group, val, param); in hp_scsi_scl() 1776 count = sprintf(expect, "\033*s%d%c", SCL_INQ_ID(scl), expect_char); in _hp_scl_inq() 1855 count = sprintf(expect, "\033*s%d%c", SCL_INQ_ID(scl), expect_char); in sanei_hp_scl_upload_binary()
|
H A D | plustek-usbshading.c | 133 sprintf( fn, "%scal%u.dat", cmt, i ); in usb_line_statistics() 868 sprintf( tmp, "coarse-gain-%u.raw", i++ ); in usb_AdjustGain() 1350 sprintf( tmp, "coarse-off-%u.raw", i++ ); in usb_AdjustOffset() 1660 sprintf( tmp, "fine-black.raw" ); in usb_AdjustDarkShading() 1921 sprintf( tmp, "fine-white.raw" ); in usb_AdjustWhiteShading()
|
H A D | teco2.c | 458 ptr += sprintf (ptr, " %2.2x", *buf); in hexdump() 462 asc_ptr += sprintf (asc_ptr, "%c", *buf); in hexdump() 466 asc_ptr += sprintf (asc_ptr, "."); in hexdump() 472 ptr += sprintf (ptr, " "); in hexdump() 489 ptr += sprintf (ptr, " %3.3d:", i); in hexdump()
|
/third_party/alsa-utils/amixer/ |
H A D | amixer.c | 1814 sprintf(card, "sysdefault:%i", i); in main() 1816 sprintf(card, "hw:%i", i); in main()
|
/third_party/icu/icu4c/source/common/ |
H A D | putil.cpp | 2127 sprintf(codepage,"ibm-%d", ccsid); 2164 sprintf(codepage, "windows-%ld", codepageNumber);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | icusvtst.cpp | 171 sprintf(buffer, "%d", (int)i->_val); in append() 174 sprintf(buffer, "%p", (const void*)obj); in append()
|
H A D | reldatefmttest.cpp | 1261 sprintf( in CheckExpectedResult() 1290 sprintf( in CheckExpectedResult() 1313 sprintf( in CheckExpectedResult()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | aio-stress.c | 427 ptr += sprintf(ptr, "%.0f < %d", lat->deviations[i], deviations[i]); in print_lat() 432 ptr += sprintf(ptr, " < %.0f", lat->total_io - total_counted); in print_lat()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-rygel-media-server.c | 848 sprintf(path_end, "%u", sink->index); in sinks_and_sources_handler() 865 sprintf(path_end, "%u", source->index); in sinks_and_sources_handler()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | TracePerfTest.cpp | 1362 sprintf(frameName, "Frame %u", mCurrentFrame); in drawBenchmark() 1457 sprintf(fboName, "FBO %u", query.framebuffer); in drawBenchmark()
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_common.hpp | 219 // Disable sprintf and strcat warnings. 249 sprintf(buf, SPIRV_CROSS_FLT_FMT, t); in convert_to_string() 263 sprintf(buf, SPIRV_CROSS_FLT_FMT, t); in convert_to_string()
|
/third_party/python/Modules/_ctypes/ |
H A D | callproc.c | 1912 sprintf(buf, "LP_%s", name); in POINTER() 1930 sprintf(buf, "LP_%s", typ->tp_name); in POINTER()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | putil.cpp | 2118 sprintf(codepage,"ibm-%d", ccsid); 2155 sprintf(codepage, "windows-%ld", codepageNumber);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | notify.c | 500 sprintf(data, "02:%s", param); in wpas_hdi_notify_network_request() 1258 sprintf(param, "01:%s", arg); in wpas_notify_hilink_start_wps()
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 1405 const auto nameLen = sprintf(name.data(), "s%u_b%u", binding.set, binding.bind);
1453 const auto nameLen = sprintf(imageName.data(), "s%u_b%u", imageBinding.set, imageBinding.bind);
1459 const auto nameLen = sprintf(samplerName.data(), "s%u_b%u", samplerBinding.set, samplerBinding.bind);
|
/third_party/alsa-lib/src/alisp/ |
H A D | alisp.c | 572 sprintf(instance->token_buffer, "%d", c); in gettoken() 2522 sprintf(s1, "%li", alisp_compare_type(p, ALISP_OBJ_FLOAT) ? (long)floor(p->value.f) : p->value.i); in format_parse_integer() 2543 sprintf(s1, "%f", alisp_compare_type(p, ALISP_OBJ_FLOAT) ? p->value.f : (double)p->value.i); in format_parse_float()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | dtitvfmt.cpp | 107 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1); in createInstance() 764 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern() 811 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtitvfmt.cpp | 107 sprintf(mesg, "skeleton: %s; pattern: %s\n", result, result_1); in createInstance() 764 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern() 811 sprintf(mesg, "in getBestSkeleton: fSkeleton: %s; \n", result); in initializePattern()
|
/third_party/openssl/test/ |
H A D | pkcs12_format_test.c | 361 sprintf(fname, "1key_ciph-%s_iter-%d.p12", OBJ_nid2sn(enc->nid), enc->iter); in test_single_key() 460 sprintf(fname, "1cert_mac-%s_iter-%d.p12", OBJ_nid2sn(mac->nid), mac->iter); in test_single_cert_mac() 620 sprintf(fname, "1secret_ciph-%s_iter-%d.p12", OBJ_nid2sn(enc->nid), enc->iter); in test_single_secret()
|
/third_party/toybox/toys/pending/ |
H A D | vi.c | 546 sprintf(toybuf, "%s.swp", filename); in write_file() 1486 sprintf(toybuf, "%zu/%zuC %zu%% %d,%d", TT.cursor, TT.filesize, in draw_page() 1488 if (TT.cur_col != cx_scr) sprintf(toybuf+strlen(toybuf),"-%d", cx_scr+1); in draw_page()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_ifd.cpp | 459 sprintf (message, in ParseTag() 2369 sprintf (message, in ParseTag() 2415 sprintf (message, in ParseTag()
|