Home
last modified time | relevance | path

Searched refs:snprintf (Results 626 - 650 of 1572) sorted by relevance

1...<<21222324252627282930>>...63

/third_party/libsnd/programs/
H A Dsndfile-cmp.c56 snprintf (buffer, sizeof (buffer), " (at frame offset %" PRId64 ")", frame_offset) ; in comparison_error()
/third_party/libsnd/tests/
H A Dlocale_test.c139 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 Dac_sqtt.c161 snprintf(path, sizeof(path), in ac_check_profile_state()
/third_party/libcoap/examples/contiki/
H A Dserver.c88 len = snprintf((char *)buf, sizeof(buf), "%u", (unsigned int)now); in hnd_get_time()
/third_party/ltp/lib/
H A Dtst_supported_fs_types.c82 snprintf(template, sizeof(template), "%s/mountXXXXXX", tmpdir); in has_kernel_support()
H A Dtst_fill_fs.c33 snprintf(file, sizeof(file), "%s/file%i", path, i++); in fill_random()
/third_party/ltp/testcases/kernel/firmware/fw_load_kernel/
H A Dltp_fw_load.c121 snprintf(name, max_name, "n%d_%s", fw, fw_name); in sys_fwnum()
/third_party/mesa3d/src/glx/windows/
H A Dwindows_drawable.c127 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 Dgzguts.h106 /* unlike snprintf (which is required in C99), _snprintf does not guarantee
110 # define snprintf _snprintf macro
/third_party/node/deps/zlib/
H A Dgzguts.h105 /* 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 Dgetspnam_r.c90 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 Dbacktrace.c93 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 Dstdio.h122 int snprintf(char* const __DIAGNOSE_PASS_OBJECT_SIZE dest, size_t size, const char* format, ...)
/third_party/musl/src/passwd/
H A Dgetspnam_r.c91 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 Dbacktrace.c78 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 Dlexer.in.cc37 snprintf(buf, sizeof(buf), "%s:%d: ", filename_.AsString().c_str(), line); in Error()
H A Dutil.h114 #define snprintf _snprintf macro
/third_party/mesa3d/src/mesa/program/
H A Dprog_instruction.c194 snprintf(s, sizeof(s), "OP%u", opcode); in _mesa_opcode_string()
/third_party/mesa3d/src/intel/dev/
H A Dintel_debug.c179 int len = snprintf(output + sizeof(driver_desc), in intel_debug_write_identifiers()
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer_urb.h57 snprintf(label, sizeof(label), "%s: ", stage_names[s]); in DrawAllocation()
/third_party/libinput/tools/
H A Dlibinput-quirks.c70 snprintf(buf, sizeof(buf), "%s: %s", prefix, format); in log_handler()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap02.c128 snprintf(TEMPFILE, sizeof(TEMPFILE), "%s/mmapfile%d", Hopt, getpid()); in setup()
/third_party/ltp/testcases/kernel/mem/mtest06/
H A Dmmap3.c41 snprintf(template, PATH_MAX, "ashfileXXXXXX"); in mkfile()
/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_accept_test.c68 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 Dgetxattr01.c152 snprintf(filename, BUFSIZ, "getxattr01testfile"); in setup()

Completed in 10 milliseconds

1...<<21222324252627282930>>...63