HomeSort by relevance Sort by last modified time
    Searched full:strcpy (Results 376 - 400 of 2026) sorted by null

<<11121314151617181920>>

  /external/ppp/pppd/plugins/radius/
avpair.c 215 strcpy (pair->name, attr->name);
313 strcpy(pair->name, attr->name);
591 strcpy (pair->name, attr->name);
600 strcpy (pair->strvalue, valstr);
  /external/qemu/android/utils/
tempfile.c 101 strcpy( (char*)tempfile->name, tempname );
  /external/srec/seti/setiUtils/src/
platform_utils.c 128 strcpy(new_string, in_string);
  /external/valgrind/main/coregrind/m_demangle/
dyn-string.c 206 strcpy (dest->s, src->s);
224 strcpy (dest->s, src);
329 strcpy (dest->s + dest->length, s->s);
347 strcpy (dest->s + dest->length, s);
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 3 /*--- Replacements for strcpy(), memcpy() et al, which run on the ---*/
67 20080 STRCPY
412 /*---------------------- strcpy ----------------------*/
414 #define STRCPY(soname, fnname) \
432 RECORD_OVERLAP_ERROR("strcpy", dst_orig, src_orig, 0); \
438 STRCPY(VG_Z_LIBC_SONAME, strcpy)
439 STRCPY(VG_Z_LIBC_SONAME, __GI_strcpy)
442 //STRCPY(VG_Z_LIBC_SONAME, strcpy)
    [all...]
  /external/valgrind/main/none/tests/ppc32/
lsw.c 21 strcpy(a1,"here is a stringHERE IS A STRING");
  /external/valgrind/main/none/tests/ppc64/
lsw.c 21 strcpy(a1,"here is a stringHERE IS A STRING");
  /frameworks/av/media/libmedia/
AudioParameter.cpp 41 strcpy(str, keyValuePairs.string());
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 134 strcpy(newPath, path);
  /frameworks/av/media/libstagefright/omx/
OMXMaster.cpp 180 strcpy(name, name8.string());
  /frameworks/av/media/mediaserver/
main_mediaserver.cpp 55 strcpy(argv[0], "media.log");
  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 35 strcpy(buf, "N/A\n");
  /frameworks/native/cmds/screenshot/
screenshot.c 140 strcpy(base, outfile);
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_transport.cpp 47 strcpy(server.sun_path + 1, sockname);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
string_h.pass.cpp 28 static_assert((std::is_same<decltype(strcpy(cp, cpc)), char*>::value), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libdrm.so.2 
libdrm.so.2.3 
libdrm.so.2.3.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
libfunction_reordering_plugin.so 
libfunction_reordering_plugin.so.0 
libfunction_reordering_plugin.so.0.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libdrm.so.2 
libdrm.so.2.3 
libdrm.so.2.3.0 
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
string.h 54 extern char* strcpy(char *, const char *);

Completed in 712 milliseconds

<<11121314151617181920>>