| /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
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vk_sdk_platform.h | 35 // VS2013. However, VS2013 still didn't have snprintf(). The following is a 39 #define snprintf _snprintf macro
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | Assert.cpp | 38 snprintf(string, sizeof(string), in failedAssert()
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | tjutil.h | 32 #define snprintf(str, n, format, ...) \ macro
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| H A D | vk_sdk_platform.h | 35 // VS2013. However, VS2013 still didn't have snprintf(). The following is a 39 #define snprintf _snprintf macro
|
| /third_party/ffmpeg/libavformat/ |
| H A D | fitsenc.c | 63 ret = snprintf(header + 10, 70, fmt, *(int *)value); in write_keyword_value() 65 ret = snprintf(header + 10, 70, fmt, *(float *)value); in write_keyword_value()
|
| /third_party/ffmpeg/libavutil/ |
| H A D | file_open.c | 139 snprintf(*filename, len, "/tmp/%sXXXXXX", prefix); in avpriv_tempfile() 143 snprintf(*filename, len, "./%sXXXXXX", prefix); in avpriv_tempfile()
|
| /third_party/ffmpeg/libavformat/tests/ |
| H A D | seek.c | 42 snprintf(buffer, sizeof(buffer), "%2d", v); in ret_str() 54 snprintf(buffer, 60, "%c%"PRId64".%06"PRId64"", ts<0 ? '-' : ' ', FFABS(ts)/1000000, FFABS(ts)%1000000); in ts_str()
|
| /third_party/ffmpeg/tools/ |
| H A D | graph2dot.c | 65 snprintf(filter_ctx_label, sizeof(filter_ctx_label), "%s\\n(%s)", in print_digraph() 75 snprintf(dst_filter_ctx_label, sizeof(dst_filter_ctx_label), in print_digraph()
|
| /third_party/cups-filters/backend/ |
| H A D | beh.c | 146 snprintf(tmpfilename, sizeof(tmpfilename), "%s/beh-XXXXXX", tmpdir); in main() 239 snprintf(cmdline, sizeof(cmdline), in call_backend()
|
| /third_party/node/src/tracing/ |
| H A D | traced_value.cc | 50 snprintf( in EscapeString() 75 snprintf( in EscapeString()
|
| /third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
| H A D | sendmsg02.c | 75 snprintf(sa.sun_path, sizeof(sa.sun_path), "socket_test%d", id); in client() 109 snprintf(sa.sun_path, sizeof(sa.sun_path), "socket_test%d", id); in server()
|
| /third_party/ltp/testcases/network/nfs/nfs_stress/ |
| H A D | nfs05_make_tree.c | 82 snprintf(cfile, PATH_MAX, "%s%s/%d.%d.%d", in run_targets() 155 snprintf(cfile, PATH_MAX, "%d.%d.%d.c", tid, i, k); in thread_fn()
|
| /third_party/libinput/udev/ |
| H A D | libinput-device-group.c | 208 snprintf(group, sizeof(group), "%s:%s", product, phys); in main() 225 snprintf(group, in main()
|