Home
last modified time | relevance | path

Searched refs:sprintf (Results 751 - 775 of 1198) sorted by relevance

1...<<31323334353637383940>>...48

/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h111 int sprintf(char *__restrict, const char *__restrict, ...);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h112 int sprintf(char *__restrict, const char *__restrict, ...);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h109 int sprintf(char *__restrict, const char *__restrict, ...);
/third_party/icu/icu4c/source/tools/gencfu/
H A Dgencfu.cpp196 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 Descapesrc.cpp116 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 Ddiotest3.c237 sprintf(filename, "testdata-3.%ld", syscall(__NR_gettid)); in main()
H A Ddiotest2.c144 sprintf(filename, "testdata-2.%ld", syscall(__NR_gettid)); in main()
H A Ddiotest5.c174 sprintf(filename, "testdata-5.%ld", syscall(__NR_gettid)); in main()
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtrace_sched.c145 sprintf(filename, "/proc/%d/stat", getpid()); in get_proc_num()
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A DLtpfsCmds.c215 sprintf(gd_ptr->disk_name, LTP_FS_DEV_NAME); in init_module()
/third_party/ltp/testcases/kernel/fs/stream/
H A Dstream03.c68 sprintf(tempfile1, "stream03.%d", getpid()); in main()
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dlib64.c209 tmpPtr += sprintf(tmpPtr, "/%s", tmp_path); in test_ENAMETOOLONG_path()
H A Dlib.c209 tmpPtr += sprintf(tmpPtr, "/%s", tmp_path); in test_ENAMETOOLONG_path()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify03.c328 sprintf(fname, MOUNT_PATH"/fname_%d", getpid()); in setup()
/third_party/musl/include/
H A Dstdio.h112 int sprintf(char *__restrict, const char *__restrict, ...);
/third_party/musl/libc-test/src/api/
H A Dstdio.c87 {int(*p)(char*restrict,const char*restrict,...) = sprintf;} in f()
/third_party/musl/libc-test/src/functional/
H A Ddl_multithread_lock.c39 sprintf(path, "/proc/%d/maps", pid); in check_loaded()
/third_party/node/deps/uv/src/
H A Dinet.c138 tp += sprintf(tp, "%x", words[i]); in inet_ntop6()
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/
H A Descapesrc.cpp116 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 Dgenbrk.cpp182 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 Dgencfu.cpp196 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 Dperf_get_concurrent.c173 sprintf(url, "http://127.0.0.1:%d/hello_world", port); in do_gets()
/third_party/toybox/toys/pending/
H A Dlast.c84 sprintf(toybuf+28, "(%u+%02u:%02u)", days, hours, mins); // Duration. in seize_duration()
H A Dman.c134 sprintf(toybuf, "%czcat"+2*(suf[1]=='g'), suf[1]); in zopen()
/third_party/toybox/toys/posix/
H A Dcut.c228 sprintf(buf, "bad -%c", "CFfcb"[i]); // reverse order from newtoy optstr in cut_main()

Completed in 12 milliseconds

1...<<31323334353637383940>>...48