HomeSort by relevance Sort by last modified time
    Searched refs:strcpy (Results 151 - 175 of 877) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/e2fsprogs/ext2ed/
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/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, "...");
dupfs.c 50 strcpy(fs->device_name, src->device_name);
io_manager.c 38 strcpy(options, opts);
  /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)
  /ndk/sources/host-tools/make-3.81/w32/
pathstuff.c 204 strcpy(pathp, &p[2]);
245 strcpy(pathp, &p[2]);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
string.h 47 #undef strcpy macro
110 #define strcpy(dest, src) \ macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string3.h 34 # undef strcpy macro
104 __NTH (strcpy (char *__restrict __dest, __const char *__restrict __src)) function
  /system/extras/tests/bionic/libc/common/
test_libgen.c 17 strcpy(temp, _input);
133 strcpy(temp, _input);
  /bionic/libc/netbsd/nameser/
ns_samedomain.c 178 strcpy(dst, src);
  /bootable/bootloader/legacy/include/boot/
boot.h 92 char *strcpy(char *dst, const char *src);
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_ETC.c 123 return strcpy(dest, src);
  /external/e2fsprogs/lib/e2p/
mntopts.c 106 strcpy(buf, str);
  /external/e2fsprogs/misc/
base_device.c 50 strcpy(str, device);

Completed in 828 milliseconds

1 2 3 4 5 67 8 91011>>