Home
last modified time | relevance | path

Searched refs:sprintf (Results 126 - 150 of 1198) sorted by relevance

12345678910>>...48

/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/
H A Dk-tree-gen.c58 sprintf(dir, "%d-d", cnt); in k_tree_gen()
59 sprintf(leaf, "%d-f", cnt); in k_tree_gen()
/third_party/ltp/testcases/kernel/syscalls/getcwd/
H A Dgetcwd03.c82 sprintf(dir, "getcwd1.%d", getpid()); in setup()
83 sprintf(dir_link, "getcwd2.%d", getpid()); in setup()
/third_party/ltp/testcases/kernel/syscalls/bind/
H A Dbind03.c62 if (sprintf(sun1.sun_path, "%s", SNAME_A) < (int) strlen(SNAME_A)) { in setup()
63 tst_res(TFAIL, "sprintf failed"); in setup()
67 if (sprintf(sun2.sun_path, "%s", SNAME_B) < (int) strlen(SNAME_B)) { in setup()
68 tst_res(TFAIL, "sprintf failed"); in setup()
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink02.c185 sprintf(fname, "tfile_%d", getpid()); in setup()
196 sprintf(symlnk, "st_%d", getpid()); in setup()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
H A D10-1.c39 sprintf(qname, "/mq_send_10-1_%d", getpid()); in main()
51 sprintf(msgptr, "message %d", i); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/speculative/
H A D26-1.c51 sprintf(qname, "/msgqueue%d_%d", i, getpid()); in main()
80 sprintf(qname, "/msgqueue%d_%d", i, getpid()); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
H A D10-1.c41 sprintf(qname, "/mq_timedsend_10-1_%d", getpid()); in main()
55 sprintf(msgptr, "message %d", i); in main()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dgauger.h27 sprintf(__gauger_s,"%Lf", (long double) (value));\
55 sprintf(__gauger_s,"%Lf", (long double) (value));\
/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
H A DType.php133 throw new UnexpectedValueException(sprintf(
144 throw new UnexpectedValueException(sprintf(
/third_party/protobuf/php/src/Google/Protobuf/Field/
H A DKind.php156 throw new UnexpectedValueException(sprintf(
166 throw new UnexpectedValueException(sprintf(
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H A Dcpuctl_def_task01.c129 sprintf(mygroup, "%s", argv[2]); in main()
130 sprintf(mytaskfile, "%s", mygroup); in main()
131 sprintf(mysharesfile, "%s", mygroup); in main()
H A Dcpuctl_def_task04.c133 sprintf(mygroup, "%s", mygroup_p); in main()
142 sprintf(mytaskfile, "%s", mygroup); in main()
143 sprintf(mysharesfile, "%s", mygroup); in main()
H A Dcpuctl_def_task02.c134 sprintf(mygroup, "%s", mygroup_p); in main()
143 sprintf(mytaskfile, "%s", mygroup); in main()
144 sprintf(mysharesfile, "%s", mygroup); in main()
H A Dcpuctl_def_task03.c130 sprintf(mygroup, "%s", mygroup_p); in main()
139 sprintf(mytaskfile, "%s", mygroup); in main()
140 sprintf(mysharesfile, "%s", mygroup); in main()
H A Dcpuctl_test02.c138 sprintf(mygroup, "%s", mygroup_p); in main()
147 sprintf(mytaskfile, "%s", mygroup); in main()
148 sprintf(mysharesfile, "%s", mygroup); in main()
H A Dcpuctl_test01.c132 sprintf(mygroup, "%s", argv[2]); in main()
133 sprintf(mytaskfile, "%s", mygroup); in main()
134 sprintf(mysharesfile, "%s", mygroup); in main()
H A Dcpuctl_test04.c134 sprintf(mygroup, "%s", mygroup_p); in main()
150 sprintf(mytaskfile, "%s", mygroup); in main()
152 sprintf(mysharesfile, "%s", mygroup); in main()
H A Dcpuctl_test03.c133 sprintf(mygroup, "%s", mygroup_p); in main()
142 sprintf(mytaskfile, "%s", mygroup); in main()
143 sprintf(mysharesfile, "%s", mygroup); in main()
/third_party/musl/libc-test/src/math/gen/
H A Dutil.c104 p += sprintf(p, "%s%s", all ? "|" : "", eflags[i].s); in estr()
108 p += sprintf(p, "%s%d", all ? "|" : "", f & ~all); in estr()
111 p += sprintf(p, "%s", all ? "" : "0"); in estr()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify04.c197 sprintf(fname, "fname_%d", getpid()); in setup()
201 sprintf(sname, "symlink_%d", getpid()); in setup()
204 sprintf(dir, "dir_%d", getpid()); in setup()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkg_gencmn.cpp341 sprintf(buffer, in createCommonDataFile()
353 sprintf(buffer, "extern const char\n %s%s[]", symPrefix?symPrefix:"", files[0].pathname); in createCommonDataFile()
356 sprintf(buffer, ",\n %s%s[]", symPrefix?symPrefix:"", files[i].pathname); in createCommonDataFile()
361 sprintf( in createCommonDataFile()
393 sprintf(buffer, " { \"%s\", %s%s }", files[0].basename, symPrefix?symPrefix:"", files[0].pathname); in createCommonDataFile()
396 sprintf(buffer, ",\n { \"%s\", %s%s }", files[i].basename, symPrefix?symPrefix:"", files[i].pathname); in createCommonDataFile()
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A Dmain.c265 sprintf(dir1, "%2.2x", i); in do_create_file_test()
273 sprintf(dir2, "%2.2x", j); in do_create_file_test()
281 sprintf(dir3, "%2.2x", k); in do_create_file_test()
286 sprintf(filename, "%s%s%s%2.2x", dir1, in do_create_file_test()
524 sprintf(fname, "00/%2.2x/%2.2x/00%2.2x%2.2x%2.2x", in do_random_access_test()
635 sprintf(fname, "00/%2.2x/%2.2x/00%2.2x%2.2x%2.2x", in do_random_create_delete()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dpkg_gencmn.cpp341 sprintf(buffer, in createCommonDataFile()
353 sprintf(buffer, "extern const char\n %s%s[]", symPrefix?symPrefix:"", files[0].pathname); in createCommonDataFile()
356 sprintf(buffer, ",\n %s%s[]", symPrefix?symPrefix:"", files[i].pathname); in createCommonDataFile()
361 sprintf( in createCommonDataFile()
393 sprintf(buffer, " { \"%s\", %s%s }", files[0].basename, symPrefix?symPrefix:"", files[0].pathname); in createCommonDataFile()
396 sprintf(buffer, ",\n { \"%s\", %s%s }", files[i].basename, symPrefix?symPrefix:"", files[i].pathname); in createCommonDataFile()
/third_party/toybox/toys/pending/
H A Dsyslogd.c89 sprintf(buf, "%u", val); in dec()
293 sprintf(new_file, "%s.%d", tf->filename, i); in write_rotate()
295 sprintf(old_file, "%s.%d", tf->filename, --i); in write_rotate()
345 if (toys.optflags & FLAG_K) len = sprintf(toybuf, "<%d> %s", pri, msg); in logmsg()
354 if (toys.optflags & FLAG_S) len = sprintf(toybuf, "%s %s", ts, msg); in logmsg()
355 else len = sprintf(toybuf, "%s %s %s.%s %s", ts, p, facstr, lvlstr, msg); in logmsg()
/third_party/libexif/libexif/olympus/
H A Dmnote-olympus-entry.c544 sprintf (buf, _("Unknown %hu"), vs); in mnote_olympus_entry_get_value()
564 sprintf (buf, _("Unknown %hu"), vs); in mnote_olympus_entry_get_value()
636 sprintf (buf, "%hu", vs); in mnote_olympus_entry_get_value()
644 sprintf (buf, "%hd ", vss); in mnote_olympus_entry_get_value()
654 sprintf (buf, "%hu ", vs); in mnote_olympus_entry_get_value()
682 sprintf (buf, "%lu ", (unsigned long)vl); in mnote_olympus_entry_get_value()
757 sprintf (buf, "%hu", vs); in mnote_olympus_entry_get_value()
771 sprintf (buf, "%hu ", vs); in mnote_olympus_entry_get_value()
832 sprintf (buf, "%02x", entry->data[i]); in mnote_olympus_entry_get_value()

Completed in 11 milliseconds

12345678910>>...48