| /arkcompiler/runtime_core/libziparchive/tests/ |
| H A D | libziparchive_tests.cpp | 60 (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 D | libziparchive_tests.cpp | 76 (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 D | sprintf_s.c | 11 * 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 D | driver_nl80211_hisi.c | 292 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 D | driver_nl80211_hisi.c | 279 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 D | gotonextfile_fuzzer.cpp | 42 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 D | version.h | 66 int ret = sprintf_s(buffer, BUILD_VERSION_LEN, "B%03d", kBuildVersion); in GetVersionStr()
|
| /third_party/gptfdisk/ |
| H A D | support.h | 39 #define sprintf sprintf_s
|
| /third_party/lz4/programs/ |
| H A D | platform.h | 36 # define snprintf sprintf_s /* snprintf unsupported by Visual <= 2013 */
|
| /third_party/lz4/examples/ |
| H A D | HCStreaming_ringBuffer.c | 10 # define snprintf sprintf_s
|
| H A D | blockStreaming_lineByLine.c | 7 # define snprintf sprintf_s
|
| H A D | blockStreaming_doubleBuffer.c | 7 # define snprintf sprintf_s
|
| H A D | blockStreaming_ringBuffer.c | 10 # define snprintf sprintf_s
|
| H A D | dictionaryRandomAccess.c | 5 # define snprintf sprintf_s
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | ostreams.cc | 16 #define snprintf sprintf_s
|
| /third_party/musl/libc-test/src/functionalext/unittest/ |
| H A D | unit_test_hilog_adapter.c | 63 (void)sprintf_s(randomString, STR_LENGTH, "%02d", index);
in GenerateRandomString()
|
| /third_party/jerryscript/jerry-core/api/ |
| H A D | generate-bytecode.c | 27 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 D | Common.h | 73 #define snprintf sprintf_s
|
| /third_party/bounds_checking_function/include/ |
| H A D | securec.h | 13 * 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 D | jsoncpp.cpp | 1011 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 D | jsoncpp.cpp | 1011 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 D | jsoncpp.cpp | 1011 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 D | stb_image_write.h | 774 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 D | stb_image_write.h | 774 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 D | jsoncpp.cpp | 211 #define snprintf sprintf_s 4020 #define snprintf sprintf_s
|