/sdk/emulator/opengl/host/libs/libOpenglRender/ |
RenderControl.cpp | 60 strcpy((char *)buffer, str); 92 strcpy((char *)buffer, str);
|
/system/core/libion/ |
ion_test.c | 133 strcpy(ptr, "master"); 190 strcpy(ptr, "child");
|
/system/core/liblog/ |
fake_log_device.c | 258 strcpy(logState->tagSet[entry].tag, tagName); 391 strcpy(suffixBuf, "\n"); suffixLen = 1; 402 strcpy(suffixBuf, "\n"); suffixLen = 1; 406 strcpy(suffixBuf, "\n"); suffixLen = 1; 411 strcpy(suffixBuf, "\n"); suffixLen = 1; 416 strcpy(suffixBuf, "\n"); suffixLen = 1; 422 strcpy(suffixBuf, "\n\n"); suffixLen = 2; 427 strcpy(suffixBuf, "\n"); suffixLen = 1;
|
logprint.c | 746 strcpy(suffixBuf, "\n"); suffixLen = 1; 757 strcpy(suffixBuf, "\n"); 763 strcpy(suffixBuf, "\n"); 770 strcpy(suffixBuf, "\n"); 777 strcpy(suffixBuf, "\n"); 785 strcpy(suffixBuf, "\n\n"); 793 strcpy(suffixBuf, "\n");
|
/system/extras/tests/bionic/libc/common/ |
test_libgen.c | 17 strcpy(temp, _input); 133 strcpy(temp, _input);
|
/external/oprofile/libpopt/ |
popthelp.c | 162 strcpy(le, defstr); le += strlen(le); 187 strcpy(le, "null"); le += strlen(le); 193 strcpy(le, "..."); le += strlen(le); 273 strcpy(te, help); te += strlen(te); 276 strcpy(te, defs); 326 strcpy(le, argDescrip); le += strlen(le); 335 strcpy(le, argDescrip);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cstrcase.c | 773 strcpy(utf8Out, defg); 781 strcpy(utf8Out, aBc); 789 strcpy(utf8Out, aBc); 797 strcpy(utf8Out, defg); 805 strcpy(utf8Out, defg); 813 strcpy(utf8Out, defg); 821 strcpy(utf8Out, defg); 829 strcpy(utf8Out, defg); 837 strcpy(utf8Out, defg) [all...] |
/external/icu4c/test/cintltst/ |
cstrcase.c | 773 strcpy(utf8Out, defg); 781 strcpy(utf8Out, aBc); 789 strcpy(utf8Out, aBc); 797 strcpy(utf8Out, defg); 805 strcpy(utf8Out, defg); 813 strcpy(utf8Out, defg); 821 strcpy(utf8Out, defg); 829 strcpy(utf8Out, defg); 837 strcpy(utf8Out, defg) [all...] |
/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/ |
DateFmtPerf.h | 155 strcpy(locale, loc); 249 strcpy(locale, loc); 393 strcpy(locale, loc);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkBuildCondensedInfo.cpp | 90 strcpy(scratch, "3D_"); 92 strcpy(&scratch[4], &name[8]); 95 strcpy(&scratch[1], &name[1]);
|
/external/clang/test/Analysis/ |
string.c | 248 // strcpy() 256 #define strcpy(a,b) __strcpy_chk(a,b,(size_t)-1) macro 260 #define strcpy BUILTIN(strcpy) macro 261 char *strcpy(char *restrict s1, const char *restrict s2); 267 strcpy(NULL, x); // expected-warning{{Null pointer argument in call to string copy function}} 271 strcpy(x, NULL); // expected-warning{{Null pointer argument in call to string copy function}} 275 strcpy(x, (char*)&strcpy_fn); // expected-warning{{Argument to string copy function is the address of the function 'strcpy_fn', which is not a null-terminated string}} 279 strcpy(x, (const char*)&strcpy_fn); // expected-warning{{Argument to string copy function is the address of the function 'strcpy_fn', which is not a null-terminated string}} 288 clang_analyzer_eval(strcpy(x, y) == x); // expected-warning{{TRUE} [all...] |
/external/e2fsprogs/misc/ |
blkid.c | 209 strcpy(mtpt, "(mounted, mtpt unknown)"); 211 strcpy(mtpt, "(in use)"); 213 strcpy(mtpt, "(not mounted)");
|
/external/jhead/ |
gpsinfo.c | 138 strcpy(ImageInfo.GpsLat, "? ?"); 139 strcpy(ImageInfo.GpsLong, "? ?"); 210 strcpy(FmtString, "%0.0fd %0.0fm %0.0fs");
|
/external/skia/src/animator/ |
SkBuildCondensedInfo.cpp | 90 strcpy(scratch, "3D_"); 92 strcpy(&scratch[4], &name[8]); 95 strcpy(&scratch[1], &name[1]);
|
/sdk/find_java/ |
utils.h | 108 strcpy(mStr, str); // provide a default in case vsnprintf totally fails
122 strcpy(mStr, str); // provide a default in case vsnprintf totally fails
320 strcpy(mStr + n - sn, newName);
|
/bionic/libc/bionic/ |
debug_mapinfo.cpp | 55 strcpy(mi->name, line + 49);
|
system_properties_compat.c | 110 strcpy(name, pi->name);
|
/bionic/libc/netbsd/nameser/ |
ns_ttl.c | 160 strcpy(*buf, tmp);
|
/dalvik/vm/native/ |
java_lang_reflect_Array.cpp | 114 strcpy(acDescriptor+numDim, elementClass->descriptor);
|
/development/ndk/platforms/android-3/include/ |
string.h | 54 extern char* strcpy(char *, const char *);
|
/development/tools/etc1tool/ |
etc1tool.cpp | 87 strcpy(pPath + pathLen, pExtension); 90 strcpy(pPath + index, pExtension); 96 strcpy(pPath + pathLen, pExtension); 567 strcpy(pOutputFileBuff, pInput);
|
/device/lge/hammerhead/libsensors/ |
ProximitySensor.cpp | 64 strcpy(sysfs, I2C);
|
/device/samsung/manta/libsensors/ |
SensorBase.cpp | 163 strcpy(mInputName, devname + 5);
|
/external/chromium_org/third_party/icu/source/common/ |
cstring.h | 33 #define uprv_strcpy(dst, src) U_STANDARD_CPP_NAMESPACE strcpy(dst, src)
|
/external/chromium_org/third_party/icu/source/io/ |
locbund.c | 122 strcpy(result->fLocale, bundle->fLocale );
|