Home
last modified time | relevance | path

Searched refs:sprintf_s (Results 1 - 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/libziparchive/tests/
H A Dlibziparchive_tests.cpp60 (void)sprintf_s(archive_filename, MAX_DIR_SIZE, "%d.txt", i); in GenerateZipfile()
61 (void)sprintf_s(buf, MAX_BUFFER_SIZE, "%d %s %d", (N - 1) - i, data, i); in GenerateZipfile()
71 (void)sprintf_s(buf, MAX_BUFFER_SIZE, "%d %s %d", N, data, N); in GenerateZipfile()
90 (void)sprintf_s(filename, MAX_DIR_SIZE, "directory/"); in UnzipFileCheckDirectory()
145 (void)sprintf_s(filename, MAX_DIR_SIZE, "%d.txt", i); in UnzipFileCheckTxt()
146 (void)sprintf_s(buf, MAX_BUFFER_SIZE, "%d %s %d", (N - 1) - i, data, i); in UnzipFileCheckTxt()
377 (void)sprintf_s(filename, MAX_DIR_SIZE, "directory/indirectory.txt"); in UnzipFileCheckInDirectory()
378 (void)sprintf_s(buf, MAX_BUFFER_SIZE, "%d %s %d", N, data, N); in UnzipFileCheckInDirectory()
616 sprintf_s(filename, MAX_DIR_SIZE, "classes.abc"); in HWTEST()
671 (void)sprintf_s(filenam in HWTEST()
[all...]
/arkcompiler/runtime_core/static_core/libziparchive/tests/
H A Dlibziparchive_tests.cpp76 (void)sprintf_s(archiveFilename, sizeof(archiveFilename), "%u.txt", i); in GenerateZipfile()
78 (void)sprintf_s(buf, sizeof(buf), "%u %s %u", (n - 1) - i, data, i); in GenerateZipfile()
90 (void)sprintf_s(buf, sizeof(buf), "%u %s %u", n, data, n); in GenerateZipfile()
110 (void)sprintf_s(filename, MAX_DIR_SIZE, "directory/"); in UnzipFileCheckDirectory()
284 (void)sprintf_s(filename, MAX_DIR_SIZE, "%u.txt", i); in UnzipFileCheckTxt()
289 (void)sprintf_s(buf, sizeof(buf), "%u %s %u", (n - 1) - i, data, i); in UnzipFileCheckTxt()
389 (void)sprintf_s(filename, MAX_DIR_SIZE, "directory/indirectory.txt"); in UnzipFileCheckInDirectory()
394 (void)sprintf_s(buf, sizeof(buf), "%u %s %u", n, data, n); in UnzipFileCheckInDirectory()
545 sprintf_s(filename, MAX_DIR_SIZE, "classes.abc"); in TEST()
591 (void)sprintf_s(filenam in TEST()
[all...]
/third_party/bounds_checking_function/src/
H A Dsprintf_s.c11 * Description: sprintf_s function
19 * The sprintf_s function is equivalent to the sprintf function
21 * The sprintf_s function formats and stores a series of characters and values
43 int sprintf_s(char *strDest, size_t destMax, const char *format, ...) in sprintf_s() function
56 EXPORT_SYMBOL(sprintf_s); variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.c292 ret_s = sprintf_s(pbuf, MAX_DRV_CMD_SIZE, "%s", _cmd); in wpa_driver_set_p2p_noa()
323 ret_s = sprintf_s(pbuf, MAX_DRV_CMD_SIZE, "%s", _cmd); in wpa_driver_set_p2p_ps()
366 ret_s = sprintf_s(pbuf, MAX_WPSP2PIE_CMD_SIZE, "%s", _cmd); in wpa_driver_set_ap_wps_p2p_ie()
441 ret_s = sprintf_s(pbuf, MAX_PRIV_CMD_SIZE, "%s %d", _cmd, on); in wpa_driver_set_power_on()
459 ret_s = sprintf_s(pbuf, MAX_PRIV_CMD_SIZE, "%s %d", _cmd, powermgmt_on); in wpa_driver_set_powermgmt_on()
487 ret_s = sprintf_s(pbuf, MAX_DRV_CMD_SIZE, "%s", _cmd); in wpa_driver_set_qos_map()
563 ret_s = sprintf_s(pbuf, MAX_WPSP2PIE_CMD_SIZE, "%s", _cmd); in wpa_driver_nl80211_sta_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
H A Ddriver_nl80211_hisi.c279 ret_s = sprintf_s(pbuf, MAX_DRV_CMD_SIZE, "%s", _cmd); in wpa_driver_set_p2p_noa()
309 ret_s = sprintf_s(pbuf, MAX_DRV_CMD_SIZE, "%s", _cmd); in wpa_driver_set_p2p_ps()
352 ret_s = sprintf_s(pbuf, MAX_WPSP2PIE_CMD_SIZE, "%s", _cmd); in wpa_driver_set_ap_wps_p2p_ie()
422 ret_s = sprintf_s(pbuf, MAX_PRIV_CMD_SIZE, "%s %d", _cmd, on); in wpa_driver_set_power_on()
440 ret_s = sprintf_s(pbuf, MAX_PRIV_CMD_SIZE, "%s %d", _cmd, powermgmt_on); in wpa_driver_set_powermgmt_on()
467 ret_s = sprintf_s(pbuf, MAX_DRV_CMD_SIZE, "%s", _cmd); in wpa_driver_set_qos_map()
537 ret_s = sprintf_s(pbuf, MAX_WPSP2PIE_CMD_SIZE, "%s", _cmd); in wpa_driver_nl80211_sta_assoc()
/arkcompiler/runtime_core/tests/fuzztest/gotonextfile_fuzzer/
H A Dgotonextfile_fuzzer.cpp42 err = sprintf_s(archive_filename, MAX_DIR_SIZE, "%d.txt", i); in GenerateZipfile()
46 err = sprintf_s(buf, MAX_BUFFER_SIZE, "%d %s %d", (n - 1) - i, data, i); in GenerateZipfile()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dversion.h66 int ret = sprintf_s(buffer, BUILD_VERSION_LEN, "B%03d", kBuildVersion); in GetVersionStr()
/third_party/gptfdisk/
H A Dsupport.h39 #define sprintf sprintf_s
/third_party/lz4/programs/
H A Dplatform.h36 # define snprintf sprintf_s /* snprintf unsupported by Visual <= 2013 */
/third_party/lz4/examples/
H A DHCStreaming_ringBuffer.c10 # define snprintf sprintf_s
H A DblockStreaming_lineByLine.c7 # define snprintf sprintf_s
H A DblockStreaming_doubleBuffer.c7 # define snprintf sprintf_s
H A DblockStreaming_ringBuffer.c10 # define snprintf sprintf_s
H A DdictionaryRandomAccess.c5 # define snprintf sprintf_s
/third_party/node/deps/v8/src/utils/
H A Dostreams.cc16 #define snprintf sprintf_s
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_hilog_adapter.c63 (void)sprintf_s(randomString, STR_LENGTH, "%02d", index); in GenerateRandomString()
/third_party/jerryscript/jerry-core/api/
H A Dgenerate-bytecode.c27 extern int sprintf_s(char *strDest, size_t destMax, const char *format, ...);
39 if (sprintf_s(version_str, sizeof(version_str), in get_jerry_version_no()
/third_party/glslang/glslang/Include/
H A DCommon.h73 #define snprintf sprintf_s
/third_party/bounds_checking_function/include/
H A Dsecurec.h13 * such as memcpy_s, strcpy_s, wcscpy_s,strcat_s, strncat_s, sprintf_s, scanf_s, and so on.
237 * Description: The sprintf_s function is equivalent to the sprintf function except for the parameter destMax
245 SECUREC_API int sprintf_s(char *strDest, size_t destMax, const char *format, ...) SECUREC_ATTRIBUTE(3, 4);
504 * Description: The swprintf_s function is the wide-character equivalent of the sprintf_s function
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp1011 sprintf_s(buffer, sizeof(buffer), "Line %d, Column %d", line, column);
1974 sprintf_s(buffer, sizeof(buffer), "Line %d, Column %d", line, column);
4059 len = sprintf_s(buffer, sizeof(buffer), "%.17g", value);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp1011 sprintf_s(buffer, sizeof(buffer), "Line %d, Column %d", line, column);
1974 sprintf_s(buffer, sizeof(buffer), "Line %d, Column %d", line, column);
4059 len = sprintf_s(buffer, sizeof(buffer), "%.17g", value);
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp1011 sprintf_s(buffer, sizeof(buffer), "Line %d, Column %d", line, column);
1974 sprintf_s(buffer, sizeof(buffer), "Line %d, Column %d", line, column);
4059 len = sprintf_s(buffer, sizeof(buffer), "%.17g", value);
/third_party/glfw/deps/
H A Dstb_image_write.h774 len = sprintf_s(buffer, sizeof(buffer), "EXPOSURE= 1.0000000000000\n\n-Y %d +X %d\n", y, x);
/third_party/astc-encoder/Source/
H A Dstb_image_write.h774 len = sprintf_s(buffer, sizeof(buffer), "EXPOSURE= 1.0000000000000\n\n-Y %d +X %d\n", y, x);
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp211 #define snprintf sprintf_s
4020 #define snprintf sprintf_s

Completed in 37 milliseconds

12