Home
last modified time | relevance | path

Searched refs:snprintf (Results 701 - 725 of 1397) sorted by relevance

1...<<21222324252627282930>>...56

/third_party/ltp/testcases/kernel/input/
H A Dinput_helper.c44 snprintf(path, sizeof(path), "/dev/input/event%i", i); in try_open_device()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtsimpleinj.c69 snprintf(buf,30,"/tmp/test%d.XXXXXXXX",tmpcount++); in tempfd()
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/
H A Dleapsec01.c41 if (snprintf(fmt, sizeof(fmt), "%%T.%09ld", now->tv_nsec) < 0) { in strtime()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-linux.cc90 snprintf(lib_name, kLibNameLen, "%08" V8PRIxPTR "-%08" V8PRIxPTR, start, in GetSharedLibraryAddresses()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_printf.c115 snprintf(type_fmt + 2, 3, "%s", PRId64); in lp_build_print_value()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dfaccessat.c104 snprintf(cmd, sizeof(cmd), "chmod 777 %s", ptr); in faccessat_0500()
/third_party/pulseaudio/src/tests/
H A Dconnect-stress.c174 snprintf(name, sizeof(name), "stream #%i", i); in context_state_callback()
H A Dextended-test.c135 snprintf(name, sizeof(name), "stream #%i", i); in context_state_callback()
H A Dsync-playback.c134 snprintf(name, sizeof(name), "stream #%i", i); in context_state_callback()
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dlargepost.c194 snprintf (buffer, sizeof (buffer), askpage, nr_of_uploading_clients); in answer_to_connection()
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dplatform_interface.h75 /* Platform-independent snprintf name */
77 #define MHD_snprintf_ snprintf
/third_party/python/Modules/_ctypes/darwin/
H A Ddlfcn_simple.c223 snprintf(undersym, 256, "_%s", symbol); in darwin_dlsym()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat_benchmark.cc54 snprintf(on_stack, sizeof(on_stack), "%s %s:%d", kStringOne, kStringTwo, i); in BM_StrCat_By_snprintf()
/third_party/selinux/libsepol/tests/
H A Dtest-expander.c77 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 Dsestatus.c298 snprintf(path, sizeof(path), "%s/status", selinux_mnt); in selinux_status_open()
/third_party/spirv-tools/source/opt/
H A Dscalar_replacement_pass.h41 const auto num_to_write = snprintf( in ScalarReplacementPass()
/third_party/ffmpeg/libavfilter/
H A Dvf_dnn_detect.c130 snprintf(bbox->detect_label, sizeof(bbox->detect_label), "%d", label_id); in dnn_detect_post_proc_ov()
206 snprintf(bbox->detect_label, sizeof(bbox->detect_label), "%d", (int)label_id[i]); in dnn_detect_post_proc_tf()
H A Davf_aphasemeter.c170 snprintf(buf, sizeof(buf), "lavfi.aphasemeter.%s", key); in add_metadata()
310 snprintf(value, sizeof(value), "%f", fphase); in filter_frame()
/third_party/ffmpeg/libavutil/
H A Dlog.c343 ret = snprintf(line, line_size, "%s%s%s%s", part[0].str, part[1].str, part[2].str, part[3].str); in av_log_format_line2()
369 snprintf(line, sizeof(line), "%s%s%s%s", part[0].str, part[1].str, part[2].str, part[3].str); in av_log_default_callback()
/third_party/ffmpeg/tools/
H A Dsidxindex.c59 snprintf(str, size, "avc1"); in set_codec_str()
67 snprintf(str, size, "mp4a.40"); // 0x40 is the mp4 object type for AAC in set_codec_str()
/third_party/glfw/tests/
H A Devents.c226 snprintf(name, sizeof(name), "%i", button); in get_button_name()
610 snprintf(title, sizeof(title), "Event Linter (Window %i)", slots[i].number); in main()
/third_party/alsa-utils/topology/nhlt/
H A Dnhlt-processor.c109 snprintf(dst, ALSA_BYTE_CHARS + 1, "0x%02x,", *manifest_buffer); in print_as_hex_bytes()
115 snprintf(dst, ALSA_BYTE_CHARS + 1, "0x%02x,", *nhlt_buffer); in print_as_hex_bytes()
/third_party/mesa3d/src/amd/compiler/
H A Daco_print_asm.cpp325 snprintf(outline + len, outline_size - len, " s%u offset:%s", binary[pos + 1] >> 25, imm); in disasm_instr()
332 snprintf(outline + len, outline_size - len, " offset:0x%x", offset); in disasm_instr()
/third_party/ltp/testcases/kernel/fs/inode/
H A Dinode02.c283 snp_ret = snprintf(path_list_string, sizeof(path_list_string), in tree()
286 tst_resm(TBROK, "snprintf(path_list_string,..) returned %d", in tree()
425 snp_ret = snprintf(new_string, sizeof(new_string), in generate()
428 tst_resm(TBROK, "snprintf(new_string,..) " in generate()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shaderlib_nir.c328 snprintf(name, sizeof(name), "in_%u", i); in si_create_passthrough_tcs()
333 snprintf(name, sizeof(name), "out_%u", i); in si_create_passthrough_tcs()

Completed in 19 milliseconds

1...<<21222324252627282930>>...56