HomeSort by relevance Sort by last modified time
    Searched refs:strcpy (Results 226 - 250 of 1304) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
string.h 54 extern char* strcpy(char *, const char *);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
string.h 54 extern char* strcpy(char *, const char *);
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
string.h 54 extern char* strcpy(char *, const char *);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
string.h 54 extern char* strcpy(char *, const char *);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
string.h 54 extern char* strcpy(char *, const char *);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
string.h 54 extern char* strcpy(char *, const char *);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
string.h 54 extern char* strcpy(char *, const char *);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
string.h 54 extern char* strcpy(char *, const char *);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
string.h 54 extern char* strcpy(char *, const char *);
  /system/core/debuggerd/
getevent.cpp 122 strcpy(devname, dirname);
129 strcpy(filename, event->name);
151 strcpy(devname, dirname);
158 strcpy(filename, de->d_name);
  /system/core/fastboot/
bootimg.c 37 strcpy((char*) h->cmdline, cmdline);
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/
mkdir.c 44 strcpy(currpath, "");
  /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);
init.c 71 strcpy (last_command_line,"help"); /* Show the help screen to the user */
143 strcpy (variable_type,variable_name);
197 strcpy (ptr->name,name);
236 strcpy (ptr->field_names [ptr->fields_num],v_name);
363 strcpy (ptr->names [num],name);
367 strcpy (ptr->descriptions [num],description);
490 strcpy (buffer, ROOT_SYSCONFDIR);
500 strcpy (Ext2Descriptors,value);
504 strcpy (AlternateDescriptors,value);
508 strcpy (LogFile,value)
    [all...]
dir_com.c 241 strcpy (dir_name,full_dir_name);
248 strcpy (full_dir_name,++ptr);
253 strcpy (name_search,dir_name); /* name_search is used to hold the required entry name */
277 strcpy (temp2,(unsigned char *) &type_data.u.t_ext2_inode.i_block);
578 strcpy (remember_lifo.name [entry_num],buffer);
611 strcpy (value,++ptr);
  /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, "");
  /art/compiler/dex/quick/arm64/
target_arm64.cc 348 strcpy(tbuf, "!");
360 strcpy(tbuf, "");
369 strcpy(tbuf, "");
398 strcpy(tbuf, name);
421 strcpy(tbuf, "");
432 strcpy(tbuf, "wzr");
438 strcpy(tbuf, "wsp");
444 strcpy(tbuf, "xzr");
450 strcpy(tbuf, "sp");
463 strcpy(tbuf, "")
    [all...]
  /external/oprofile/opcontrol/
opcontrol.cpp 496 strcpy(cpupath, OP_DRIVER_BASE"/stats/");
499 strcpy(fullname, cpupath);
504 strcpy(fullname, cpupath);
509 strcpy(fullname, cpupath);
514 strcpy(fullname, cpupath);
564 strcpy(vmlinux, "--no-vmlinux");
565 strcpy(kernel_range, "");
675 strcpy(command, argv[0]);
677 strcpy(slash ? slash + 1 : command, "oprofiled --session-dir="OP_DATA_DIR);
  /external/libpng/contrib/visupng/
VisualPng.c 111 strcpy (szCmdFileName, szCmdLine);
113 strcpy (szCmdFileName, "");
183 strcpy (szImgPathName, "");
189 strcpy (szImgPathName, szCmdFileName);
538 strcpy (szImgPathName, pstrPathName);
539 strcpy (szImgFileName, strrchr (pstrPathName, '\\') + 1);
541 strcpy (szImgFindName, szImgPathName);
572 strcpy (*ppFileList + ii, szImgPathName);
573 strcpy (strrchr(*ppFileList + ii, '\\') + 1, finddata.cFileName);
595 strcpy (szTmp, *ppFileList + jj)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cintltst.c 272 strcpy(newPath, oldPath);
273 strcpy(newPath+oldLen, U_PATH_SEP_STRING);
274 strcpy(newPath+oldLen+1, toAppend);
318 strcpy(p, __FILE__);
332 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
385 strcpy(p, __FILE__);
399 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
448 strcpy(retStr, dataDir);
549 strcpy(tdpath, directory);
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 272 strcpy(newPath, oldPath);
273 strcpy(newPath+oldLen, U_PATH_SEP_STRING);
274 strcpy(newPath+oldLen+1, toAppend);
318 strcpy(p, __FILE__);
332 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
385 strcpy(p, __FILE__);
399 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
448 strcpy(retStr, dataDir);
549 strcpy(tdpath, directory);
  /bionic/libc/arch-arm64/generic/bionic/
string_copy.S 62 #if !defined(STPCPY) && !defined(STRCPY)
63 #error "Either STPCPY or STRCPY must be defined."
71 #elif defined(STRCPY)
77 #if defined(STRCPY)
101 #elif defined(STRCPY)
102 ENTRY(strcpy) function
105 #if defined(STRCPY)
139 #elif defined(STRCPY)
173 #elif defined(STRCPY)
243 #elif defined(STRCPY)
    [all...]
  /external/chromium_org/content/shell/tools/plugin/
TestObject.cpp 157 strcpy(mem, "foo");
163 strcpy(mem, "bar");
  /external/chromium_org/third_party/opus/src/silk/
debug.h 33 #include <string.h> /* strcpy, strcmp */
127 strcpy(silk_Timer_tags[ID], #TAG_NAME); \
155 strcpy(silk_Timer_tags[ID], #TAG_NAME); \

Completed in 3133 milliseconds

1 2 3 4 5 6 7 8 91011>>