| /third_party/lib/acpica/source/compiler/ |
| A D | asllookup.c | 147 sprintf (MsgBuffer, "Local%u", i); in LkIsObjectUsed() 166 sprintf (MsgBuffer, "Arg%u", i); in LkIsObjectUsed() 181 sprintf (MsgBuffer, "Arg%u", i); in LkIsObjectUsed() 230 sprintf (MsgBuffer, "Name is within method [%4.4s]", in LkIsObjectUsed()
|
| A D | dtfield.c | 176 sprintf (MsgBuffer, "Maximum %u characters", ByteLength); in DtCompileString() 256 sprintf (MsgBuffer, "%s", Field->Value); in DtCompileUuid() 358 sprintf (MsgBuffer, "%8.8X%8.8X - max %u bytes", in DtCompileInteger() 581 sprintf (MsgBuffer, "Maximum %u bit", BitLength); in DtCompileFlag()
|
| A D | aslpredef.c | 117 sprintf (MsgBuffer, "%s requires %u", Op->Asl.ExternalName, 0); in ApCheckForPredefinedMethod() 139 sprintf (MsgBuffer, "%4.4s requires %u", in ApCheckForPredefinedMethod() 165 sprintf (MsgBuffer, "%s required for %4.4s", in ApCheckForPredefinedMethod() 703 sprintf (MsgBuffer, "%4.4s: found %s, %s required", in ApCheckObjectType() 708 sprintf (MsgBuffer, "%4.4s: found %s at index %u, %s required", in ApCheckObjectType()
|
| A D | dtcompile.c | 218 sprintf (VersionString, "%X", (UINT32) ACPI_CA_VERSION); in DtInitialize() 299 sprintf (MsgBuffer, "Expected \"%s\"", "Signature"); in DtCompileDataTable() 498 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed", in DtCompileTable() 582 sprintf (MsgBuffer, "Invalid DMT opcode: 0x%.2X", in DtCompileTable()
|
| A D | aslprepkg.c | 302 sprintf (MsgBuffer, "%4.4s: Package length, %d, must be even.", in ApCheckPackage() 718 sprintf (MsgBuffer, "%s: length %u, required minimum is %u", in ApPackageTooSmall() 747 sprintf (MsgBuffer, "%s: length is zero", PredefinedName); in ApZeroLengthPackage() 776 sprintf (MsgBuffer, "%s: length is %u, only %u required", in ApPackageTooLarge()
|
| A D | dtsubtable.c | 351 sprintf (MsgBuffer, "Found NULL field - Field name \"%s\" needed", in DtGetSubtableLength()
|
| A D | dtutils.c | 576 sprintf (MsgBuffer, "Expected \"%s\"", Info->Name); in DtGetFieldLength() 608 sprintf (MsgBuffer, "Expected \"%s\"", Info->Name); in DtGetFieldLength()
|
| A D | aslfileio.c | 71 sprintf (MsgBuffer, "\"%s\" (%s) - %s", Gbl_Files[FileId].Filename, in FlFileError()
|
| A D | prutils.c | 308 sprintf (Gbl_MainTokenBuffer, "%s, %s", Filename, strerror (errno)); in PrOpenIncludeFile()
|
| A D | prparser.y | 217 sprintf (StringBuffer, "Preprocessor Parser : %s (near line %u)",
|
| A D | aslxref.c | 782 sprintf (MsgBuffer, in XfNamespaceLocateBegin() 851 sprintf (MsgBuffer, "%s is a %s", in XfNamespaceLocateBegin() 891 sprintf (MsgBuffer, "%s requires %u", Op->Asl.ExternalName, in XfNamespaceLocateBegin()
|
| A D | aslutils.c | 580 sprintf (MsgBuffer, "0x%X, allowable: 0x%X-0x%X", in UtCheckIntegerRange() 979 sprintf (ErrBuf, "%s %s\n", "Conversion error:", in UtDoConstant()
|
| A D | aslload.c | 593 sprintf (MsgBuffer, "%s [%s], changing type to [Scope]", in LdNamespace1Begin() 612 sprintf (MsgBuffer, "%s [%s]", Op->Asl.ExternalName, in LdNamespace1Begin()
|
| A D | aslcompiler.l | 717 sprintf (MsgBuffer, 723 sprintf (MsgBuffer,
|
| A D | aslanalyze.c | 343 sprintf (MsgBuffer, in AnCheckMethodReturnValue()
|
| /third_party/ulib/musl/src/stdlib/ |
| A D | gcvt.c | 6 sprintf(b, "%.*g", n, x); in gcvt()
|
| A D | ecvt.c | 12 sprintf(tmp, "%.*e", n - 1, x); in ecvt()
|
| A D | fcvt.c | 12 sprintf(tmp, "%.*f", n, x); in fcvt()
|
| /third_party/ulib/musl/src/stdio/ |
| A D | sprintf.c | 4 int sprintf(char* restrict s, const char* restrict fmt, ...) { in sprintf() function
|
| /third_party/ulib/musl/src/network/ |
| A D | ether.c | 37 x += sprintf(x, ii == 0 ? "%.2X" : ":%.2X", p_a->ether_addr_octet[ii]); in ether_ntoa_r()
|
| A D | getnameinfo.c | 34 sprintf(s, "%d.%d.%d.%d.in-addr.arpa", ip[3], ip[2], ip[1], ip[0]); in mkptr4()
|
| /third_party/uapp/dash/src/ |
| A D | mksyntax.c | 132 sprintf(buf, "#define %s %d", synclass[i].name, i); in main() 141 sprintf(buf, "#define %s %#o", is_entry[i].name, 1 << i); in main()
|
| A D | mknodes.c | 175 sprintf(decl, "union node *%s", name); in parsefield() 178 sprintf(decl, "struct nodelist *%s", name); in parsefield() 181 sprintf(decl, "char *%s", name); in parsefield() 184 sprintf(decl, "int %s", name); in parsefield()
|
| /third_party/lib/acpica/source/tools/acpixtract/ |
| A D | acpixtract.c | 147 sprintf (Gbl_OutputFilename, "%4.4s%u.dat", in AxExtractTables() 152 sprintf (Gbl_OutputFilename, "%4.4s.dat", in AxExtractTables()
|
| /third_party/ulib/musl/include/ |
| A D | stdio.h | 100 int sprintf(char* __restrict, const char* __restrict, ...) __printflike(2, 3);
|