Searched refs:strcpy (Results 1 - 25 of 105) sorted by relevance

12345

/fuchsia/zircon/third_party/ulib/musl/src/unistd/
H A Dctermid.c5 return s ? strcpy(s, "/dev/tty") : (char*)"/dev/tty";
H A Dgetlogin_r.c11 strcpy(name, logname);
/fuchsia/zircon/kernel/lib/libc/string/
H A Dstrcpy.c12 strcpy(char *dest, char const *src) function
H A Drules.mk20 strcpy \
/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrcat.c4 strcpy(dest + strlen(dest), src);
H A Dstrcpy.c5 char* strcpy(char* restrict dest, const char* restrict src) { function
/fuchsia/zircon/third_party/ulib/musl/src/locale/
H A Dstrxfrm.c8 strcpy(dest, src);
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dgetdomainname.c14 strcpy(name, temp.domainname);
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dmystring.h63 #define scopy(s1, s2) ((void)strcpy(s2, s1))
/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dtmpnam.c21 return strcpy(buf ? buf : internal, s);
/fuchsia/zircon/third_party/ulib/musl/src/process/
H A Dposix_spawn_file_actions_addopen.c16 strcpy(op->path, path);
/fuchsia/zircon/bootloader/include/
H A Dstring.h15 char* strcpy(char* dst, const char* src);
/fuchsia/zircon/system/ulib/fs-management/
H A Dram-nand.cpp38 strcpy(out_path, base_path);
40 strcpy(out_path + sizeof(base_path), response.name);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstring.h20 char* strcpy(char* __restrict, const char* __restrict);
72 #define strdupa(x) strcpy(alloca(strlen(x) + 1), x)
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dgetnameinfo.c46 strcpy(s, "ip6.arpa");
114 strcpy(node, buf);
125 strcpy(serv, p);
/fuchsia/zircon/system/ulib/fdio/
H A Duname.c43 strcpy(uts->nodename, "fuchsia");
/fuchsia/zircon/system/utest/kernel-unittests/
H A Dkernel-unittests.cpp23 strcpy(cmd.name, command_string);
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstring.h24 char *strcpy(char *, char const *);
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosunixdir.c165 strcpy (temp_str, ExternalInfo->DirPathname);
189 strcpy (ExternalInfo->temp_buffer, dir_entry->d_name);
H A Doswindir.c116 strcpy (FullWildcardSpec, DirPathname);
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Dprmacros.c142 strcpy (IdentifierString, Identifier);
145 strcpy (ReplacementString, Replacement);
355 strcpy (Args[i].Name, Token);
449 strcpy (Body, BodyInSource);
497 strcpy (Gbl_MacroTokenBuffer, DefineInfo->Body);
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpidump/
H A Dapdump.c388 strcpy (LocalSignature, Signature);
395 strcpy (LocalSignature, ACPI_SIG_FADT);
399 strcpy (LocalSignature, ACPI_SIG_MADT);
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Dadfile.c216 strcpy (NewFilename, InputFilename);
264 strcpy (NewString, String);
/fuchsia/zircon/bootloader/lib/
H A Dstring.c58 char* strcpy(char* dst, const char* src) { function
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
H A Dacclib.h90 strcpy (

Completed in 180 milliseconds

12345