/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
string3.h | 34 # undef strcpy macro 104 __NTH (strcpy (char *__restrict __dest, __const char *__restrict __src)) function
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
cstring | 59 #undef strcpy 85 using ::strcpy;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string3.h | 34 # undef strcpy macro 104 __NTH (strcpy (char *__restrict __dest, __const char *__restrict __src)) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
string3.h | 34 # undef strcpy macro 104 __NTH (strcpy (char *__restrict __dest, __const char *__restrict __src)) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
cstring | 59 #undef strcpy 85 using ::strcpy;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cstring | 60 #undef strcpy 84 using ::strcpy;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cstring | 60 #undef strcpy 84 using ::strcpy;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cstring | 60 #undef strcpy 84 using ::strcpy;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cstring | 60 #undef strcpy 84 using ::strcpy;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cstring | 59 #undef strcpy 85 using ::strcpy;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cstring | 59 #undef strcpy 85 using ::strcpy;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cstring | 59 #undef strcpy 85 using ::strcpy;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
cstring | 59 #undef strcpy 85 using ::strcpy;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
cstring | 57 #undef strcpy 83 using ::strcpy;
|
/system/core/toolbox/ |
syren.c | 126 strcpy(name, argv[2]); 134 strcpy(name, r->name);
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
wcpcpy.c | 33 static char sccsid[] = "@(#)strcpy.c 8.1 (Berkeley) 6/4/93";
|
/external/compiler-rt/SDKs/linux/usr/include/ |
string.h | 26 char *strcpy(char *, const char *);
|
/external/e2fsprogs/lib/ext2fs/ |
io_manager.c | 38 strcpy(options, opts);
|
/external/e2fsprogs/lib/ss/ |
error.c | 35 strcpy(ret_val, infop->subsystem_name);
|
/external/iptables/extensions/ |
libxt_ipvs.c | 137 strcpy(buf, xtables_ipaddr_to_numeric(&addr->in)); 139 strcpy(buf, xtables_ipaddr_to_anyname(&addr->in)); 149 strcpy(buf, xtables_ip6addr_to_numeric(&addr->in6)); 151 strcpy(buf, xtables_ip6addr_to_anyname(&addr->in6));
|
/external/kernel-headers/original/linux/ |
string.h | 24 extern char * strcpy(char *,const char *);
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
data_types.h | 65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3))
|
/external/libnfc-nci/src/gki/ulinux/ |
data_types.h | 65 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3))
|
/external/netperf/ |
netsh.c | 393 strcpy(host_name,""); /* remote host name or ip addr */ 394 strcpy(local_host_name,""); /* we want it to be INADDR_ANY */ 395 strcpy(test_name,"TCP_STREAM"); /* which test to run */ 447 strcpy(fill_file,""); 483 strcpy(program, argv[0]); 564 strcpy(fill_file,optarg); 669 strcpy(test_name,optarg); 765 strcpy(result_brand,optarg); 797 strcpy(host_name,"localhost"); 805 strcpy(host_name,"localhost") [all...] |
/external/oprofile/libpopt/ |
system.h | 72 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str)))
|