| /third_party/libuv/test/ |
| H A D | test-strtok.c | 78 snprintf(current_test, sizeof(current_test), "%s", tests[i].str); in TEST_IMPL()
|
| /third_party/libunwind/libunwind/tests/ |
| H A D | Gtest-init.cxx | 67 snprintf (off, sizeof (off), "+0x%lx", (long) offset); in do_backtrace()
|
| /third_party/ltp/testcases/kernel/device-drivers/pci/tpci_user/ |
| H A D | tpci.c | 85 count = snprintf(buf, 6, "%u", i << 8 | j); in test_run()
|
| /third_party/musl/src/exit/ |
| H A D | abort.c | 43 snprintf(message, sizeof(message), in __cfi_fail_report()
|
| /third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
| H A D | hugemmap04.c | 99 snprintf(TEMPFILE, sizeof(TEMPFILE), "%s/mmapfile%d", Hopt, getpid()); in setup()
|
| H A D | hugemmap01.c | 81 snprintf(TEMPFILE, sizeof(TEMPFILE), "%s/mmapfile%d", Hopt, getpid()); in setup()
|
| /third_party/ltp/testcases/kernel/syscalls/getcwd/ |
| H A D | getcwd04.c | 91 snprintf(n_name, PATH_MAX, "testfile%u", i++); in do_child()
|
| /third_party/ltp/testcases/kernel/security/filecaps/ |
| H A D | inh_capped.c | 43 snprintf(buf, 2000, "%s", cap_to_text(cap_get_proc(), NULL)); in debug_print_caps()
|
| /third_party/ltp/testcases/kernel/syscalls/creat/ |
| H A D | creat05.c | 54 snprintf(fname, sizeof(fname), "creat05_%d", num_opened_fds); in setup()
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
| H A D | 1-2.c | 32 snprintf(tmpfname, sizeof(tmpfname), "pts_mmap_1_2_%d", getpid()); in main()
|
| H A D | 24-1.c | 46 snprintf(tmpfname, sizeof(tmpfname), "pts_mmap_24_1_%d", getpid()); in main()
|
| /third_party/musl/libc-test/src/functional/ |
| H A D | popen.c | 40 snprintf(cmd, sizeof cmd, "read a ; test \"x$a\" = xhello && kill -USR1 %d", getpid()); in main()
|
| /third_party/musl/libc-test/src/functionalext/queue/ |
| H A D | sys_queue.c | 64 int res = snprintf(buffer, sizeof(buffer), "%d ", node->data); in traverse_list() 65 EXPECT_GTE("traverse_list -> snprintf", res, 0); in traverse_list()
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | system_utils_winuwp.cpp | 96 int ret = snprintf(buffer, MAX_PATH, "%s.%s", libraryName, GetSharedLibraryExtension()); in OpenSharedLibrary()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ImmutableStringBuilder.cpp | 46 int numChars = snprintf(mData + mPos, mMaxLength - mPos, "%d", u); in appendDecimal()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkDeviceMemoryExternalLinux.hpp | 61 snprintf(name, sizeof(name), "SwiftShader.Memory.%d", ++counter);
|
| /third_party/skia/third_party/externals/microhttpd/src/examples/ |
| H A D | querystring_example.c | 56 me = malloc (snprintf (NULL, 0, fmt, "q", val) + 1); in ahc_echo()
|
| /third_party/toybox/toys/other/ |
| H A D | mkpasswd.c | 51 snprintf(salt+i, sizeof(salt)-i, "%s", TT.S); in mkpasswd_main()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | strerror.cc | 57 snprintf(buf, sizeof buf, "Unknown error %d", errnum); in StrErrorInternal()
|
| /third_party/selinux/libselinux/src/ |
| H A D | fsetfilecon.c | 26 snprintf(buf, sizeof(buf), "/proc/self/fd/%d", fd); in fsetxattr_wrapper()
|
| H A D | get_initial_context.c | 31 ret = snprintf(path, sizeof path, "%s%s%s", selinux_mnt, SELINUX_INITCON_DIR, name); in security_get_initial_context_raw()
|
| /third_party/alsa-lib/src/topology/ |
| H A D | data.c | 179 snprintf(filename, sizeof(filename), "%s/%s", env, value); in tplg_parse_data_file() 181 snprintf(filename, sizeof(filename), "%s/topology/%s", in tplg_parse_data_file() 251 snprintf(buf2, sizeof(buf2), " %02x", *p++); in dump_priv_data() 915 snprintf(buf, sizeof(buf), "tuples.%s%%s {\n", fmt); in tplg_save_tuple_set() 923 snprintf(buf, sizeof(buf), "tuples.%s%%s.'%%s' ", fmt); in tplg_save_tuple_set() 1168 snprintf(pfx2, sizeof(pfx2), "%s\t", pfx ?: ""); in tplg_save_tuples() 1482 snprintf(pfx2, sizeof(pfx2), "%s\t", pfx ?: ""); in tplg_save_data() 1659 snprintf(t->id, sizeof(t->id), "token%u", token); in tplg_add_token() 1914 snprintf(suffix, sizeof(suffix), "data%u", block++); in tplg_add_data() 1918 snprintf(i in tplg_add_data() [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | afir_template.c | 113 snprintf(text, sizeof(text), "%.2f", max); in draw_response() 117 snprintf(text, sizeof(text), "%.2f", min); in draw_response() 121 snprintf(text, sizeof(text), "%.2f", max_delay); in draw_response() 125 snprintf(text, sizeof(text), "%.2f", min_delay); in draw_response()
|
| /third_party/ffmpeg/libavformat/tests/ |
| H A D | movenc.c | 122 snprintf(timebuf, sizeof(timebuf), "nopts"); in io_write_data_type() 124 snprintf(timebuf, sizeof(timebuf), "%"PRId64, time); in io_write_data_type() 133 snprintf(content, sizeof(content), "-"); in io_write_data_type() 142 snprintf(buf, sizeof(buf), "%s.%s", cur_name, format); in init_out()
|
| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| H A D | rockchip_opp_select.c | 649 snprintf(name, sizeof(name), "rockchip,p%d-leakage-voltage-sel", process);
in rockchip_of_get_lkg_sel() 665 snprintf(name, sizeof(name), "rockchip,p%d-leakage-scaling-sel", process);
in rockchip_of_get_lkg_sel() 742 snprintf(name, sizeof(name), "rockchip,p%d-pvtm-voltage-sel", process);
in rockchip_of_get_pvtm_sel() 758 snprintf(name, sizeof(name), "rockchip,p%d-pvtm-scaling-sel", process);
in rockchip_of_get_pvtm_sel() 898 snprintf(name, MAX_PROP_NAME_LEN, "P%d-L%d", process, volt_sel);
in rockchip_set_opp_prop_name() 900 snprintf(name, MAX_PROP_NAME_LEN, "P%d", process);
in rockchip_set_opp_prop_name() 903 snprintf(name, MAX_PROP_NAME_LEN, "L%d", volt_sel);
in rockchip_set_opp_prop_name()
|