/external/oprofile/module/ |
op_dcache.h | 68 strcpy(place, str);
|
/external/srec/tools/grxmlcompile/ |
grph.h | 30 strcpy (title, name);
|
/external/yaffs2/yaffs2/direct/ |
ydirectenv.h | 35 #define yaffs_strcpy(a,b) strcpy(a,b)
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
cstring | 51 using ::strcpy;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cstring | 51 using ::strcpy;
|
/system/core/sh/ |
mystring.h | 45 #define scopy(s1, s2) ((void)strcpy(s2, s1))
|
/system/core/toolbox/ |
mkdir.c | 45 strcpy(currpath, "");
|
/bootable/recovery/applypatch/ |
freecache.c | 30 strcpy(path, "/proc/"); 44 strcpy(fd_path, path); 97 strcpy(path, dirs[i]);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
genmodule.c | 77 strcpy(inc->filename, argv[2]); 126 strcpy(inc->filename, strp); 208 strcpy(str, modules[i]);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/ |
bitvect_test.c | 94 strcpy((char *)ascii, val->ascii); 95 strcpy(result_msg, "parser failure"); 106 strcpy(result_msg, val->ascii);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
nasmlib.c | 186 strcpy(p+1, *str); 198 strcpy(rslt, one); 199 strcpy(rslt+l1, two);
|
/external/e2fsprogs/lib/ss/ |
help.c | 91 (void) strcpy(buffer, info->info_dirs[idx]); 103 strcpy(buf, MSG); 163 strcpy(dirs[n_dirs], info_dir);
|
/external/libselinux/src/ |
context.c | 136 strcpy(cp, n->component[0]); 141 strcpy(cp, n->component[i]); 169 strcpy(t, str);
|
/frameworks/av/media/libmedia/ |
MediaScanner.cpp | 93 strcpy(pathBuffer, path); 144 strcpy(fileSpot, ".nomedia"); 188 strcpy(fileSpot, name);
|
/hardware/akm/AK8975_FS/libsensors/ |
AdxlSensor.cpp | 48 strcpy(input_sysfs_path, "/sys/class/input/"); 105 strcpy(&input_sysfs_path[input_sysfs_path_len], "disable"); 155 strcpy(&input_sysfs_path[input_sysfs_path_len], "rate");
|
/external/zlib/src/examples/ |
gzlog.c | 229 #include <string.h> /* strlen, strrchr, strcpy, strncpy, strcmp */ 353 strcpy(log->end, ".lock"); 376 strcpy(log->end, ".lock"); 388 strcpy(log->end, ".lock"); 400 strcpy(log->end, ".lock"); 559 strcpy(log->end, ".add"); 577 strcpy(log->end, ".add"); 582 strcpy(log->end, ".dict"); 586 strcpy(dest, log->path); 587 strcpy(log->end, ".temp") [all...] |
/frameworks/base/core/jni/ |
AndroidRuntime.cpp | 497 strcpy(enableAssertBuf, "-ea:"); 500 strcpy(jniOptsBuf, "-Xjniopts:"); 530 strcpy(heapstartsizeOptsBuf, "-Xms"); 534 strcpy(heapsizeOptsBuf, "-Xmx"); 544 strcpy(jitcodecachesizeOptsBuf, "-Xjitcodecachesize:"); 551 strcpy(heapgrowthlimitOptsBuf, "-XX:HeapGrowthLimit="); 558 strcpy(heapminfreeOptsBuf, "-XX:HeapMinFree="); 565 strcpy(heapmaxfreeOptsBuf, "-XX:HeapMaxFree="); 572 strcpy(heaptargetutilizationOptsBuf, "-XX:HeapTargetUtilization="); 660 strcpy(lockProfThresholdBuf, "-Xlockprofthreshold:") [all...] |
/external/qemu/android/protocol/ |
core-commands-proxy.c | 200 strcpy((char*)ret->name, resp_data->name); 202 strcpy((char*)ret->display, resp_data->name + strlen(resp_data->name) + 1); 245 strcpy((char*)ret->name, resp_data->name); 247 strcpy((char*)ret->display, resp_data->name + strlen(resp_data->name) + 1); 273 strcpy(req->filename, filename);
|
/art/compiler/dex/quick/mips/ |
target_mips.cc | 168 strcpy(tbuf, "!"); 175 strcpy(tbuf, "0000"); 223 strcpy(tbuf, "see above"); 227 strcpy(tbuf, mips_reg_name[operand]); 231 strcpy(tbuf, "; nop"); 234 strcpy(tbuf, "DecodeError"); 252 strcpy(buf, "all");
|
/external/clang/test/Analysis/ |
security-syntax-checks.m | 122 // strcpy() 129 #define strcpy(a,b) __strcpy_chk(a,b,(size_t)-1) 133 #define strcpy BUILTIN(strcpy) 134 char *strcpy(char *restrict s1, const char *restrict s2); 142 strcpy(x, y); //expected-warning{{Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119}}
|
/external/e2fsprogs/ext2ed/ |
file_com.c | 90 strcpy (buffer,"show");dispatch (buffer); 191 strcpy (buffer,"show");dispatch (buffer); 222 strcpy (buffer,"show");dispatch (buffer); 232 strcpy (buffer,"hex"); 430 strcpy (remember_lifo.name [entry_num],buffer); 452 strcpy (buffer,ptr); 496 strcpy (buffer,"show");dispatch (buffer);
|
main.c | 117 strcpy(buf, "set_device "); 241 strcpy (command_line,ptr); 249 strcpy (command_line,last_command_line); 260 strcpy (last_command_line,command_line); 322 strcpy (command_line,last_command_line); 326 strcpy (last_command_line,command_line); /* Save this command in our tiny cache */ 526 strcpy (ptr,src);
|
/external/zlib/src/contrib/iostream3/ |
zfstream.cc | 11 #include <cstring> // for strcpy, strcat, strlen (mode strings) 146 strcpy(c_mode, "w"); 148 strcpy(c_mode, "a"); 150 strcpy(c_mode, "w"); 152 strcpy(c_mode, "r"); 155 // strcpy(c_mode, "r+"); 157 // strcpy(c_mode, "w+");
|
/frameworks/wilhelm/src/itf/ |
IAndroidBufferQueue.c | 542 strcpy(itemString, "NONE"); 545 strcpy(itemString, "EOS"); 548 strcpy(itemString, "DISCONTINUITY"); 555 strcpy(itemString, "FORMAT_CHANGE"); 565 strcpy(itemString, "NONE"); 568 strcpy(itemString, "EOS"); 577 strcpy(itemString, "");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xos_r.h | 279 strcpy((p).pws.pw_name, (p).pwp->pw_name); 283 strcpy((p).pws.pw_passwd,(p).pwp->pw_passwd); 287 strcpy((p).pws.pw_class, (p).pwp->pw_class); 291 strcpy((p).pws.pw_gecos, (p).pwp->pw_gecos); 295 strcpy((p).pws.pw_dir, (p).pwp->pw_dir); 299 strcpy((p).pws.pw_shell, (p).pwp->pw_shell); 309 strcpy((p).pws.pw_name, (p).pwp->pw_name), \ 312 strcpy((p).pws.pw_passwd,(p).pwp->pw_passwd), \ 315 strcpy((p).pws.pw_age, (p).pwp->pw_age), \ 318 strcpy((p).pws.pw_comment, (p).pwp->pw_comment), [all...] |