HomeSort by relevance Sort by last modified time
    Searched refs:strcpy (Results 501 - 525 of 1304) sorted by null

<<21222324252627282930>>

  /external/libvpx/libvpx/
webmenc.c 136 strcpy(version_string, "vpxenc");
138 strcpy(version_string, "vpxenc ");
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-help.c 132 strcpy(dest + 1, "kfmclient");
296 strcpy(p + pre_len, cmd);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 571 /// char *strcpy(char *s1, const char *s2);
572 strcpy, enumerator in enum:llvm::LibFunc::Func
745 case LibFunc::memcmp: case LibFunc::strcmp: case LibFunc::strcpy:
  /external/ppp/pppd/plugins/rp-pppoe/
common.c 177 strcpy(copy, str);
440 strcpy(err.payload, msg);
  /external/qemu/distrib/sdl-1.2.15/acinclude/
esd.m4 78 strcpy (new_str, str);
  /external/qemu/slirp/
ip_icmp.c 223 strcpy(bufa, inet_ntoa(ip->ip_src));
224 strcpy(bufb, inet_ntoa(ip->ip_dst));
  /external/qemu/slirp-android/
ip_icmp.c 225 strcpy(bufa, inet_iptostr(ip_geth(ip->ip_src)));
226 strcpy(bufb, inet_iptostr(ip_geth(ip->ip_dst)));
  /external/valgrind/main/coregrind/
launcher-darwin.c 109 strcpy(fullname, path);
362 strcpy(launcher_name, cwd);
launcher-linux.c 103 strcpy(fullname, path);
370 strcpy(new_line, VALGRIND_LAUNCHER);
m_options.c 259 VG_(strcpy)(absout, base_dir);
272 VG_(strcpy)(opt, option_name);
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 136 #define STRCPY(soname, fnname) \
148 STRCPY(VG_Z_LIBC_SONAME, strcpy)
150 STRCPY(VG_Z_LIBC_SONAME, __GI_strcpy)
152 STRCPY(VG_Z_DYLD, strcpy)
308 DEST. (minor variant of strcpy) */
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 202 strcpy(s, result1);
220 strcpy(name, "Hello MCLinker");
  /frameworks/wilhelm/tools/permute/
permute.c 254 strcpy(path_out, path_in);
286 strcpy(path_map, path_in);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmenc.c 136 strcpy(version_string, "vpxenc");
138 strcpy(version_string, "vpxenc ");
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c     [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
string.h 57 extern char* strcpy(char* __restrict, const char* __restrict);
118 char* strcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
string.h 57 extern char* strcpy(char* __restrict, const char* __restrict);
118 char* strcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
string.h 57 extern char* strcpy(char* __restrict, const char* __restrict);
118 char* strcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
string.h 57 extern char* strcpy(char* __restrict, const char* __restrict);
118 char* strcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
string.h 57 extern char* strcpy(char* __restrict, const char* __restrict);
118 char* strcpy(char* __restrict dest, const char* __restrict src) { function
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
string.h 57 extern char* strcpy(char* __restrict, const char* __restrict);
118 char* strcpy(char* __restrict dest, const char* __restrict src) { function
  /system/core/adb/
adb_auth_host.c 129 strcpy(hostname, "unknown");
144 strcpy(username, "unknown");
  /system/core/cpio/
mkbootfs.c 276 strcpy(in, start);
277 strcpy(out, prefix);
  /system/core/libcutils/
dir_hash.c 166 strcpy(name, de->d_name);
319 strcpy(buf + retlen, list[i]->name);

Completed in 1137 milliseconds

<<21222324252627282930>>