/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 111 int sprintf(char *__restrict, const char *__restrict, ...);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 112 int sprintf(char *__restrict, const char *__restrict, ...);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 109 int sprintf(char *__restrict, const char *__restrict, ...);
|
/third_party/icu/icu4c/source/tools/gencfu/ |
H A D | gencfu.cpp | 196 sprintf(msg, "gencfu writes dummy %s because of UCONFIG_NO_REGULAR_EXPRESSIONS and/or UCONFIG_NO_NORMALIZATION and/or UCONFIG_NO_FILE_IO, see uconfig.h", outFileName); in main()
|
/third_party/icu/icu4c/source/tools/escapesrc/ |
H A D | escapesrc.cpp | 116 sprintf(tmp2, "\\x%02X", 0xFF & (int)(byte)); in appendByte() 299 sprintf(newSeq, "\\u%04X", c); in fixAt() 301 sprintf(newSeq, "\\U%08X", c); in fixAt()
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
H A D | diotest3.c | 237 sprintf(filename, "testdata-3.%ld", syscall(__NR_gettid)); in main()
|
H A D | diotest2.c | 144 sprintf(filename, "testdata-2.%ld", syscall(__NR_gettid)); in main()
|
H A D | diotest5.c | 174 sprintf(filename, "testdata-5.%ld", syscall(__NR_gettid)); in main()
|
/third_party/ltp/testcases/kernel/sched/tool/ |
H A D | trace_sched.c | 145 sprintf(filename, "/proc/%d/stat", getpid()); in get_proc_num()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
H A D | LtpfsCmds.c | 215 sprintf(gd_ptr->disk_name, LTP_FS_DEV_NAME); in init_module()
|
/third_party/ltp/testcases/kernel/fs/stream/ |
H A D | stream03.c | 68 sprintf(tempfile1, "stream03.%d", getpid()); in main()
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | lib64.c | 209 tmpPtr += sprintf(tmpPtr, "/%s", tmp_path); in test_ENAMETOOLONG_path()
|
H A D | lib.c | 209 tmpPtr += sprintf(tmpPtr, "/%s", tmp_path); in test_ENAMETOOLONG_path()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify03.c | 328 sprintf(fname, MOUNT_PATH"/fname_%d", getpid()); in setup()
|
/third_party/musl/include/ |
H A D | stdio.h | 112 int sprintf(char *__restrict, const char *__restrict, ...);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 87 {int(*p)(char*restrict,const char*restrict,...) = sprintf;} in f()
|
/third_party/musl/libc-test/src/functional/ |
H A D | dl_multithread_lock.c | 39 sprintf(path, "/proc/%d/maps", pid); in check_loaded()
|
/third_party/node/deps/uv/src/ |
H A D | inet.c | 138 tp += sprintf(tp, "%x", words[i]); in inet_ntop6()
|
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/ |
H A D | escapesrc.cpp | 116 sprintf(tmp2, "\\x%02X", 0xFF & (int)(byte)); in appendByte() 299 sprintf(newSeq, "\\u%04X", c); in fixAt() 301 sprintf(newSeq, "\\U%08X", c); in fixAt()
|
/third_party/skia/third_party/externals/icu/source/tools/genbrk/ |
H A D | genbrk.cpp | 182 sprintf(msg, "genbrk writes dummy %s because of UCONFIG_NO_BREAK_ITERATION and/or UCONFIG_NO_FILE_IO, see uconfig.h", outFileName); in main()
|
/third_party/skia/third_party/externals/icu/source/tools/gencfu/ |
H A D | gencfu.cpp | 196 sprintf(msg, "gencfu writes dummy %s because of UCONFIG_NO_REGULAR_EXPRESSIONS and/or UCONFIG_NO_NORMALIZATION and/or UCONFIG_NO_FILE_IO, see uconfig.h", outFileName); in main()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | perf_get_concurrent.c | 173 sprintf(url, "http://127.0.0.1:%d/hello_world", port); in do_gets()
|
/third_party/toybox/toys/pending/ |
H A D | last.c | 84 sprintf(toybuf+28, "(%u+%02u:%02u)", days, hours, mins); // Duration. in seize_duration()
|
H A D | man.c | 134 sprintf(toybuf, "%czcat"+2*(suf[1]=='g'), suf[1]); in zopen()
|
/third_party/toybox/toys/posix/ |
H A D | cut.c | 228 sprintf(buf, "bad -%c", "CFfcb"[i]); // reverse order from newtoy optstr in cut_main()
|