| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| H A D | pci_debug.h | 16 snprintf(debug_buffer, 16, text); \
|
| /kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
| H A D | self.c | 31 snprintf(buf1, sizeof(buf1), "%u", pid); in main()
|
| /kernel/linux/linux-5.10/drivers/iommu/amd/ |
| H A D | debugfs.c | 30 snprintf(name, MAX_NAME_LEN, "iommu%02d", iommu->index); in amd_iommu_debugfs_setup()
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| H A D | str_error.c | 19 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 D | machine.c | 16 snprintf(path, PATH_MAX, "module/%.*s/sections/.text", in arch__fix_module_text_start()
|
| /kernel/linux/linux-6.6/drivers/iommu/amd/ |
| H A D | debugfs.c | 30 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 D | machine.c | 17 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 D | self.c | 31 snprintf(buf1, sizeof(buf1), "%u", pid); in main()
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | str_error.c | 19 snprintf(dst, len, "ERROR: strerror_r(%d)=%d", err, ret); in libbpf_strerror_r()
|
| /third_party/libsnd/src/ |
| H A D | macos.c | 36 snprintf (rsrc_name, sizeof (rsrc_name), "%s/rsrc", filename) ; in macos_guess_file_type()
|
| /third_party/libuv/src/win/ |
| H A D | snprintf.c | 27 /* 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 D | str_error.c | 19 snprintf(dst, len, "ERROR: strerror_r(%d)=%d", err, ret); in libbpf_strerror_r()
|
| /third_party/ltp/lib/ |
| H A D | tst_thread_state.c | 20 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 D | printf-1e9-oob.c | 11 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 D | printf-fmt-g-round.c | 11 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 D | printf-fmt-g-zeros.c | 11 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 D | asctime_r.c | 9 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 D | confstr.c | 17 // 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 D | asctime_r.c | 9 if (snprintf(buf, 26, "%.3s %.3s%3d %.2d:%.2d:%.2d %d\n", in __asctime_r()
|
| /third_party/musl/src/regex/ |
| H A D | regerror.c | 36 return 1+snprintf(buf, size, "%s", s); in regerror()
|
| /third_party/musl/src/time/ |
| H A D | asctime_r.c | 9 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 D | asctime_r.c | 9 if (snprintf(buf, 26, "%.3s %.3s%3d %.2d:%.2d:%.2d %d\n", in __asctime_r()
|
| /third_party/musl/src/conf/ |
| H A D | confstr.c | 16 // 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 D | argv.c | 15 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 D | snprintf.c | 27 /* 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
|