Searched refs:strcpy (Results 26 - 50 of 105) sorted by relevance

12345

/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dinet_ntop.c39 strcpy(s, buf);
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Dacgetline.c368 strcpy (Buffer, NextCommand);
414 strcpy (Buffer, NextCommand);
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Dprparser.l50 #define STRING_SETUP strcpy (StringBuffer, PrParsertext);\
H A Daslfiles.c155 strcpy (NewDir->Dir, Dir);
222 strcpy (Pathname, FilePathname);
229 strcpy (CommonPath, PrefixDir);
268 strcpy (Pathname, CommonPath);
H A Daslerror.c566 strcpy (MessageBuffer, ExtraMessage);
570 strcpy (LineBuffer, SourceLine);
652 strcpy (MessageBuffer, ExtraMessage);
H A Daslsupport.l161 strcpy (Filename, Token);
288 strcpy (Gbl_Files[ASL_FILE_INPUT].Filename, Filename);
838 strcpy (CleanString, MsgBuffer);
H A Dprexpress.c120 strcpy (Gbl_ExpressionTokenBuffer, Gbl_CurrentLineBuffer);
H A Daslstartup.c335 strcpy (Gbl_Files[ASL_FILE_INPUT].Filename, Filename);
H A Dprutils.c410 strcpy (Gbl_Files[ASL_FILE_INPUT].Filename, Filename);
/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbhistry.c119 strcpy (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command,
/fuchsia/zircon/system/utest/fs/
H A Dtest-persist.cpp206 strcpy(src, "::a/target");
210 strcpy(dst, src);
214 strcpy(src, dst);
H A Dtest-realpath.cpp146 strcpy(bufmax + len, "my_file");
/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Dutids.c125 strcpy (Hid->String, ObjDesc->String.Pointer);
213 strcpy (Uid->String, ObjDesc->String.Pointer);
361 strcpy (NextIdString, CidObjects[i]->String.Pointer);
H A Dutalloc.c193 strcpy (Buffer, "MEMORY");
H A Dutnonansi.c413 strcpy (Dest, Source);
H A Dutpredef.c169 strcpy (Buffer, "NONE");
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpiexec/
H A Daemain.c213 strcpy (BatchBuffer, AcpiGbl_Optarg);
379 strcpy (BatchBuffer, "MAIN");
384 strcpy (BatchBuffer, AcpiGbl_Optarg);
/fuchsia/zircon/third_party/ulib/musl/src/regex/
H A Dglob.c44 strcpy(new->name, name);
64 strcpy(pat, p);
109 strcpy(name + l + 1, de->d_name);
/fuchsia/zircon/system/utest/zbi/
H A Dzbi.cpp72 strcpy(result->cmdline_payload, kTestCmdline);
77 strcpy(result->ramdisk_payload, kTestRD);
82 strcpy(result->bootfs_payload, kTestBootfs);
/fuchsia/zircon/system/dev/nand/ram-nand/
H A Dram-nand-ctl.cpp78 strcpy(static_cast<char*>(out_buf), device->name());
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpihelp/
H A Dahdecode.c368 strcpy (Gbl_Buffer, Op->OpcodeName);
539 strcpy (Gbl_Buffer, Keyword->Name);
656 strcpy (Gbl_Buffer, Operator->Name);
742 strcpy (Gbl_LineBuffer, Op->Syntax);
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpisrc/
H A Dasfile.c570 strcpy (Pathname, SourcePath);
624 strcpy (OutPathname, TargetPath);
689 strcpy (SrcPath, SourceDirPath);
693 strcpy (TgtPath, TargetDirPath);
/fuchsia/zircon/system/utest/fvm/
H A Dfvm.cpp78 strcpy(disk_path_out, test_disk_path);
108 strcpy(fvm_driver_out, path);
572 strcpy(request.name, kTestPartName1);
613 strcpy(request.name, kTestPartName1);
618 strcpy(request.name, kTestPartName2);
623 strcpy(request.name, kTestPartName3);
657 strcpy(request.name, kTestPartName1);
726 strcpy(request.name, kTestPartName1);
782 strcpy(request.name, kTestPartName1);
855 strcpy(reques
[all...]
/fuchsia/zircon/system/host/fvm/format/
H A Dblobfs.cpp150 strcpy(name, kBlobfsName);
/fuchsia/zircon/system/uapp/ping/
H A Dping.cpp106 strcpy(reinterpret_cast<char *>(packet.payload), kMessage);

Completed in 107 milliseconds

12345