Searched refs:sprintf (Results 1 - 25 of 58) sorted by relevance

123

/fuchsia/zircon/third_party/ulib/musl/src/stdlib/
H A Dgcvt.c6 sprintf(b, "%.*g", n, x);
H A Decvt.c12 sprintf(tmp, "%.*e", n - 1, x);
H A Dfcvt.c12 sprintf(tmp, "%.*f", n, x);
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dsprintf.c4 int sprintf(char* restrict s, const char* restrict fmt, ...) { function
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Dasllookup.c147 sprintf (MsgBuffer, "Local%u", i);
166 sprintf (MsgBuffer, "Arg%u", i);
181 sprintf (MsgBuffer, "Arg%u", i);
230 sprintf (MsgBuffer, "Name is within method [%4.4s]",
H A Daslpredef.c117 sprintf (MsgBuffer, "%s requires %u", Op->Asl.ExternalName, 0);
139 sprintf (MsgBuffer, "%4.4s requires %u",
165 sprintf (MsgBuffer, "%s required for %4.4s",
703 sprintf (MsgBuffer, "%4.4s: found %s, %s required",
708 sprintf (MsgBuffer, "%4.4s: found %s at index %u, %s required",
H A Ddtfield.c176 sprintf (MsgBuffer, "Maximum %u characters", ByteLength);
256 sprintf (MsgBuffer, "%s", Field->Value);
358 sprintf (MsgBuffer, "%8.8X%8.8X - max %u bytes",
581 sprintf (MsgBuffer, "Maximum %u bit", BitLength);
H A Ddtcompile.c218 sprintf (VersionString, "%X", (UINT32) ACPI_CA_VERSION);
299 sprintf (MsgBuffer, "Expected \"%s\"", "Signature");
498 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed",
582 sprintf (MsgBuffer, "Invalid DMT opcode: 0x%.2X",
H A Daslprepkg.c302 sprintf (MsgBuffer, "%4.4s: Package length, %d, must be even.",
718 sprintf (MsgBuffer, "%s: length %u, required minimum is %u",
747 sprintf (MsgBuffer, "%s: length is zero", PredefinedName);
776 sprintf (MsgBuffer, "%s: length is %u, only %u required",
H A Ddtsubtable.c351 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed",
/fuchsia/zircon/bootloader/include/
H A Dprintf.h27 int sprintf(char *str, const char *fmt, ...) __PRINTFLIKE(2, 3);
/fuchsia/zircon/system/utest/runtests-utils/
H A Dposix-test-main.cpp29 sprintf(test_fs_template, "%s/XXXXXX",
H A Druntests-utils-test-utils.h90 sprintf(buf, "%d", num_test_dirs_created_++);
/fuchsia/zircon/system/utest/fs/
H A Dtest-persist.cpp191 ASSERT_GT(sprintf(src, "::%c", static_cast<char>('a' + i)), 0);
222 ASSERT_GT(sprintf(src, "::%c", static_cast<char>('a' + i)), 0);
246 ASSERT_GT(sprintf(src, "::%c", static_cast<char>('a' + i)), 0);
250 ASSERT_GT(sprintf(src, "::%c/target", static_cast<char>('a' + i)), 0);
252 ASSERT_GT(sprintf(src, "::%c", static_cast<char>('a' + i)), 0);
/fuchsia/zircon/bootloader/src/
H A Dinet6.c426 sprintf(out, "::");
430 out += sprintf(out, ":");
432 out += sprintf(out, ":%x", n);
440 out += sprintf(out, "%x:", n);
446 out += sprintf(out, "%x", n);
455 out += sprintf(out, ":");
458 out += sprintf(out, ":%x", n);
462 out += sprintf(out, ":%x", n);
/fuchsia/zircon/system/utest/fdio/
H A Dfdio_path_canonicalize.c22 sprintf(msg, "[%s] --> [%s], expected [%s]", in, out, out_gold); \
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dether.c37 x += sprintf(x, ii == 0 ? "%.2X" : ":%.2X", p_a->ether_addr_octet[ii]);
H A Dgetnameinfo.c34 sprintf(s, "%d.%d.%d.%d.in-addr.arpa", ip[3], ip[2], ip[1], ip[0]);
/fuchsia/zircon/system/ulib/inet6/
H A Dinet6.c513 sprintf(out, "::");
517 out += sprintf(out, ":");
519 out += sprintf(out, ":%x", n);
527 out += sprintf(out, "%x:", n);
533 out += sprintf(out, "%x", n);
542 out += sprintf(out, ":");
545 out += sprintf(out, ":%x", n);
549 out += sprintf(out, ":%x", n);
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpixtract/
H A Dacpixtract.c147 sprintf (Gbl_OutputFilename, "%4.4s%u.dat",
152 sprintf (Gbl_OutputFilename, "%4.4s.dat",
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmksyntax.c132 sprintf(buf, "#define %s %d", synclass[i].name, i);
141 sprintf(buf, "#define %s %#o", is_entry[i].name, 1 << i);
H A Dmknodes.c175 sprintf(decl, "union node *%s", name);
178 sprintf(decl, "struct nodelist *%s", name);
181 sprintf(decl, "char *%s", name);
184 sprintf(decl, "int %s", name);
/fuchsia/zircon/system/uapp/clock/
H A Dclock.c46 sprintf(path, "/dev/class/rtc/%.3s", de->d_name);
H A Dclkctl.c70 sprintf(path, "/dev/class/clock/%.3s", de->d_name);
/fuchsia/zircon/system/utest/fs-host/
H A Dtest-sparse.cpp18 sprintf(filename, "::my_file_%u", count++);

Completed in 198 milliseconds

123