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

1 2 3 4 56 7 8 91011>>

  /system/core/adb/
log_service.c 79 strcpy(log_device, LOG_FILE_DIR);
  /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/
bootimg.c 37 strcpy((char*) h->cmdline, cmdline);
  /system/core/toolbox/
mkdir.c 45 strcpy(currpath, "");
mv.c 39 strcpy(fullDest, dest);
  /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);
497 strcpy (buffer, ETC_DIR);
507 strcpy (Ext2Descriptors,value);
511 strcpy (AlternateDescriptors,value);
515 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);
group_com.c 74 strcpy (buffer,"show");dispatch (buffer);
103 strcpy (buffer,"show");dispatch (buffer);
  /external/clang/test/Analysis/
string.c 257 // strcpy()
265 #define strcpy(a,b) __strcpy_chk(a,b,(size_t)-1) macro
269 #define strcpy BUILTIN(strcpy) macro
270 char *strcpy(char *restrict s1, const char *restrict s2);
276 strcpy(NULL, x); // expected-warning{{Null pointer argument in call to string copy function}}
280 strcpy(x, NULL); // expected-warning{{Null pointer argument in call to string copy function}}
284 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}}
290 if (strcpy(x, y) != x)
303 strcpy(x, y); // expected-warning{{String copy function overflows destination buffer}
    [all...]
  /bootable/bootloader/legacy/usbloader/
usbloader.c 373 strcpy(response,"OKAY");
376 strcpy(response + 4, VERSION);
378 strcpy(response + 4, PRODUCTNAME);
380 strcpy(response + 4, serialno);
400 strcpy(status,"DATA");
  /external/dbus/tools/
dbus-launch-x11.c 163 strcpy (result, home);
190 strcpy (dir, home);
268 strcpy (atom_name, selection_prefix);
275 strcpy (atom_name, address_prefix);
279 strcpy (atom_name, pid_prefix);
  /frameworks/base/cmds/installd/
utils.c 475 strcpy(result, s1);
476 strcpy(result + len_s1, s2);
491 strcpy(result, s1);
492 strcpy(result + len_s1, s2);
493 strcpy(result + len_s1 + len_s2, s3);
  /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/icu4c/test/cintltst/
cintltst.c 265 strcpy(newPath, oldPath);
266 strcpy(newPath+oldLen, U_PATH_SEP_STRING);
267 strcpy(newPath+oldLen+1, toAppend);
311 strcpy(p, __FILE__);
325 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
378 strcpy(p, __FILE__);
392 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
441 strcpy(retStr, dataDir);
542 strcpy(tdpath, directory);
  /external/bluetooth/glib/glib/
gdir.c 211 strcpy (dir->utf8_buf, utf8_name);
253 strcpy (dir->utf8_buf, retval);
  /external/bluetooth/glib/gobject/
gobject-query.c 165 strcpy (indent_inc, O_SPACE);
212 strcpy (indent_inc, O_SPACE);
  /external/e2fsprogs/lib/blkid/
dev.c 143 strcpy(new_type, search_type);
144 strcpy(new_value, search_value);
  /external/e2fsprogs/lib/ext2fs/
finddev.c 57 strcpy(dp->name, name);
108 strcpy(cp, path);
get_pathname.c 80 strcpy(*name, (dir == EXT2_ROOT_INO) ? "/" : ".");
88 strcpy(*name, "...");
  /external/iproute2/lib/
ll_map.c 87 strcpy(im->name, RTA_DATA(tb[IFLA_IFNAME]));
174 strcpy(ncache, name);
  /external/iproute2/tc/
emp_ematch.l 25 strcpy(buf, *ematch_argv); \
  /external/oprofile/daemon/liblegacy/
opd_parse_proc.c 103 strcpy(exe_name, mapsfile);
115 strcpy(image_name, exe_name);
  /external/webkit/Source/WebKit/android/plugins/
ANPSystemInterface.cpp 78 strcpy(incognitoStorage, storage);
191 strcpy(file, path);
  /external/yaffs2/yaffs2/
yportenv.h 45 #define yaffs_strcpy(a,b) strcpy(a,b)
107 #define yaffs_strcpy(a,b) strcpy(a,b)

Completed in 787 milliseconds

1 2 3 4 56 7 8 91011>>