Home
last modified time | relevance | path

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

123

/third_party/ulib/musl/src/network/
A Dgetnameinfo.c46 strcpy(s, "ip6.arpa"); in mkptr6()
114 strcpy(node, buf); in getnameinfo()
125 strcpy(serv, p); in getnameinfo()
A Dinet_ntop.c39 strcpy(s, buf); in inet_ntop()
/third_party/lib/acpica/source/compiler/
A Dprmacros.c142 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 Daslfiles.c155 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 Daslsupport.l161 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 Dstring.h20 char* strcpy(char* __restrict, const char* __restrict);
72 #define strdupa(x) strcpy(alloca(strlen(x) + 1), x)
/third_party/ulib/musl/src/unistd/
A Dctermid.c5 return s ? strcpy(s, "/dev/tty") : (char*)"/dev/tty"; in ctermid()
A Dgetlogin_r.c11 strcpy(name, logname); in getlogin_r()
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosunixdir.c165 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 Dstrcat.c4 strcpy(dest + strlen(dest), src); in strcat()
A Dstrcpy.c5 char* strcpy(char* restrict dest, const char* restrict src) { in strcpy() function
A Drules.mk102 third_party/lib/cortex-strings/src/aarch64/strcpy.S \
115 $(GET_LOCAL_DIR)/strcpy.c \
/third_party/ulib/musl/src/locale/
A Dstrxfrm.c8 strcpy(dest, src); in strxfrm()
/third_party/lib/acpica/source/tools/acpidump/
A Dapdump.c388 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 Dgetdomainname.c14 strcpy(name, temp.domainname); in getdomainname()
/third_party/ulib/musl/src/stdio/
A Dtmpnam.c21 return strcpy(buf ? buf : internal, s); in tmpnam()
/third_party/uapp/dash/src/
A Dmystring.h63 #define scopy(s1, s2) ((void)strcpy(s2, s1))
/third_party/lib/acpica/source/common/
A Dadfile.c216 strcpy (NewFilename, InputFilename); in FlGenerateFilename()
264 strcpy (NewString, String); in FlStrdup()
A Dacgetline.c368 strcpy (Buffer, NextCommand); in AcpiOsGetLine()
414 strcpy (Buffer, NextCommand); in AcpiOsGetLine()
/third_party/ulib/musl/src/process/
A Dposix_spawn_file_actions_addopen.c16 strcpy(op->path, path); in posix_spawn_file_actions_addopen()
/third_party/lib/acpica/source/tools/acpiexec/
A Daemain.c213 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 Dutids.c125 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 Dglob.c44 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 Dahdecode.c368 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 Dasfile.c570 strcpy (Pathname, SourcePath); in AsProcessOneFile()
624 strcpy (OutPathname, TargetPath); in AsProcessOneFile()
689 strcpy (SrcPath, SourceDirPath); in AsCheckForDirectory()
693 strcpy (TgtPath, TargetDirPath); in AsCheckForDirectory()

Completed in 26 milliseconds

123