Home
last modified time | relevance | path

Searched refs:snprintf (Results 401 - 425 of 1562) sorted by relevance

1...<<11121314151617181920>>...63

/third_party/backends/backend/escl/
H A Descl_reset.c61 snprintf(scan_cmd, sizeof(scan_cmd), "%s%s%s%s", in escl_scanner()
/third_party/backends/backend/genesys/
H A Dtest_settings.cpp81 name.resize(std::snprintf(&name.front(), max_size, "test device:0x%04x:0x%04x", in get_testing_device_name()
/third_party/libuv/test/
H A Dtest-uname.c54 snprintf(temp, sizeof(temp), "%s.%s", buf.version, buf.release); in TEST_IMPL()
/third_party/node/test/fuzzers/
H A Dfuzz_helper.h17 snprintf(argv_[0] + offset, len, "%s", *it); in Argv()
/third_party/node/test/js-native-api/
H A Dcommon-inl.h19 snprintf(napi_message_string, in add_returned_status()
/third_party/musl/src/misc/
H A Dopenpty.c26 snprintf(name, sizeof buf, "/dev/pts/%d", n); in openpty()
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dopenpty.c26 snprintf(name, sizeof buf, "/dev/pts/%d", n); in openpty()
/third_party/libexif/contrib/examples/
H A Dthumbnail.c43 snprintf(thumb_name, sizeof(thumb_name), in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_getvalue/
H A D5-1.c33 snprintf(semname, sizeof(semname), "/" FUNCTION "_" TEST "_%d", in main()
/third_party/ltp/testcases/open_posix_testsuite/include/
H A Dproc.h33 snprintf(proc_path, sizeof(proc_path), "/proc/%i/stat", pid); in tst_process_state_wait3()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dgetpid.c33 snprintf(cmd, sizeof(cmd), "ps -eo command,pid | grep -E \"PID|getpid\" > %s", ptr); in getpid_0100()
/third_party/toybox/toys/lsb/
H A Dhostname.c66 snprintf(toybuf, sizeof(toybuf), "%s", h->h_name); in hostname_main()
/third_party/selinux/libselinux/utils/
H A Dselinux_check_access.c20 return snprintf(msgbuf, msgbufsize, "%s", (char *)auditdata); in cb_auditinfo()
/device/soc/rockchip/rk3588/hardware/mpp/src/
H A Dmpi_enc_utils.c647 log_len += snprintf(log_buf + log_len, log_size - log_len, in hal_mpp_encode()
654 log_len += snprintf(log_buf + log_len, log_size - log_len, in hal_mpp_encode()
659 log_len += snprintf(log_buf + log_len, log_size - log_len, in hal_mpp_encode()
669 log_len += snprintf(log_buf + log_len, log_size - log_len, in hal_mpp_encode()
673 log_len += snprintf(log_buf + log_len, log_size - log_len, in hal_mpp_encode()
677 log_len += snprintf(log_buf + log_len, log_size - log_len, in hal_mpp_encode()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmwifi_channels.c293 snprintf(buf, CHANSPEC_STR_LEN, "invalid 0x%04x", chspec); in wf_chspec_ntoa_ex()
323 snprintf(buf, CHANSPEC_STR_LEN, "%s%d", band, pri_chan); in wf_chspec_ntoa()
336 snprintf(buf, CHANSPEC_STR_LEN, "%s%d/%s%s", band, pri_chan, bw, sb); in wf_chspec_ntoa()
341 snprintf(buf, CHANSPEC_STR_LEN, "%s%d%s", band, pri_chan, sb); in wf_chspec_ntoa()
343 snprintf(buf, CHANSPEC_STR_LEN, "%s%d/%s", band, pri_chan, bw); in wf_chspec_ntoa()
357 snprintf(buf, CHANSPEC_STR_LEN, "%d/80+80/%d-%d", pri_chan, chan1, chan2); in wf_chspec_ntoa()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpkg_genc.cpp383 count = snprintf( in writeAssemblyCode()
409 count = snprintf( in writeAssemblyCode()
520 count = snprintf(buffer, sizeof(buffer), in writeCCode()
551 count = snprintf(buffer, sizeof(buffer), in writeCCode()
699 snprintf(s, sizeof(s), "\\x%X", byte); in write8str()
701 snprintf(s, sizeof(s), "\\%X", byte); in write8str()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c130 snprintf(myprog->this->errStr, JMSG_LENGTH_MAX, in my_progress_monitor()
132 snprintf(errStr, JMSG_LENGTH_MAX, in my_progress_monitor()
195 snprintf(errStr, JMSG_LENGTH_MAX, "%s", m); \
199 snprintf(errStr, JMSG_LENGTH_MAX, "%s\n%s", m, strerror(errno)); \
203 snprintf(this->errStr, JMSG_LENGTH_MAX, "%s", m); \
218 snprintf(errStr, JMSG_LENGTH_MAX, "Invalid handle"); \
230 snprintf(errStr, JMSG_LENGTH_MAX, "Invalid handle"); \
242 snprintf(errStr, JMSG_LENGTH_MAX, "Invalid handle"); \
512 snprintf(errStr, JMSG_LENGTH_MAX, in tjInitCompress()
517 snprintf(thi in tjInitCompress()
[all...]
/third_party/selinux/libsepol/src/
H A Dkernel_to_conf.c470 snprintf(unknown, sizeof(unknown), "%s%u", "UNKNOWN", i); in write_sids_to_conf()
1078 len = snprintf(p, remaining, "%s%s%c%s", in cats_ebitmap_to_str()
1082 len = snprintf(p, remaining, "%s%s", first ? "" : ",", in cats_ebitmap_to_str()
1537 rc = snprintf(p, len+1, "%s", strs->list[i]); in attr_strs_to_str()
2451 snprintf(unknown, sizeof(unknown), "%s%u", "UNKNOWN", i); in write_sid_context_rules_to_conf()
2635 rc = snprintf(low_high_str, 44, "%u", low); in write_selinux_port_rules_to_conf()
2637 rc = snprintf(low_high_str, 44, "%u-%u", low, high); in write_selinux_port_rules_to_conf()
2806 rc = snprintf(low_high_str, 44, "%u", low); in write_selinux_ibpkey_rules_to_conf()
2808 rc = snprintf(low_high_str, 44, "%u-%u", low, high); in write_selinux_ibpkey_rules_to_conf()
2846 rc = snprintf(port_st in write_selinux_ibendport_rules_to_conf()
[all...]
/device/soc/hisilicon/hi3518ev300/mpp/module_init/src/
H A Dsdk_init.c72 snprintf(stMMZ_Param.mmz, MMZ_SETUP_CMDLINE_LENGTH, "anonymous,0,0x%llx,%dM", g_mmz_start, g_mmz_size); in MMZ_init()
327 snprintf(stHIFB_Param.video, 64, "hifb:vram0_size:1620"); /* 64 -- str length */ in HIFB_init()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/mpp/module_init/src/
H A Dsdk_init.c55 snprintf(stMMZ_Param.mmz, MMZ_SETUP_CMDLINE_LENGTH, "anonymous,0,0x%llx,%dM", g_mmz_start, g_mmz_size); in MMZ_init()
229 snprintf(stHIFB_Param.video, 64, "hifb:vram0_size:16200"); /* 64 -- str length */ in HIFB_init()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_debugfs.c83 snprintf(file_name, 0x64, "%s/video%d_%d_%s.%s", DUMP_BUF_PATH, width, dump_info->height, format, "bin"); in rockchip_drm_dump_plane_buffer()
87 snprintf(file_name, 0x64, "%s/win%d_area%d_%dx%d_%s%s%d.%s", DUMP_BUF_PATH, dump_info->win_id, in rockchip_drm_dump_plane_buffer()
/third_party/ffmpeg/libavfilter/
H A Dvf_bitplanenoise.c180 snprintf(key, sizeof(key), "lavfi.bitplanenoise.%d.%d", plane, s->bitplane); in filter_frame()
181 snprintf(metabuf, sizeof(metabuf), "%f", 1. - 2.* fabs((stats[plane] - 0.5))); in filter_frame()
H A Dvf_scdet.c161 snprintf(buf, sizeof(buf), "%0.3f", s->prev_mafd); in activate()
163 snprintf(buf, sizeof(buf), "%0.3f", s->scene_score); in activate()
/third_party/libuv/src/
H A Dinet.c53 l = snprintf(tmp, sizeof(tmp), fmt, src[0], src[1], src[2], src[3]); in inet_ntop4()
133 tp += snprintf(tp, sizeof tmp - (tp - tmp), "%x", words[i]); in inet_ntop6()
/third_party/libcoap/tests/
H A Dtest_wellknown.c148 int len = snprintf((char *)uribuf, TEST_URI_LEN + 1, in t_wellknown3()
232 int len = snprintf((char *)buf, TEST_URI_LEN + 1, in t_wkc_tests_create()

Completed in 17 milliseconds

1...<<11121314151617181920>>...63