| /third_party/ltp/testcases/kernel/syscalls/statx/ |
| H A D | statx01.c | 94 snprintf(line, PATH_MAX, "/proc/%d/fdinfo/%d", pid, file_fd); in test_mnt_id()
|
| /third_party/ltp/testcases/kernel/syscalls/symlinkat/ |
| H A D | symlinkat01.c | 226 snprintf(dpathname, sizeof(dpathname), tmp, get_current_dir_name()); in setup()
|
| /third_party/ltp/testcases/kernel/mem/mtest06/ |
| H A D | mmap2.c | 92 snprintf(template, PATH_MAX, "ashfileXXXXXX"); in mkfile()
|
| /third_party/ltp/testcases/kernel/syscalls/preadv2/ |
| H A D | preadv203.c | 248 snprintf(path, sizeof(path), MNTPOINT"/file_%i", i); in setup()
|
| /third_party/ltp/testcases/kernel/input/ |
| H A D | input_helper.c | 44 snprintf(path, sizeof(path), "/dev/input/event%i", i); in try_open_device()
|
| /third_party/ltp/testcases/kernel/mce-test/tsrc/ |
| H A D | tsimpleinj.c | 69 snprintf(buf,30,"/tmp/test%d.XXXXXXXX",tmpcount++); in tempfd()
|
| /third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
| H A D | leapsec01.c | 41 if (snprintf(fmt, sizeof(fmt), "%%T.%09ld", now->tv_nsec) < 0) { in strtime()
|
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | platform-linux.cc | 90 snprintf(lib_name, kLibNameLen, "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, in GetSharedLibraryAddresses()
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_printf.c | 115 snprintf(type_fmt + 2, 3, "%s", PRId64); in lp_build_print_value()
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
| H A D | faccessat.c | 104 snprintf(cmd, sizeof(cmd), "chmod 777 %s", ptr); in faccessat_0500()
|
| /third_party/pulseaudio/src/tests/ |
| H A D | connect-stress.c | 174 snprintf(name, sizeof(name), "stream #%i", i); in context_state_callback()
|
| H A D | extended-test.c | 135 snprintf(name, sizeof(name), "stream #%i", i); in context_state_callback()
|
| H A D | sync-playback.c | 134 snprintf(name, sizeof(name), "stream #%i", i); in context_state_callback()
|
| /third_party/skia/third_party/externals/microhttpd/doc/examples/ |
| H A D | largepost.c | 194 snprintf (buffer, sizeof (buffer), askpage, nr_of_uploading_clients); in answer_to_connection()
|
| /third_party/skia/third_party/externals/microhttpd/src/include/ |
| H A D | platform_interface.h | 75 /* Platform-independent snprintf name */ 77 #define MHD_snprintf_ snprintf
|
| /third_party/python/Modules/_ctypes/darwin/ |
| H A D | dlfcn_simple.c | 223 snprintf(undersym, 256, "_%s", symbol); in darwin_dlsym()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | str_cat_benchmark.cc | 54 snprintf(on_stack, sizeof(on_stack), "%s %s:%d", kStringOne, kStringTwo, i); in BM_StrCat_By_snprintf()
|
| /third_party/selinux/libsepol/tests/ |
| H A D | test-expander.c | 77 if (snprintf(filename[i], PATH_MAX, "policies/test-expander/%s%s", myfiles[i], mls ? ".mls" : ".std") < 0) in expander_policy_init()
|
| /third_party/selinux/libselinux/src/ |
| H A D | sestatus.c | 298 snprintf(path, sizeof(path), "%s/status", selinux_mnt); in selinux_status_open()
|
| /third_party/spirv-tools/source/opt/ |
| H A D | scalar_replacement_pass.h | 41 const auto num_to_write = snprintf( in ScalarReplacementPass()
|
| /third_party/ffmpeg/libavformat/ |
| H A D | http.c | 247 snprintf(sanitized_path, sizeof(sanitized_path), "/%s", path1); in http_open_cnx_internal() 305 snprintf(http_code, sizeof(http_code), "%d", s->http_code); in http_should_reconnect() 574 message_len = snprintf(message, sizeof(message), in http_write_reply() 590 message_len = snprintf(message, sizeof(message), in http_write_reply() 1390 q += snprintf(q, 4, "%%%02X", (uint8_t)*path++); in bprint_escaped_path() 1835 snprintf(temp, sizeof(temp), "%x\r\n", size); in http_write() 2077 snprintf(s->buffer, sizeof(s->buffer), in http_proxy_open()
|
| /third_party/backends/backend/escl/ |
| H A D | escl.c | 268 snprintf(url_port, sizeof(url_port), "https://%s:%d", ip_address, port_nb); in escl_device_add() 304 snprintf(tmp, sizeof(tmp), "%s SSL", model_name); in escl_device_add() 314 snprintf(tmp, sizeof(tmp), "%s scanner", (is ? is : "flatbed or ADF")); in escl_device_add() 405 snprintf(unix_path, sizeof(unix_path), "unix:%s:", cdev->unix_socket); in convertFromESCLDev() 407 len = snprintf(NULL, 0, "%shttp%s://%s:%d", in convertFromESCLDev() 415 snprintf(tmp, len, "%shttp%s://%s:%d", in convertFromESCLDev() 599 snprintf(url_port, sizeof(url_port), "https://%s:%d", escl_device->ip_address, escl_device->port_nb); in attach_one_config() 1877 url_len = snprintf(NULL, 0, "%s://%s:%d%s", in escl_curl_url() 1882 snprintf(url, url_len, "%s://%s:%d%s", in escl_curl_url()
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | linearize.c | 94 snprintf(buf, 64, ".L%u", bb->nr); in show_label() 116 snprintf(buf, 64, "<bad symbol>"); in show_pseudo() 120 snprintf(buf, 64, "%s", show_label(sym->bb_target)); in show_pseudo() 124 snprintf(buf, 64, "%s", show_ident(sym->ident)); in show_pseudo() 128 snprintf(buf, 64, "<anon symbol:%p>", verbose ? sym : NULL); in show_pseudo() 132 snprintf(buf, 64, "<symbol value: %lld>", expr->value); in show_pseudo() 143 i = snprintf(buf, 64, "%%r%d", pseudo->nr); in show_pseudo() 150 snprintf(buf, 64, "$%#llx", value); in show_pseudo() 152 snprintf(buf, 64, "$%lld", value); in show_pseudo() 156 snprintf(bu in show_pseudo() [all...] |
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_sync_android.c | 114 snprintf(str, size, "%d", atomic_read(&mtl->signaled));
in timeline_value_str() 121 snprintf(str, size, "%d(%d)", mpt->order, mpt->result);
in pt_value_str()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_sync_android.c | 121 (void)snprintf(str, size, "%d", atomic_read(&mtl->signaled)); in timeline_value_str() 128 (void)snprintf(str, size, "%d(%d)", mpt->order, mpt->result); in pt_value_str()
|