/third_party/icu/icu4c/source/test/intltest/ |
H A D | regextst.cpp | 137 sprintf(bufPtr,"U+%04X", c); in utextToPrintable() 173 sprintf(ASSERT_BUF+strlen(ASSERT_BUF),"\\u%02x",ch); in extractToAssertBuf() 5349 sprintf(nnbuf, "(?<nn%d>)", nn); in NamedCaptureLimits() 5356 sprintf(nnbuf, "nn%d", nn); in NamedCaptureLimits() 5367 sprintf(nnbuf, "(?<nn%d>)", nn); in NamedCaptureLimits()
|
H A D | transtst.cpp | 3528 sprintf(buffer, "\\u%04x", (int)ch); in Char32ToEscapedChars() 3530 sprintf(buffer, "\\U%08x", (int)ch); in Char32ToEscapedChars()
|
H A D | numfmtst.cpp | 71 #include "stdio.h" /* for sprintf */ 3126 sprintf(theInfo, "For locale %s, string \"%s\", currency ", in expectParseCurrency() 6665 sprintf(buf, "%24s %3d %3d %3d", attrString(id), id, start, limit); in expectPositions() 8294 sprintf(buf, "%lld", (long long)num); in TestDoubleLimit11439() 8304 sprintf(buf, "%lld", (long long)num); in TestDoubleLimit11439()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nucnvtst.c | 347 sprintf(gNuConvTestName, "[Testing %s %s Unicode, InputBufSiz=%d, OutputBufSiz=%d]", in setNuConvTestName() 459 sprintf(junk + strlen(junk), "0x%02x, ", (int)(0xFF & *ptr)); in testConvertFromU() 460 sprintf(offset_str + strlen(offset_str), "0x%02x, ", (int)(0xFF & junokout[ptr-junkout])); in testConvertFromU() 622 sprintf(junk + strlen(junk), "0x%04x, ", (0xFFFF) & (unsigned int)*ptr); in testConvertToU() 623 sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[ptr-junkout]); in testConvertToU()
|
/third_party/backends/backend/ |
H A D | nec.c | 2663 p += sprintf((char *) p, "%i", val.wa[0]); in sprint_gamma() 2665 p += sprintf((char *) p, ",%i", val.wa[i] > 255 ? 255 : val.wa[i]); in sprint_gamma() 2811 len = sprintf((char *) &cmd[10], "%i/%i/%i/%i",
|
H A D | sharp.c | 3145 p += sprintf((char *) p, "%i", val.wa[0] > 255 ? 255 : val.wa[0]); in sprint_gamma() 3148 p += sprintf((char *) p, ",%i", val.wa[i] > 255 ? 255 : val.wa[i]); in sprint_gamma() 3284 len = sprintf((char *) &cmd[10], "%i/%i/%i/%i", in send_threshold_data()
|
H A D | pie.c | 354 p += sprintf (p, " %04X ", a);
in pie_dump_buffer() 356 p += sprintf (p, "%02X ", *buf++);
in pie_dump_buffer()
|
H A D | avision.c | 1762 t += sprintf (t, "%02x ", *data++); in debug_print_hex_raw() 2085 sprintf (buf, "Unknown data type code %02X", datatypecode); in avision_strdatatypecode() 2225 sprintf (textbuf, "got unknown sense code 0x%02x", (int)sense_key); in sense_handler() 2315 sprintf (textbuf, "Unknown sense code asc: 0x%02x, ascq: 0x%02x", in sense_handler()
|
H A D | lexmark_low.c | 1191 sprintf (msg + i * 5, "0x%02x ", shadow_regs[i]); in sanei_lexmark_low_open_device() 1352 sprintf (titre, "lgn%03d.pnm", numero); in low_is_home_line() 5599 sprintf (title, "offset%02x.pnm", ro); in sanei_lexmark_low_offset_calibration() 5726 sprintf (title, "gain%02d.pnm", i); in sanei_lexmark_low_gain_calibration()
|
H A D | epson2-ops.c | 337 sprintf(type_level, "%c%c", level[0], level[1]); in e2_set_cmd_level()
|
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 1558 sprintf(freplacement, "%06d", TIME_GET_MICROSECOND(object)); in make_freplacement() 1560 sprintf(freplacement, "%06d", DATE_GET_MICROSECOND(object)); in make_freplacement() 1562 sprintf(freplacement, "%06d", 0); in make_freplacement()
|
/third_party/elfutils/src/ |
H A D | readelf.c | 709 sprintf (tempname, "%s%s", tmpdir, suffix); in open_input_section() 903 sprintf (fnname, "%s:%s", fname, elf_input_section); in process_file() 3904 error_exit (0, _("sprintf failure")); in print_dwarf_addr() 11948 p += sprintf (p, "%u", bit - bias); in handle_core_item() 11950 p += sprintf (p, ",%u", bit - bias); in handle_core_item() 11952 p += sprintf (p, "-%u,%u", lastbit - bias, bit - bias); in handle_core_item() 11960 p += sprintf (p, "-%u", lastbit - bias); in handle_core_item()
|
/third_party/cups-filters/utils/ |
H A D | cups-browsed.c | 1616 sprintf(str,"%d",value); in add_enum_attributes() 1679 sprintf(str,"%d",value); in add_margin_attributes() 2829 sprintf(constraint, "*UIConstraints: *%s %s *%s %s\n", in generate_cluster_conflicts() 2835 sprintf(constraint, "*UIConstraints: *%s %s *%s %s\n", in generate_cluster_conflicts() 5906 sprintf(backup_queue_name, "%s@%s", queue_name, remote_host); in get_local_queue_name() 10186 sprintf(adminurl_value, "http://%s", host_name); in resolve_callback()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 650 sprintf(buffer,"*Unknown-Action-%d*",op); in actionname() 751 sprintf(badattr,"*0x%x-Unknown*",attr); in mftattrname()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 764 sprintf(argdiff, "incompatible argument %d (%s)", i, diffstr); in type_difference() 2360 sprintf(where, "argument %d", i); in evaluate_arguments()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 2008 sprintf(evp_hmac_name, "hmac(%s)", evp_mac_mdname); in speed_main() 2313 sprintf(evp_cmac_name, "cmac(%s)", evp_mac_ciphername); in speed_main()
|
/third_party/openssl/apps/ |
H A D | speed.c | 1994 sprintf(evp_hmac_name, "hmac(%s)", evp_mac_mdname); in speed_main() 2299 sprintf(evp_cmac_name, "cmac(%s)", evp_mac_ciphername); in speed_main()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2test.c | 2970 else n = sprintf(tempbuffer, "\\x{%02x}", c); in pchar() 8424 sprintf(val_buf, "%d", yield); in c_option() 8552 buff += sprintf(buff, "%s%s", sep, PRIV(utt_names) + ff[i]); in format_list_item() 8555 (void)sprintf(buff, ")"); in format_list_item()
|
/third_party/exfatprogs/fsck/ |
H A D | fsck.c | 760 sprintf(error_msg, "ERROR: '%s' filename is not allowed.\n" in handle_dot_dotdot_filename()
|
/third_party/glfw/deps/ |
H A D | stb_image_write.h | 776 len = sprintf(buffer, "EXPOSURE= 1.0000000000000\n\n-Y %d +X %d\n", y, x);
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_direct.c | 1484 sprintf(name, "hw:CLASS=%i,SCLASS=0,CARD=%i,DEV=%i,SUBDEV=%i",
|
H A D | pcm_hw.c | 1781 sprintf(filename, filefmt, card, device); in snd_pcm_hw_open()
|
H A D | pcm_multi.c | 1389 sprintf(buf, "%ld", val); in _snd_pcm_multi_open()
|
/third_party/alsa-lib/src/ucm/ |
H A D | parser.c | 2538 sprintf(name, "hw:%d", card); in get_by_card_name()
|
/third_party/astc-encoder/Source/ |
H A D | stb_image_write.h | 776 len = sprintf(buffer, "EXPOSURE= 1.0000000000000\n\n-Y %d +X %d\n", y, x);
|