Home
last modified time | relevance | path

Searched refs:strcpy (Results 1 – 25 of 55) sorted by relevance

123

/acpica-latest/source/tools/acpiexec/
Daeinitfile.c262 strcpy (NameBuffer, TempNameBuffer); in AeProcessInitFile()
268 strcpy (NameBuffer + 1, TempNameBuffer); in AeProcessInitFile()
274 strcpy (AcpiGbl_InitEntries[idx].Name, NameBuffer); in AeProcessInitFile()
285 strcpy (AcpiGbl_InitEntries[idx].Value, ValueBuffer); in AeProcessInitFile()
Daemain.c326 strcpy (BatchBuffer, AcpiGbl_Optarg); in AeDoOptions()
484 strcpy (BatchBuffer, "MAIN"); in AeDoOptions()
489 strcpy (BatchBuffer, AcpiGbl_Optarg); in AeDoOptions()
/acpica-latest/source/compiler/
Dprmacros.c248 strcpy (IdentifierString, Identifier); in PrAddDefine()
251 strcpy (ReplacementString, Replacement); in PrAddDefine()
462 strcpy (Args[i].Name, Token); in PrAddMacro()
556 strcpy (Body, BodyInSource); in PrAddMacro()
605 strcpy (AslGbl_MacroTokenBuffer, DefineInfo->Body); in PrDoMacroInvocation()
Daslrestype2s.c546 strcpy (ResourceSource, in RsDoGpioIntDescriptor()
754 strcpy (ResourceSource, in RsDoGpioIoDescriptor()
944 strcpy (ResourceSource, in RsDoI2cSerialBusDescriptor()
1132 strcpy (ResourceSource, in RsDoSpiSerialBusDescriptor()
1326 strcpy (ResourceSource, in RsDoUartSerialBusDescriptor()
1483 strcpy (ResourceSource, in RsDoCsi2SerialBusDescriptor()
1628 strcpy (ResourceSource, InitializerOp->Asl.Value.String); in RsDoPinFunctionDescriptor()
1793 strcpy (ResourceSourceString, InitializerOp->Asl.Value.String); in RsDoClockInputDescriptor()
1931 strcpy (ResourceSource, InitializerOp->Asl.Value.String); in RsDoPinConfigDescriptor()
2087 strcpy (Label, InitializerOp->Asl.Value.String); in RsDoPinGroupDescriptor()
[all …]
Dcvcompiler.c197 strcpy (CommentString, AslGbl_MsgBuffer); in CvProcessComment()
212 strcpy (FinalLineToken, LineToken); in CvProcessComment()
317 strcpy (CommentString, AslGbl_MsgBuffer); in CvProcessCommentType2()
511 strcpy (NewFilename, Op->Asl.Filename); in CgWriteAmlDefBlockComment()
949 strcpy (Str, InlineComment); in CvAppendInlineComment()
Daslfiles.c526 strcpy (NewDir->Dir, Dir); in FlAddIncludeDirectory()
593 strcpy (Pathname, FilePathname); in FlMergePathnames()
600 strcpy (CommonPath, PrefixDir); in FlMergePathnames()
639 strcpy (Pathname, CommonPath); in FlMergePathnames()
Dprutils.c317 strcpy (macro_sep, "~,() {}!*/%+-<>=&^|\"\t\n"); in PrReplaceResizeSubstring()
482 strcpy (AslGbl_MacroTokenBuffer, AslGbl_MacroTokenReplaceBuffer); in PrReplaceResizeSubstring()
773 strcpy (AslGbl_Files[ASL_FILE_INPUT].Filename, Filename); in PrPushInputFileStack()
Daslsupport.l260 strcpy (Filename, Token); in AslDoLineDirective()
387 strcpy (AslGbl_Files[ASL_FILE_INPUT].Filename, Filename); in AslPushInputFileStack()
1017 strcpy (CleanString, AslGbl_MsgBuffer); in AslDoStringLiteral()
Daslutils.c1160 strcpy (NewString, String); in AcpiUtStrdup()
1186 strcpy (NewString, String1); in AcpiUtStrcat()
1187 strcpy (NewString + String1Length, String2); in AcpiUtStrcat()
Daslrestype2q.c316 strcpy ((char *) in RsDoQwordIoDescriptor()
544 strcpy ((char *) in RsDoQwordMemoryDescriptor()
770 strcpy ((char *) in RsDoQwordSpaceDescriptor()
Daslrestype2w.c316 strcpy ((char *) in RsDoWordIoDescriptor()
535 strcpy ((char *) in RsDoWordBusNumberDescriptor()
751 strcpy ((char *) in RsDoWordSpaceDescriptor()
Ddtfield.c770 strcpy (UtLocalCacheCalloc (strlen (FieldKey->Value) + 1), FieldKey->Value); in DtCreateField()
777 strcpy (UtLocalCacheCalloc (Field->StringLength + 1), FieldValue->Value); in DtCreateField()
Daslrestype2d.c325 strcpy ((char *) in RsDoDwordIoDescriptor()
559 strcpy ((char *) in RsDoDwordMemoryDescriptor()
790 strcpy ((char *) in RsDoDwordSpaceDescriptor()
Dprparser.l158 #define STRING_SETUP strcpy (AslGbl_StringBuffer, PrParsertext);\
/acpica-latest/source/tools/acpihelp/
Dahasl.c205 strcpy (Gbl_Buffer, Keyword->Name); in AhFindAslKeywords()
322 strcpy (Gbl_Buffer, Operator->Name); in AhFindAslOperators()
408 strcpy (Gbl_LineBuffer, Op->Syntax); in AhDisplayOperatorKeywords()
Dahaml.c208 strcpy (Gbl_Buffer, Op->OpcodeName); in AhFindAmlOpcode()
386 strcpy (Gbl_Buffer, Keyword->Name); in AhFindAmlTypes()
/acpica-latest/source/tools/acpidump/
Dapdump.c498 strcpy (LocalSignature, Signature); in ApDumpTableByName()
505 strcpy (LocalSignature, ACPI_SIG_FADT); in ApDumpTableByName()
509 strcpy (LocalSignature, ACPI_SIG_MADT); in ApDumpTableByName()
/acpica-latest/source/os_specific/service_layers/
Dosunixdir.c273 strcpy (temp_str, ExternalInfo->DirPathname); in AcpiOsGetNextFilename()
297 strcpy (ExternalInfo->temp_buffer, dir_entry->d_name); in AcpiOsGetNextFilename()
Doswindir.c224 strcpy (FullWildcardSpec, DirPathname); in AcpiOsOpenDirectory()
/acpica-latest/source/components/utilities/
Dutids.c233 strcpy (Hid->String, ObjDesc->String.Pointer); in AcpiUtExecute_HID()
321 strcpy (Uid->String, ObjDesc->String.Pointer); in AcpiUtExecute_UID()
469 strcpy (NextIdString, CidObjects[i]->String.Pointer); in AcpiUtExecute_CID()
Dutnonansi.c307 strcpy (Dest, Source); in AcpiUtSafeStrcpy()
/acpica-latest/source/tools/acpisrc/
Dasfile.c729 strcpy (Pathname, SourcePath); in AsProcessOneFile()
792 strcpy (OutPathname, TargetPath); in AsProcessOneFile()
856 strcpy (SrcPath, SourceDirPath); in AsCheckForDirectory()
860 strcpy (TgtPath, TargetDirPath); in AsCheckForDirectory()
/acpica-latest/source/common/
Dadfile.c319 strcpy (NewFilename, InputFilename); in FlGenerateFilename()
362 strcpy (NewString, String); in FlStrdup()
Dacgetline.c472 strcpy (Buffer, NextCommand); in AcpiOsGetLine()
518 strcpy (Buffer, NextCommand); in AcpiOsGetLine()
/acpica-latest/source/components/executer/
Dexconcat.c384 strcpy (Buffer, LocalOperand0->String.Pointer); in AcpiExDoConcatenate()
472 strcpy (ReturnDesc->String.Pointer, "["); in AcpiExConvertToObjectTypeString()

123