| /third_party/ulib/musl/src/network/ |
| A D | getnameinfo.c | 46 strcpy(s, "ip6.arpa"); in mkptr6() 114 strcpy(node, buf); in getnameinfo() 125 strcpy(serv, p); in getnameinfo()
|
| A D | inet_ntop.c | 39 strcpy(s, buf); in inet_ntop()
|
| /third_party/lib/acpica/source/compiler/ |
| A D | prmacros.c | 142 strcpy (IdentifierString, Identifier); in PrAddDefine() 145 strcpy (ReplacementString, Replacement); in PrAddDefine() 355 strcpy (Args[i].Name, Token); in PrAddMacro() 449 strcpy (Body, BodyInSource); in PrAddMacro() 497 strcpy (Gbl_MacroTokenBuffer, DefineInfo->Body); in PrDoMacroInvocation()
|
| A D | aslfiles.c | 155 strcpy (NewDir->Dir, Dir); in FlAddIncludeDirectory() 222 strcpy (Pathname, FilePathname); in FlMergePathnames() 229 strcpy (CommonPath, PrefixDir); in FlMergePathnames() 268 strcpy (Pathname, CommonPath); in FlMergePathnames()
|
| A D | aslsupport.l | 161 strcpy (Filename, Token); in AslDoLineDirective() 288 strcpy (Gbl_Files[ASL_FILE_INPUT].Filename, Filename); in AslPushInputFileStack() 838 strcpy (CleanString, MsgBuffer); in AslDoStringLiteral()
|
| /third_party/ulib/musl/include/ |
| A D | string.h | 20 char* strcpy(char* __restrict, const char* __restrict); 72 #define strdupa(x) strcpy(alloca(strlen(x) + 1), x)
|
| /third_party/ulib/musl/src/unistd/ |
| A D | ctermid.c | 5 return s ? strcpy(s, "/dev/tty") : (char*)"/dev/tty"; in ctermid()
|
| A D | getlogin_r.c | 11 strcpy(name, logname); in getlogin_r()
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osunixdir.c | 165 strcpy (temp_str, ExternalInfo->DirPathname); in AcpiOsGetNextFilename() 189 strcpy (ExternalInfo->temp_buffer, dir_entry->d_name); in AcpiOsGetNextFilename()
|
| /third_party/ulib/musl/src/string/ |
| A D | strcat.c | 4 strcpy(dest + strlen(dest), src); in strcat()
|
| A D | strcpy.c | 5 char* strcpy(char* restrict dest, const char* restrict src) { in strcpy() function
|
| A D | rules.mk | 102 third_party/lib/cortex-strings/src/aarch64/strcpy.S \ 115 $(GET_LOCAL_DIR)/strcpy.c \
|
| /third_party/ulib/musl/src/locale/ |
| A D | strxfrm.c | 8 strcpy(dest, src); in strxfrm()
|
| /third_party/lib/acpica/source/tools/acpidump/ |
| A D | apdump.c | 388 strcpy (LocalSignature, Signature); in ApDumpTableByName() 395 strcpy (LocalSignature, ACPI_SIG_FADT); in ApDumpTableByName() 399 strcpy (LocalSignature, ACPI_SIG_MADT); in ApDumpTableByName()
|
| /third_party/ulib/musl/src/misc/ |
| A D | getdomainname.c | 14 strcpy(name, temp.domainname); in getdomainname()
|
| /third_party/ulib/musl/src/stdio/ |
| A D | tmpnam.c | 21 return strcpy(buf ? buf : internal, s); in tmpnam()
|
| /third_party/uapp/dash/src/ |
| A D | mystring.h | 63 #define scopy(s1, s2) ((void)strcpy(s2, s1))
|
| /third_party/lib/acpica/source/common/ |
| A D | adfile.c | 216 strcpy (NewFilename, InputFilename); in FlGenerateFilename() 264 strcpy (NewString, String); in FlStrdup()
|
| A D | acgetline.c | 368 strcpy (Buffer, NextCommand); in AcpiOsGetLine() 414 strcpy (Buffer, NextCommand); in AcpiOsGetLine()
|
| /third_party/ulib/musl/src/process/ |
| A D | posix_spawn_file_actions_addopen.c | 16 strcpy(op->path, path); in posix_spawn_file_actions_addopen()
|
| /third_party/lib/acpica/source/tools/acpiexec/ |
| A D | aemain.c | 213 strcpy (BatchBuffer, AcpiGbl_Optarg); in AeDoOptions() 379 strcpy (BatchBuffer, "MAIN"); in AeDoOptions() 384 strcpy (BatchBuffer, AcpiGbl_Optarg); in AeDoOptions()
|
| /third_party/lib/acpica/source/components/utilities/ |
| A D | utids.c | 125 strcpy (Hid->String, ObjDesc->String.Pointer); in AcpiUtExecute_HID() 213 strcpy (Uid->String, ObjDesc->String.Pointer); in AcpiUtExecute_UID() 361 strcpy (NextIdString, CidObjects[i]->String.Pointer); in AcpiUtExecute_CID()
|
| /third_party/ulib/musl/src/regex/ |
| A D | glob.c | 44 strcpy(new->name, name); in append() 64 strcpy(pat, p); in match_in_dir() 109 strcpy(name + l + 1, de->d_name); in match_in_dir()
|
| /third_party/lib/acpica/source/tools/acpihelp/ |
| A D | ahdecode.c | 368 strcpy (Gbl_Buffer, Op->OpcodeName); in AhFindAmlOpcode() 539 strcpy (Gbl_Buffer, Keyword->Name); in AhFindAslKeywords() 656 strcpy (Gbl_Buffer, Operator->Name); in AhFindAslOperators() 742 strcpy (Gbl_LineBuffer, Op->Syntax); in AhDisplayOperatorKeywords()
|
| /third_party/lib/acpica/source/tools/acpisrc/ |
| A D | asfile.c | 570 strcpy (Pathname, SourcePath); in AsProcessOneFile() 624 strcpy (OutPathname, TargetPath); in AsProcessOneFile() 689 strcpy (SrcPath, SourceDirPath); in AsCheckForDirectory() 693 strcpy (TgtPath, TargetDirPath); in AsCheckForDirectory()
|