Home
last modified time | relevance | path

Searched refs:snprintf (Results 851 - 875 of 7281) sorted by relevance

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

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpci_debug.h16 snprintf(debug_buffer, 16, text); \
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dself.c31 snprintf(buf1, sizeof(buf1), "%u", pid); in main()
/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Ddebugfs.c30 snprintf(name, MAX_NAME_LEN, "iommu%02d", iommu->index); in amd_iommu_debugfs_setup()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dstr_error.c19 snprintf(dst, len, "ERROR: strerror_r(%d)=%d", err, ret); in libbpf_strerror_r()
/kernel/linux/linux-5.10/tools/perf/arch/s390/util/
H A Dmachine.c16 snprintf(path, PATH_MAX, "module/%.*s/sections/.text", in arch__fix_module_text_start()
/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Ddebugfs.c30 snprintf(name, MAX_NAME_LEN, "iommu%02d", iommu->index); in amd_iommu_debugfs_setup()
/kernel/linux/linux-6.6/tools/perf/arch/s390/util/
H A Dmachine.c17 snprintf(path, PATH_MAX, "module/%.*s/sections/.text", in arch__fix_module_text_start()
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dself.c31 snprintf(buf1, sizeof(buf1), "%u", pid); in main()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dstr_error.c19 snprintf(dst, len, "ERROR: strerror_r(%d)=%d", err, ret); in libbpf_strerror_r()
/third_party/libsnd/src/
H A Dmacos.c36 snprintf (rsrc_name, sizeof (rsrc_name), "%s/rsrc", filename) ; in macos_guess_file_type()
/third_party/libuv/src/win/
H A Dsnprintf.c27 /* Emulate snprintf() on MSVC<2015, _snprintf() doesn't zero-terminate the buffer
30 int snprintf(char* buf, size_t len, const char* fmt, ...) { in snprintf() function
/third_party/libbpf/src/
H A Dstr_error.c19 snprintf(dst, len, "ERROR: strerror_r(%d)=%d", err, ret); in libbpf_strerror_r()
/third_party/ltp/lib/
H A Dtst_thread_state.c20 snprintf(proc_path, sizeof(proc_path), "/proc/self/task/%i/stat", tid); in tst_thread_state_wait()
/third_party/musl/libc-test/src/regression/
H A Dprintf-1e9-oob.c11 int r = snprintf(buf, sizeof buf, fmt, d); in t()
13 t_error("snprintf(\"%s\",%f) want %s got %s\n", fmt, d, want, buf); in t()
H A Dprintf-fmt-g-round.c11 int r = snprintf(buf, sizeof buf, fmt, d); in t()
13 t_error("snprintf(\"%s\", %f) want %s got %s\n", fmt, d, want, buf); in t()
H A Dprintf-fmt-g-zeros.c11 int r = snprintf(buf, sizeof buf, fmt, d); in t()
13 t_error("snprintf(\"%s\",%f) want %s got %s\n", fmt, d, want, buf); in t()
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dasctime_r.c9 if (snprintf(buf, 26, "%.3s %.3s%3d %.2d:%.2d:%.2d %d\n", in __asctime_r()
/third_party/musl/porting/liteos_a/user/src/conf/
H A Dconfstr.c17 // snprintf is overkill but avoid wasting code size to implement in confstr()
19 return snprintf(buf, len, "%s", s) + 1; in confstr()
/third_party/musl/porting/liteos_m/kernel/src/time/
H A Dasctime_r.c9 if (snprintf(buf, 26, "%.3s %.3s%3d %.2d:%.2d:%.2d %d\n", in __asctime_r()
/third_party/musl/src/regex/
H A Dregerror.c36 return 1+snprintf(buf, size, "%s", s); in regerror()
/third_party/musl/src/time/
H A Dasctime_r.c9 if (snprintf(buf, 26, "%.3s %.3s%3d %.2d:%.2d:%.2d %d\n", in __asctime_r()
/third_party/musl/porting/uniproton/kernel/src/time/
H A Dasctime_r.c9 if (snprintf(buf, 26, "%.3s %.3s%3d %.2d:%.2d:%.2d %d\n", in __asctime_r()
/third_party/musl/src/conf/
H A Dconfstr.c16 // snprintf is overkill but avoid wasting code size to implement in confstr()
18 return snprintf(buf, len, "%s", s) + 1; in confstr()
/third_party/musl/libc-test/src/functional/
H A Dargv.c15 TEST(snprintf(buf, sizeof buf, "%s", argv[0]) < sizeof buf, "argv[0] is not a valid path\n"); in main()
/third_party/node/deps/uv/src/win/
H A Dsnprintf.c27 /* Emulate snprintf() on MSVC<2015, _snprintf() doesn't zero-terminate the buffer
30 int snprintf(char* buf, size_t len, const char* fmt, ...) { in snprintf() function

Completed in 5 milliseconds

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