Home
last modified time | relevance | path

Searched refs:snprintf (Results 426 - 450 of 1569) sorted by relevance

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

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DInputAssembly.cpp35 #if defined(_MSC_VER) && !defined(snprintf)
36 #define snprintf _snprintf macro
/third_party/musl/third_party/openbsd/gnu/lib/libexecinfo/
H A Dbacktrace.c146 snprintf(dli.dli_sname, TEMP_SIZE, "%c%tx", sign, offset); in format_address()
150 snprintf(dli.dli_sname, TEMP_SIZE, "%c%tx", sign, offset); in format_address()
/third_party/ltp/testcases/kernel/syscalls/inotify/
H A Dinotify02.c99 snprintf(fname2, BUF_SIZE, "%s.rename1", fname1); in verify_inotify()
116 snprintf(fname3, BUF_SIZE, "%s.rename2", fname1); in verify_inotify()
/third_party/ltp/testcases/kernel/syscalls/linkat/
H A Dlinkat01.c307 snprintf(dpathname, sizeof(dpathname), DPATHNAME_FMT, cwd); in setup()
308 snprintf(spathname, sizeof(spathname), SPATHNAME_FMT, cwd); in setup()
/third_party/ltp/testcases/kernel/syscalls/move_pages/
H A Dmove_pages12.c278 snprintf(path_hugepages_node1, sizeof(path_hugepages_node1), in setup()
282 snprintf(path_hugepages_node2, sizeof(path_hugepages_node2), in setup()
/third_party/node/deps/v8/src/profiler/
H A Dstrings-storage.cc92 snprintf(str_result, str_length, "<symbol %s>", data.get()); in GetSymbol()
124 snprintf(cons_result, cons_length, "%s%s", prefix, data.get()); in GetConsName()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_tcs_variant.cpp95 snprintf(buf, sizeof(buf), "in_%d", var->driver_location); in create_tess_ctrl_shader_variant()
97 snprintf(buf, sizeof(buf), "out_%d", var->driver_location); in create_tess_ctrl_shader_variant()
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-info-stats-print.h81 snprintf(test_results.threads[0], MAX_TID_LEN, "%d", (pid_t) syscall(__NR_gettid)); in get_main_thread_test_results()
122 snprintf(test_results.threads[i], MAX_TID_LEN, "%d", thread_data[i].self_id); in get_different_threads_test_results()
/third_party/libcoap/examples/lwip/
H A Dclient-coap.c164 snprintf(portbuf, sizeof(portbuf), "%d", uri.port); in client_coap_init()
165 snprintf((char *)buf, sizeof(buf), "%*.*s", (int)uri.host.length, in client_coap_init()
/third_party/libcoap/examples/riot/examples_libcoap_client/
H A Dclient-coap.c147 snprintf(portbuf, sizeof(portbuf), "%d", uri.port); in client_coap_init()
148 snprintf((char *)buf, sizeof(buf), "%*.*s", (int)uri.host.length, in client_coap_init()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DSymbolTable.cpp31 #define snprintf _snprintf macro
91 snprintf(buf, sizeof(buf), "%d", arraySize); in buildMangledName()
/third_party/pulseaudio/src/tests/
H A Dmemblock-test.c99 snprintf(x, pa_memblock_get_length(blocks[1]), "%s", txt); in START_TEST()
104 snprintf(x, pa_memblock_get_length(blocks[2]), "%s", txt); in START_TEST()
/third_party/skia/modules/svg/src/
H A DSkSVGXMLDOM.cpp48 int res = snprintf(colorBuffer, sizeof(colorBuffer), "#%06x", (svgThemeColor.color & 0xFFFFFF)); in setSVGColor()
62 int res = snprintf( in setSVGColor()
/third_party/selinux/libsepol/src/
H A Dcontext_record.c298 rc = snprintf(str, total_sz, "%s:%s:%s:%s", in sepol_context_to_string()
301 rc = snprintf(str, total_sz, "%s:%s:%s", in sepol_context_to_string()
/third_party/libdrm/
H A Dxf86drm.c3249 snprintf(name, sizeof name, DRM_DEV_NAME, DRM_DIR_NAME, i); in drmGetDeviceNameFromFd()
3266 snprintf(path, sizeof(path), "/sys/dev/char/%d:%d/device/drm", in drmNodeIsDRM()
3373 snprintf(buf, sizeof(buf), "/sys/dev/char/%d:%d/device/drm", maj, min); in drmGetMinorNameForFD()
3381 if (snprintf(dev_name, sizeof(dev_name), DRM_DIR_NAME "/%s", in drmGetMinorNameForFD()
3431 snprintf(name, sizeof(name), DRM_DIR_NAME "/%s%d", mname, in drmGetMinorNameForFD()
3454 n = snprintf(buf, sizeof(buf), dev_name, DRM_DIR_NAME, min); in drmGetMinorNameForFD()
3487 snprintf(filename, sizeof(filename), "%s/uevent", path); in sysfs_uevent_get()
3563 snprintf(path, sizeof(path), "/sys/dev/char/%d:%d/device", maj, min); in drmParseSubsystemType()
3591 snprintf(path, sizeof(path), "/sys/dev/char/%d:%d/device", maj, min); in get_pci_path()
3643 if (snprintf(sysctl_nam in get_sysctl_pci_bus_info()
[all...]
/third_party/ffmpeg/libavformat/
H A Drtspdec.c107 snprintf(message, sizeof(message), "RTSP/1.0 %d %s\r\n", in rtsp_send_reply()
305 snprintf(responseheaders, sizeof(responseheaders), "Transport: " in rtsp_read_setup()
335 snprintf(responseheaders, sizeof(responseheaders), "Transport: " in rtsp_read_setup()
372 snprintf(responseheaders, sizeof(responseheaders), "Session: %s\r\n", in rtsp_read_record()
565 snprintf(cmd, sizeof(cmd), in rtsp_read_play()
620 snprintf(cmd, sizeof(cmd), in ff_rtsp_setup_input_streams()
863 snprintf(cmd, sizeof(cmd), in rtsp_read_packet()
881 snprintf(cmd, sizeof(cmd), in rtsp_read_packet()
/third_party/backends/backend/
H A Ddll.c379 snprintf (driver, sizeof (driver), "libsane-%s.z.so", drivername); in find_libname_by_drivername()
391 snprintf(full_path, PATH_MAX, "%s/" "%s", dir, entry->d_name); in find_libname_by_drivername()
519 snprintf (src, src_len, "%s%s%s", path, DIR_SEP, LIBDIR); in load()
539 snprintf (libname, sizeof (libname), "%s/" PREFIX "%.2s%.5s" POSTFIX, in load()
545 snprintf (libname, sizeof (libname), "%s/" PREFIX "%s" POSTFIX, in load()
557 snprintf (libname, sizeof (libname), "%s/" PREFIX "%s" ALT_POSTFIX, in load()
876 snprintf (dlldir, sizeof (dlldir), "%s%s", dir, "/dll.d"); in read_dlld()
912 snprintf (conffile, sizeof(conffile), "%s/%s", dlldir, dllconf->d_name); in read_dlld()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_internal.h66 snprintf(js_string, js_size, "job_slot_%i", js); in kbasep_make_job_slot_string()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_internal.h64 snprintf(js_string, js_size, "job_slot_%i", js); in kbasep_make_job_slot_string()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsemaphorendk1.cpp38 snprintf(buf, sizeof(buf), "/testsem-%d-%d", static_cast<int>(getpid()), static_cast<int>(ts.tv_nsec)); in SemUnlink()
/third_party/elfutils/tests/
H A Dasm-tst4.c66 snprintf (buf, sizeof (buf), ".data.%zu", cnt); in main()
/third_party/gn/src/base/posix/
H A Dsafe_strerror.cc101 // snprintf truncates and always null-terminates. in wrap_posix_strerror_r()
102 snprintf(buf, len, "Error %d while retrieving error %d", strerror_error, in wrap_posix_strerror_r()
/third_party/ffmpeg/libavutil/
H A Dutils.c85 const int len = snprintf(buf, buf_size, print_chr ? "%c" : "[%d]", c); in av_fourcc_make_string()
/third_party/libuv/test/
H A Dtest-strtok.c78 snprintf(current_test, sizeof(current_test), "%s", tests[i].str); in TEST_IMPL()
/third_party/libunwind/libunwind/tests/
H A DGtest-init.cxx67 snprintf (off, sizeof (off), "+0x%lx", (long) offset); in do_backtrace()

Completed in 27 milliseconds

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