Home
last modified time | relevance | path

Searched refs:snprintf (Results 926 - 950 of 7281) sorted by relevance

1...<<31323334353637383940>>...292

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/
H A Denum.c47 int this = snprintf(data, size, "%s%s", in nvkm_snprintbf()
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_uevent.c40 snprintf(info->uevent, MAX_UEVENT_LEN, "IOSM_EVENT=%s", uevent); in ipc_uevent_send()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/
H A Denum.c47 int this = snprintf(data, size, "%s%s", in nvkm_snprintbf()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_synproxy.c13 snprintf(buf, sizeof(buf), (cmd), ##__VA_ARGS__); \
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dsof_sdw_cs_amp.c22 snprintf(codec_name, CODEC_NAME_SIZE, "%s", dai_name); in cs_spk_init()
/kernel/linux/linux-6.6/samples/bpf/
H A Dtracex1_user.c15 snprintf(filename, sizeof(filename), "%s.bpf.o", argv[0]); in main()
/third_party/elfutils/backends/
H A Dbpf_regs.c58 len = snprintf(name, namelen, "r%d", regno); in bpf_register_info()
/third_party/ffmpeg/libavformat/
H A Dmkvtimestamp_v2.c38 snprintf(buf, sizeof(buf), "%" PRId64 "\n", pkt->dts); in write_packet()
/third_party/mbedtls/configs/ext/
H A Dtfm_mbedcrypto_config_profile_medium.h365 * functions like calloc(), free(), snprintf(), printf(), fprintf(), exit().
372 * as other module rely on it for a fixed snprintf implementation.
386 #define MBEDTLS_PLATFORM_SNPRINTF_MACRO snprintf
/third_party/ltp/lib/tests/
H A Dtst_dataroot03.c51 snprintf(tmp, PATH_MAX, "%s/datafiles", curdir); in main()
H A Dtst_dataroot02.c51 snprintf(tmp, PATH_MAX, "%s/datafiles", curdir); in main()
H A Dtst_dataroot01.c48 snprintf(tmp, PATH_MAX, "%s/testcases/data/%s", LTPROOT, TCID); in main()
/third_party/musl/src/thread/
H A Dpthread_setname_np.c20 snprintf(f, sizeof f, "/proc/self/task/%d/comm", thread->tid); in pthread_setname_np()
H A Dpthread_getname_np.c18 snprintf(f, sizeof f, "/proc/self/task/%d/comm", thread->tid); in pthread_getname_np()
/third_party/musl/porting/linux/user/src/exit/
H A Dassert.c21 snprintf(assert_fatal_message, sizeof(assert_fatal_message), in __assert_fail()
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dpty.c34 if (snprintf(buf, len, "/dev/pts/%d", pty) >= len) return ERANGE; in __ptsname_r()
/third_party/musl/src/misc/
H A Dpty.c34 if (snprintf(buf, len, "/dev/pts/%d", pty) >= len) return ERANGE; in __ptsname_r()
/third_party/musl/src/exit/linux/
H A Dassert.c21 snprintf(assert_fatal_message, sizeof(assert_fatal_message), in __assert_fail()
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H A Ddirty.c45 snprintf(filename, sizeof(filename), "%s/aiodio/file.xx.%d", in main()
/third_party/ltp/testcases/kernel/security/filecaps/
H A Dprint_caps.c64 snprintf(buf, 2000, "%d.%s", seqno, cap_to_text(cap, NULL)); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_getvalue/
H A D1-1.c34 snprintf(semname, sizeof(semname), "/" FUNCTION "_" TEST "_%d", in main()
H A D2-1.c32 snprintf(semname, sizeof(semname), "/" FUNCTION "_" TEST "_%d", in main()
H A D4-1.c33 snprintf(semname, sizeof(semname), "/" FUNCTION "_" TEST "_%d", in main()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dname-trait.cc34 int written = snprintf(name_buffer, name.length() + 1, "%s", name.c_str()); in GetNameFromTypeSignature()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dswapoff.c34 snprintf(cmd, sizeof(cmd), "cd %s; dd if=/dev/zero of=swapfile count=1 bs=1k; mkswap swapfile", dir_path); in swapoff_0100()

Completed in 6 milliseconds

1...<<31323334353637383940>>...292