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

12 3 4 5 6 7 8 91011>>

  /dalvik/vm/compiler/codegen/arm/
ArchUtility.cpp 92 strcpy(tbuf, "!");
103 strcpy(tbuf,"");
130 strcpy(tbuf, name);
133 strcpy(tbuf,"0000");
169 strcpy(tbuf, "eq");
172 strcpy(tbuf, "ne");
175 strcpy(tbuf, "lt");
178 strcpy(tbuf, "ge");
181 strcpy(tbuf, "gt");
184 strcpy(tbuf, "le")
    [all...]
  /bionic/libc/bionic/
__strcpy_chk.cpp 41 * This strcpy check is called if _FORTIFY_SOURCE is defined and
48 __fortify_chk_fail("strcpy buffer overflow",
52 return strcpy(dest, src);
  /external/clang/test/Sema/
implicit-builtin-decl.c 20 int strcpy(int); // expected-warning{{incompatible redeclaration of library function 'strcpy'}} \
21 // expected-note{{'strcpy' is a builtin with type 'char *(char *, const char *)'}}
  /dalvik/vm/compiler/codegen/mips/
ArchUtility.cpp 49 strcpy(tbuf, "!");
56 strcpy(tbuf,"0000");
88 strcpy(tbuf, "eq");
91 strcpy(tbuf, "ne");
94 strcpy(tbuf, "lt");
97 strcpy(tbuf, "ge");
100 strcpy(tbuf, "gt");
103 strcpy(tbuf, "le");
106 strcpy(tbuf, "cs");
109 strcpy(tbuf, "mi")
    [all...]
  /external/chromium_org/third_party/npapi/npspy/windows/
winentry.cpp 52 strcpy(szReason, "DLL_PROCESS_ATTACH");
55 strcpy(szReason, "DLL_THREAD_ATTACH");
58 strcpy(szReason, "DLL_PROCESS_DETACH");
61 strcpy(szReason, "DLL_THREAD_DETACH");
  /external/svox/pico/tts/
svox_ssml_parser.cpp 135 strcpy(m_docLanguage, attributes[i+1]);
220 strcpy(xsampastr, phonstr);
293 strcpy(time, attributes[i+1]);
308 strcpy(time, SSML_BREAK_WEAK); /* if no time or strength attributes are specified, default to weak break */
342 strcpy(svoxpitch, "100");
380 strcpy(svoxrate, "100");
423 strcpy(svoxvol, "100");
605 strcpy(converted, SSML_PITCH_XLOW);
615 strcpy(converted, SSML_PITCH_LOW);
625 strcpy(converted, SSML_PITCH_MEDIUM)
    [all...]
  /bionic/libc/arch-arm/cortex-a15/
cortex-a15.mk 5 $(call libc-add-cpu-variant-src,STRCPY,arch-arm/cortex-a15/bionic/strcpy.S)
  /bionic/libc/arch-arm/cortex-a9/
cortex-a9.mk 5 $(call libc-add-cpu-variant-src,STRCPY,arch-arm/cortex-a9/bionic/strcpy.S)
  /bionic/libc/arch-x86/string/
ssse3-strncpy-atom.S 32 #define STRCPY strncpy
33 #include "ssse3-strcpy-atom.S"
  /external/clang/test/CodeGen/
stack-protector.c 12 char *strcpy(char *s1, const char *s2);
16 strcpy(a, msg);
  /external/llvm/test/CodeGen/PowerPC/
stack-protector.ll 15 %1 = call i8* @strcpy(i8* %buf1, i8* %0) nounwind ; <i8*> [#uses=0]
24 declare i8* @strcpy(i8*, i8*) nounwind
  /external/llvm/test/Transforms/FunctionAttrs/
annotate-1.ll 15 declare i32 @strcpy(...)
16 ; CHECK: declare i32 @strcpy(...)
  /external/ppp/pppd/plugins/
passwordfd.c 44 strcpy (passwd, save_passwd);
67 strcpy (save_passwd, passwd);
  /external/iproute2/ip/
tunnel.c 47 strcpy(buf, "ip");
50 strcpy(buf, "gre");
53 strcpy(buf, "ipv6");
56 strcpy(buf, "any");
59 strcpy(buf, "unknown");
  /hardware/invensense/60xx/libsensors/
SensorBase.cpp 101 strcpy(devname, dirname);
109 strcpy(filename, de->d_name);
117 strcpy(input_name, filename);
  /hardware/invensense/60xx/libsensors_iio/
SensorBase.cpp 99 strcpy(devname, dirname);
107 strcpy(filename, de->d_name);
118 strcpy(input_name, filename);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libXau.so.6 
libXau.so.6.0 
libXau.so.6.0.0 
libutil-2.7.so 
libutil.so 
libutil.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libXau.so.6 
libXau.so.6.0 
libXau.so.6.0.0 

Completed in 460 milliseconds

12 3 4 5 6 7 8 91011>>