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

/bionic/libc/string/
H A Dstrcpy.c1 /* $OpenBSD: strcpy.c,v 1.8 2005/08/08 08:05:37 espie Exp $ */
35 strcpy(char *to, const char *from) function
H A D__strcpy_chk.c41 * This strcpy check is called if _FORTIFY_SOURCE is defined and
50 "*** strcpy buffer overflow detected ***\n");
55 return strcpy(dest, src);
/bionic/libc/arch-x86/string/
H A Dstrcpy.S1 /* $OpenBSD: strcpy.S,v 1.8 2005/08/07 11:30:38 espie Exp $ */
11 .section .gnu.warning.strcpy
12 .ascii "warning: strcpy() is almost always misused, please use strlcpy()"
22 ENTRY(strcpy) function
/bionic/libstdc++/include/
H A Dcstring53 using ::strcpy;
/bionic/libc/arch-arm/bionic/
H A Dstrcpy.S35 ENTRY(strcpy) function
133 END(strcpy)
/bionic/libc/tzcode/
H A Dasctime.c117 (void) strcpy(buf, result);
H A Dlocaltime.c458 (void) strcpy(fullname, p);
1287 (void) strcpy(lcl_TZname, name);
1308 (void) strcpy(lclptr->chars, gmt);
/bionic/libc/bionic/
H A Dmalloc_debug_check_mapinfo.cpp58 strcpy(mi->name, line + 49);
H A Dsystem_properties.c138 strcpy(name, pi->name);
H A Dpthread_debug.c156 strcpy(mi->name, line + 49);
/bionic/libc/netbsd/nameser/
H A Dns_samedomain.c178 strcpy(dst, src);
H A Dns_ttl.c160 strcpy(*buf, tmp);
/bionic/libc/include/
H A Dstring.h54 extern char* strcpy(char *, const char *);
126 char *strcpy(char *dest, const char *src) { function
/bionic/linker/
H A Ddebugger.c142 strcpy(threadname, "<name unknown>");
/bionic/libc/netbsd/resolv/
H A Dres_init.c277 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa");
278 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int");
554 strcpy(statp->defdname, cp + 1);
H A Dres_debug.c351 strcpy(name + newlen, ".");
/bionic/libc/
H A DAndroid.mk388 arch-arm/bionic/strcpy.S \
439 string/strcpy.c \
482 string/strcpy.c \
/bionic/libc/stdlib/
H A Dstrtod.c2158 strcpy(s0, s);
2177 strcpy(s0, "0");
/bionic/libc/upstream-netbsd/libc/regex/
H A Dregcomp.c1434 (void) strcpy(cs->multis + oldend - 1, cp);

Completed in 409 milliseconds