| /third_party/libsnd/programs/ |
| H A D | sndfile-cmp.c | 56 snprintf (buffer, sizeof (buffer), " (at frame offset %" PRId64 ")", frame_offset) ; in comparison_error()
|
| /third_party/libsnd/tests/ |
| H A D | locale_test.c | 139 snprintf (utf8_locname, sizeof (utf8_locname), "%s%s", ldata->locale, ldata->utf8 ? ".UTF-8" : "") ; in locale_test()
|
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_sqtt.c | 161 snprintf(path, sizeof(path), in ac_check_profile_state()
|
| /third_party/libcoap/examples/contiki/ |
| H A D | server.c | 88 len = snprintf((char *)buf, sizeof(buf), "%u", (unsigned int)now); in hnd_get_time()
|
| /third_party/ltp/lib/ |
| H A D | tst_supported_fs_types.c | 82 snprintf(template, sizeof(template), "%s/mountXXXXXX", tmpdir); in has_kernel_support()
|
| H A D | tst_fill_fs.c | 33 snprintf(file, sizeof(file), "%s/file%i", path, i++); in fill_random()
|
| /third_party/ltp/testcases/kernel/firmware/fw_load_kernel/ |
| H A D | ltp_fw_load.c | 121 snprintf(name, max_name, "n%d_%s", fw, fw_name); in sys_fwnum()
|
| /third_party/mesa3d/src/glx/windows/ |
| H A D | windows_drawable.c | 127 snprintf(name, sizeof(name), "Local\\CYGWINX_WINDOWSDRI_%08x", (unsigned int)(uintptr_t)handle); in windows_create_drawable()
|
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | gzguts.h | 106 /* unlike snprintf (which is required in C99), _snprintf does not guarantee 110 # define snprintf _snprintf macro
|
| /third_party/node/deps/zlib/ |
| H A D | gzguts.h | 105 /* unlike snprintf (which is required in C99), _snprintf does not guarantee 109 # define snprintf _snprintf macro
|
| /third_party/musl/porting/linux/user/src/passwd/ |
| H A D | getspnam_r.c | 90 if (snprintf(path, sizeof path, "/etc/tcb/%s/shadow", name) >= sizeof path) in getspnam_r()
|
| /third_party/musl/src/malloc/liteos_a/user_debug/ |
| H A D | backtrace.c | 93 snprintf(str_buffer, STRING_MAX_LEN, " #%02d: <%s+%#x>[%#x] -> %s\n", i, info.dli_sname, in backtrace_symbols()
|
| /third_party/musl/porting/linux/user/include/fortify/ |
| H A D | stdio.h | 122 int snprintf(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, size_t size, const char* format, ...)
|
| /third_party/musl/src/passwd/ |
| H A D | getspnam_r.c | 91 if (snprintf(path, sizeof path, "/etc/tcb/%s/shadow", name) >= sizeof path) in getspnam_r()
|
| /third_party/musl/porting/liteos_a/user_debug/src/malloc/ |
| H A D | backtrace.c | 78 snprintf(str_buffer, STRING_MAX_LEN, " #%02d: <%s+%#x>[%#x] -> %s\n", i, info.dli_sname, in backtrace_symbols()
|
| /third_party/ninja/src/ |
| H A D | lexer.in.cc | 37 snprintf(buf, sizeof(buf), "%s:%d: ", filename_.AsString().c_str(), line); in Error()
|
| H A D | util.h | 114 #define snprintf _snprintf macro
|
| /third_party/mesa3d/src/mesa/program/ |
| H A D | prog_instruction.c | 194 snprintf(s, sizeof(s), "OP%u", opcode); in _mesa_opcode_string()
|
| /third_party/mesa3d/src/intel/dev/ |
| H A D | intel_debug.c | 179 int len = snprintf(output + sizeof(driver_desc), in intel_debug_write_identifiers()
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | aubinator_viewer_urb.h | 57 snprintf(label, sizeof(label), "%s: ", stage_names[s]); in DrawAllocation()
|
| /third_party/libinput/tools/ |
| H A D | libinput-quirks.c | 70 snprintf(buf, sizeof(buf), "%s: %s", prefix, format); in log_handler()
|
| /third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
| H A D | hugemmap02.c | 128 snprintf(TEMPFILE, sizeof(TEMPFILE), "%s/mmapfile%d", Hopt, getpid()); in setup()
|
| /third_party/ltp/testcases/kernel/mem/mtest06/ |
| H A D | mmap3.c | 41 snprintf(template, PATH_MAX, "ashfileXXXXXX"); in mkfile()
|
| /third_party/ltp/testcases/kernel/security/tomoyo/ |
| H A D | tomoyo_accept_test.c | 68 snprintf(buffer, sizeof(buffer) - 1, "/tmp/file:a=%d:t=%d:c=%d:m=%d", in test()
|
| /third_party/ltp/testcases/kernel/syscalls/getxattr/ |
| H A D | getxattr01.c | 152 snprintf(filename, BUFSIZ, "getxattr01testfile"); in setup()
|