/third_party/astc-encoder/Source/ |
H A D | astcenc_diagnostic_trace.cpp | 222 sprintf(buffer, "%.20g", (double)value); in trace_add_data()
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-tag.cc | 57 sprintf(err, "Illegal %s value '0x%08x'\n", naming(), hex);
in verify()
|
/third_party/gptfdisk/ |
H A D | guid.cc | 183 sprintf(theString, in AsString()
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | uwmsg.c | 254 sprintf(error, "UNDOCUMENTED ICU ERROR %d", err); in u_wmsg_errorName()
|
/third_party/libuv/docs/code/uvwget/ |
H A D | main.c | 42 sprintf(filename, "%d.download", num); in add_download()
|
/third_party/libcoap/examples/ |
H A D | tiny.c | 67 len = sprintf((char *)buf, "%c%u", enc, COAP_PSEUDOFP_DECODE_8_4(enc)); in make_pdu()
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_client1.c | 215 len = sprintf((char *) buf, GET_REQUEST); in main()
|
/third_party/ltp/pan/ |
H A D | reporter.c | 199 sprintf(tagname, "no_tag_%d", notag++); in scanner_test_end()
|
/third_party/ltp/testcases/kernel/irq/ |
H A D | irqbalance01.c | 196 sprintf(path, "/proc/irq/%u/smp_affinity", irq_ids[row]); in collect_irq_info()
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open12.c | 179 sprintf(buf, "%ld", TEST_RETURN); in test_cloexec()
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat02.c | 154 sprintf(buf, "%ld", TEST_RETURN); in testfunc_cloexec()
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
H A D | mongo_compare.c | 185 sprintf(out_line, "%s : %6.2f / %6.2f = %.2f\n", in main()
|
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/ |
H A D | ht_affinity.c | 133 sprintf(buf, "%s%d/%s%c", PROCFS_PATH, pid, AFFINITY_NAME, 0); in get_porc_affinity()
|
/third_party/ltp/testcases/kernel/syscalls/clone/ |
H A D | clone02.c | 192 if ((sprintf(file_name, "parent_file_%ld", syscall(__NR_gettid))) <= 0) in setup() 193 tst_brkm(TBROK | TERRNO, cleanup, "sprintf() failed"); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify12.c | 228 sprintf(fname, "fname_%d", getpid()); in do_setup()
|
H A D | fanotify06.c | 165 sprintf(fname, "%s/tfile_%d", tc->mnt, getpid()); in test_fanotify()
|
/third_party/ltp/testcases/kernel/syscalls/remap_file_pages/ |
H A D | remap_file_pages01.c | 235 sprintf(fname, "/dev/shm/cache_%d", getpid()); in setup()
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
H A D | netsync.c | 117 sprintf(message, "%d:%s:%d::", type, fname, nThread); in setupClients()
|
/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
H A D | setrlimit01.c | 299 sprintf(filename, "setrlimit1.%d", getpid()); in setup()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/ |
H A D | 2-1.c | 52 sprintf(qname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/ |
H A D | 2-2.c | 60 sprintf(mqname, "/" FUNCTION "_" TEST "_%d", getpid()); in main()
|
/third_party/musl/libc-test/src/functional/ |
H A D | inet_pton.c | 26 for (i=0; i<n; i++) sprintf(d+2*i, "%02x", p[i]); in tohex()
|
/third_party/pulseaudio/src/modules/raop/ |
H A D | raop-util.c | 167 sprintf(&s[2*i], "%02x", (unsigned int) d[i]); in pa_raop_md5_hash()
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferX11.cpp | 183 sprintf(string, "FPS: %.2f (max: %.2f)", FPS, maxFPS); in blit()
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | uwmsg.c | 254 sprintf(error, "UNDOCUMENTED ICU ERROR %d", err); in u_wmsg_errorName()
|