Home
last modified time | relevance | path

Searched refs:snprintf (Results 901 - 925 of 1562) sorted by relevance

1...<<31323334353637383940>>...63

/third_party/libcoap/src/oscore/
H A Doscore_context.c371 snprintf(buffer, sizeof(buffer), "Recipient ID[%zu]", count); in oscore_log_context()
375 snprintf(buffer, sizeof(buffer), "Recipient Key[%zu]", count); in oscore_log_context()
/third_party/libcoap/examples/
H A Dcoap-rd.c429 snprintf((char *)(loc + loc_size), LOCSIZE - loc_size - 1, in hnd_post_rd()
443 loc_size += snprintf((char *)(loc + loc_size), in hnd_post_rd()
/third_party/node/deps/v8/third_party/zlib/
H A Dgzwrite.c525 snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, a9,
529 len = snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8,
/third_party/node/deps/zlib/
H A Dgzwrite.c497 snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, in gzprintf()
501 len = snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, in gzprintf()
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.c850 snprintf(name,sizeof(name), PLUGIN_DIR
856 snprintf(name,sizeof(name), "ntfs-plugin-%08lx.so",
/third_party/node/deps/icu-small/source/i18n/
H A Ddtitvinf.cpp554 snprintf(mesg, sizeof(mesg), "in getBestSkeleton: skeleton: %s; \n", result); in getBestSkeleton()
623 snprintf(mesg, sizeof(mesg), "available skeletons: skeleton: %s; \n", result); in getBestSkeleton()
H A Dplurrule.cpp1820 // Slow path, convert with snprintf, parse converted output.
1822 snprintf(buf, sizeof(buf), "%1.15e", n);
1926 snprintf(pattern, sizeof(pattern), "%%.%dfe%%d", visibleDecimalDigitCount);
1927 snprintf(buffer, sizeof(buffer), pattern, source, exponent);
1929 snprintf(pattern, sizeof(pattern), "%%.%df", visibleDecimalDigitCount);
1930 snprintf(buffer, sizeof(buffer), pattern, source);
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_new_file_test.c249 snprintf(pbuffer, sizeof(pbuffer) - 1, "allow_write %s", filename); in stage_file_test()
605 snprintf(ifreq.ifr_name, sizeof(ifreq.ifr_name) - 1, "lo"); in stage_file_test()
/third_party/lwip/src/core/
H A Dmem.c108 snprintf(errstr, sizeof(errstr), "detected mem overflow in %s%s", descr1, descr2); in mem_overflow_check_raw()
119 snprintf(errstr, sizeof(errstr), "detected mem underflow in %s%s", descr1, descr2); in mem_overflow_check_raw()
/third_party/mesa3d/src/glx/
H A Dsingle2.c729 snprintf((char *) s, strlen((char *) s) + 1, "%u.%u", in __indirect_glGetString()
734 snprintf((char *) gc->version, size, "%u.%u (%s)", in __indirect_glGetString()
/third_party/node/deps/uv/src/unix/
H A Dlinux-core.c601 snprintf(buf, in read_cpufreq()
802 snprintf(filename, sizeof(filename), "/sys/fs/cgroup/%s/%s", cgroup, param); in uv__read_cgroups_uint64()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
H A DDisplayGbm.cpp435 snprintf(deviceName, sizeof(deviceName), "/dev/dri/card%d", i); in initialize()
452 snprintf(deviceName, sizeof(deviceName), "/dev/dri/renderD%d", i); in initialize()
/third_party/skia/third_party/externals/zlib/
H A Dgzwrite.c522 snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, a9,
526 len = snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8,
/third_party/toybox/toys/pending/
H A Dcrond.c489 snprintf(toybuf, sizeof(toybuf), "/var/spool/cron/cron.%s.%d", in sendmail()
553 snprintf(toybuf, sizeof(toybuf), "/var/spool/cron/cron.%s.%d", in execute_jobs()
/third_party/zlib/
H A Dgzwrite.c504 snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, in gzprintf()
508 len = snprintf(next, state->size, format, a1, a2, a3, a4, a5, a6, a7, a8, in gzprintf()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dstream.c1393 ret = snprintf(cap->driver, sizeof(cap->driver), "%s_v%d", dev->driver->name, stream->isppdev->ispp_ver >> 0x04); in rkispp_querycap()
1394 ret = snprintf(cap->bus_info, sizeof(cap->bus_info), "platform:%s", dev_name(dev)); in rkispp_querycap()
1485 ret = snprintf(file, sizeof(file), "%s/%s%d.reg", rkispp_dump_path, DRIVER_NAME, dev->dev_id); in dump_file()
1492 ret = snprintf(reg, sizeof(reg), "ffb6%04x: %08x %08x %08x %08x\n", i, readl(base + i), readl(base + i + 4), in dump_file()
1500 snprintf(file, sizeof(file), "%s/%s%d_tnr_cur.fbc", rkispp_dump_path, DRIVER_NAME, dev->dev_id); in dump_file()
1514 snprintf(file, sizeof(file), "%s/%s%d_tnr_nxt.fbc", rkispp_dump_path, DRIVER_NAME, dev->dev_id); in dump_file()
1534 snprintf(file, sizeof(file), "%s/%s%d_iir%d.fbc", rkispp_dump_path, DRIVER_NAME, dev->dev_id, i); in dump_file()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dstream.c1447 snprintf(cap->driver, sizeof(cap->driver), in rkispp_querycap()
1450 snprintf(cap->bus_info, sizeof(cap->bus_info), in rkispp_querycap()
1544 snprintf(file, sizeof(file), "%s/%s%d.reg", in dump_file()
1552 snprintf(reg, sizeof(reg), "ffb6%04x: %08x %08x %08x %08x\n", in dump_file()
1561 snprintf(file, sizeof(file), "%s/%s%d_tnr_cur.fbc", in dump_file()
1578 snprintf(file, sizeof(file), "%s/%s%d_tnr_nxt.fbc", in dump_file()
1600 snprintf(file, sizeof(file), "%s/%s%d_iir%d.fbc", in dump_file()
/third_party/ffmpeg/libavcodec/
H A Dac3enc.c1842 default: snprintf(strbuf, 32, "ERROR"); in dprint_options()
1872 default: snprintf(strbuf, 32, "ERROR (%d)", opt->room_type); in dprint_options()
1886 default: snprintf(strbuf, 32, "ERROR (%d)", opt->dolby_surround_mode); in dprint_options()
1900 default: snprintf(strbuf, 32, "ERROR (%d)", opt->preferred_stereo_downmix); in dprint_options()
1919 default: snprintf(strbuf, 32, "ERROR (%d)", opt->dolby_surround_ex_mode); in dprint_options()
1926 default: snprintf(strbuf, 32, "ERROR (%d)", opt->dolby_headphone_mode); in dprint_options()
1933 default: snprintf(strbuf, 32, "ERROR (%d)", opt->ad_converter_type); in dprint_options()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp209 #define snprintf _snprintf macro
1014 snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column);
1977 snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column);
3967 #define snprintf _snprintf
3969 #define snprintf snprintf
3971 #define snprintf std::snprintf
3977 #define snprintf _snprintf
4063 len = snprintf(buffe
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp209 #define snprintf _snprintf macro
1014 snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column);
1977 snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column);
3967 #define snprintf _snprintf
3969 #define snprintf snprintf
3971 #define snprintf std::snprintf
3977 #define snprintf _snprintf
4063 len = snprintf(buffe
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp209 #define snprintf _snprintf macro
1014 snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column);
1977 snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column);
3967 #define snprintf _snprintf
3969 #define snprintf snprintf
3971 #define snprintf std::snprintf
3977 #define snprintf _snprintf
4063 len = snprintf(buffe
[all...]
/third_party/ffmpeg/libavformat/
H A Dwtvdec.c476 snprintf(buf, buf_size, "%u", avio_rl32(pb)); in get_tag()
505 snprintf(buf, buf_size, "%f", av_int2double(num)); in get_tag()
507 snprintf(buf, buf_size, "%"PRIi64, num); in get_tag()
509 snprintf(buf, buf_size, "%u", avio_rl16(pb)); in get_tag()
513 snprintf(buf, buf_size, PRI_PRETTY_GUID, ARG_PRETTY_GUID(guid)); in get_tag()
/third_party/alsa-lib/src/topology/
H A Dpcm.c963 snprintf(pfx2, sizeof(pfx2), "%s\t", pfx ?: ""); in tplg_save_pcm()
973 snprintf(pfx2, sizeof(pfx2), "%s\t", pfx ?: ""); in tplg_save_pcm()
1111 snprintf(pfx2, sizeof(pfx2), "%s\t", pfx ?: ""); in tplg_save_dai()
1274 snprintf(pfx2, sizeof(pfx2), "%s\t", pfx ?: ""); in tplg_save_link()
1354 snprintf(pfx2, sizeof(pfx2), "%s\t", pfx ?: ""); in tplg_save_cc()
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Denergy_model.c40 snprintf(name, sizeof(name), "ps:%lu", ps->frequency); in em_debug_create_ps()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_helpers_user.c142 ret = snprintf(msgbuf, NAMED_U64_VAL_BUF_SZ, "%s=0x%llx", val_name, val); in kutf_helper_send_named_u64()
145 "Failed to send u64 value named '%s': snprintf() problem buffer size==%d ret=%d", in kutf_helper_send_named_u64()
223 /* Manually copy each string component instead of snprintf because in kutf_helper_send_named_str()

Completed in 45 milliseconds

1...<<31323334353637383940>>...63