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

1 2 3 4 56 7 8 91011>>

  /system/core/debuggerd/
getevent.c 112 strcpy(devname, dirname);
120 strcpy(filename, event->name);
144 strcpy(devname, dirname);
152 strcpy(filename, de->d_name);
  /system/core/fastboot/
protocol.c 77 strcpy(response, (char*) status + 4);
86 strcpy(ERROR, "remote failure");
94 strcpy(ERROR, "data size too large");
101 strcpy(ERROR,"unknown status code");
  /system/core/toolbox/
mv.c 39 strcpy(fullDest, dest);
  /external/arduino/hardware/arduino/cores/arduino/
WString.cpp 31 strcpy( _buffer, value );
38 strcpy( _buffer, value._buffer );
67 strcpy( _buffer, buf );
76 strcpy( _buffer, buf );
85 strcpy( _buffer, buf );
94 strcpy( _buffer, buf );
133 strcpy( _buffer, rhs._buffer );
  /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)
280 DEST. (minor variant of strcpy) */
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Program.cpp 110 strcpy(mInfoLog, info);
111 strcpy(mInfoLog + infoLength, "\n");
117 strcpy(newLog, mInfoLog);
118 strcpy(newLog + logLength, info);
119 strcpy(newLog + logLength + infoLength, "\n");
  /external/tcpdump/missing/
getnameinfo.c 160 strcpy(serv, sp->s_name);
165 strcpy(serv, numserv);
221 strcpy(host, numaddr);
265 strcpy(host, hp->h_name);
277 strcpy(host, numaddr);
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 258 strcpy((char*)fileName, PICO_SYSTEM_LINGWARE_PATH);
265 strcpy((char*)fileName, PICO_SYSTEM_LINGWARE_PATH);
278 strcpy((char*)fileName, pico_alt_lingware_path);
288 strcpy((char*)fileName, pico_alt_lingware_path);
361 strcpy((char*)tmpFileName, pico_alt_lingware_path);
373 strcpy((char *) picoTaFileName, PICO_SYSTEM_LINGWARE_PATH);
374 strcpy((char *) picoSgFileName, PICO_SYSTEM_LINGWARE_PATH);
375 strcpy((char *) picoUtppFileName, PICO_SYSTEM_LINGWARE_PATH);
377 strcpy((char *) picoTaFileName, pico_alt_lingware_path);
378 strcpy((char *) picoSgFileName, pico_alt_lingware_path)
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 109 strcpy (szCmdFileName, szCmdLine);
111 strcpy (szCmdFileName, "");
181 strcpy (szImgPathName, "");
187 strcpy (szImgPathName, szCmdFileName);
536 strcpy (szImgPathName, pstrPathName);
537 strcpy (szImgFileName, strrchr (pstrPathName, '\\') + 1);
539 strcpy (szImgFindName, szImgPathName);
570 strcpy (*ppFileList + ii, szImgPathName);
571 strcpy (strrchr(*ppFileList + ii, '\\') + 1, finddata.cFileName);
593 strcpy (szTmp, *ppFileList + jj)
    [all...]
  /external/qemu/android/protocol/
core-commands-impl.c 233 strcpy(resp_data->name, netspeed->name);
235 strcpy(resp_data->name + strlen(resp_data->name) + 1,
238 strcpy(resp_data->name + strlen(resp_data->name) + 1, "");
277 strcpy(resp_data->name, netdelay->name);
279 strcpy(resp_data->name + strlen(resp_data->name) + 1,
282 strcpy(resp_data->name + strlen(resp_data->name) + 1, "");
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_Edit.c 45 #include "string.h" /**< for strcpy (Don't want to get dependencies
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
__strcpy_chk.S 38 // instead of a strcpy.
188 .string "strcpy buffer overflow"
  /bionic/libc/arch-arm/generic/bionic/
strcpy.S 35 ENTRY(strcpy) function
133 END(strcpy)
  /bionic/libc/arch-arm/krait/bionic/
__strcpy_chk.S 38 // instead of a strcpy.
187 .string "strcpy buffer overflow"
  /bionic/libc/arch-x86/
x86.mk 27 arch-x86/string/ssse3-strcpy-atom.S \
43 string/strcpy.c \
  /development/tools/line_endings/
line_endings.c 82 strcpy(node->buf, buf);
86 strcpy(node->buf, buf2);
  /device/lge/hammerhead/libsensors/
LightSensor.cpp 57 strcpy(sysfs, I2C);
83 strcpy(sysfs, I2C);
  /external/e2fsprogs/ext2ed/
group_com.c 74 strcpy (buffer,"show");dispatch (buffer);
103 strcpy (buffer,"show");dispatch (buffer);
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 83 strcpy(*name, (dir == EXT2_ROOT_INO) ? "/" : ".");
91 strcpy(*name, "...");
  /external/llvm/test/CodeGen/Thumb/
dyn-stackalloc.ll 60 %tmp9 = call i8* @strcpy( i8* %tmp6, i8* %tag )
77 declare i8* @strcpy(i8*, i8*)
  /external/openfst/src/include/fst/extensions/far/
extract.h 84 strcpy(keys_cstr, keys.c_str());
90 strcpy(key_cstr, key.c_str());
  /external/yaffs2/yaffs2/
yportenv.h 45 #define yaffs_strcpy(a,b) strcpy(a,b)
107 #define yaffs_strcpy(a,b) strcpy(a,b)
  /frameworks/compile/mclinker/lib/ADT/
StringEntry.cpp 38 strcpy(data, pVal.data());
46 strcpy(data, pVal);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 30 char* strcpy (char* restrict s1, const char* restrict s2);
72 using ::strcpy;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstring 60 #undef strcpy
84 using ::strcpy;

Completed in 1866 milliseconds

1 2 3 4 56 7 8 91011>>