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

<<11121314151617181920>>

  /external/srec/tools/dictTest/
dictTest.c 245 strcpy(ptemp, env_sdk_path);
250 strcpy(vocabfile,ptemp);
  /external/stlport/src/
ios.cpp 212 strcpy(buffer, "ios failure: rdstate = 0x");
214 strcpy(ptr, " mask = 0x");
  /external/valgrind/main/coregrind/
launcher-linux.c 102 strcpy(fullname, path);
330 strcpy(new_line, VALGRIND_LAUNCHER);
m_options.c 150 VG_(strcpy)(out, base_dir);
234 VG_(strcpy)(opt, option_name);
  /frameworks/base/core/jni/
android_database_SQLiteProgram.cpp 49 strcpy(buf, "android_database_SQLiteProgram->native_compile() not implemented");
156 strcpy(buf, "android_database_SQLiteProgram->native_finalize() not implemented");
  /hardware/ti/omap4xxx/ion/
ion_test.c 164 strcpy(ptr, "master");
221 strcpy(ptr, "child");
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 212 strcpy(buffer, "ios failure: rdstate = 0x");
214 strcpy(ptr, " mask = 0x");
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 204 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
205 strcpy (res_ptr + res_size - (l2 + 1), buf2);
  /system/core/cpio/
mkbootfs.c 232 strcpy(in, start);
233 strcpy(out, prefix);
  /system/core/mkbootimg/
mkbootimg.c 183 strcpy(hdr.name, board);
191 strcpy((char*)hdr.cmdline, cmdline);
  /build/tools/zipalign/
ZipEntry.cpp 127 strcpy((char*) mCDE.mFileName, fileName);
132 strcpy((char*) mCDE.mFileComment, comment);
156 strcpy((char*) mCDE.mFileName, (char*)pEntry->mCDE.mFileName);
162 strcpy((char*) mCDE.mFileComment, (char*)pEntry->mCDE.mFileComment);
250 strcpy((char*) mLFH.mFileName, (const char*) mCDE.mFileName);
  /external/icu4c/test/iotest/
iotest.cpp 93 strcpy(p, __FILE__);
107 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING );
149 strcpy(tdpath, directory);
734 strcpy(p, __FILE__);
748 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
    [all...]
  /frameworks/base/cmds/rawbu/
backup.cpp 81 strcpy(nameBuffer, path);
100 strcpy(filenameOffset, de->d_name);
151 strcpy(nameBuffer, path);
286 strcpy(fullPath, srcPath);
288 strcpy(fullPath+srcLen+1, de->d_name);
  /frameworks/base/tools/aapt/
ZipEntry.cpp 127 strcpy((char*) mCDE.mFileName, fileName);
132 strcpy((char*) mCDE.mFileComment, comment);
156 strcpy((char*) mCDE.mFileName, (char*)pEntry->mCDE.mFileName);
162 strcpy((char*) mCDE.mFileComment, (char*)pEntry->mCDE.mFileComment);
250 strcpy((char*) mLFH.mFileName, (const char*) mCDE.mFileName);
  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core.c 236 strcpy(buf, prefix); /* the lengths are defined herein or have been */
237 strcat(buf, cComponentName); /* checked already, so strcpy and strcat are */
545 strcpy(cComponentName, componentTable[nIndex].name);
604 strcpy((OMX_STRING) roles[j],
811 strcpy(sRoleArray[tableCount][j],
870 strcpy(compName[numFiles], tComponentName[i][0]);
  /system/core/toolbox/
top.c 301 strcpy(proc->name, cur_proc.name);
384 strcpy(proc->policy, "unk");
387 strcpy(proc->policy, "bg");
389 strcpy(proc->policy, "fg");
391 strcpy(proc->policy, "er");
  /external/dropbear/libtomcrypt/testprof/
der_tests.c 66 strcpy((char*)strs[0], "one");
67 strcpy((char*)strs[1], "one2");
68 strcpy((char*)strs[2], "two");
69 strcpy((char*)strs[3], "aaa");
70 strcpy((char*)strs[4], "aaaa");
71 strcpy((char*)strs[5], "aab");
72 strcpy((char*)strs[6], "aaab");
73 strcpy((char*)strs[7], "bbb");
74 strcpy((char*)strs[8], "bbba");
75 strcpy((char*)strs[9], "bbbb")
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 18 #include "string.h" /* for strcpy */
445 (void) strcpy(fakeenv[to++], "TZ=");
455 (void) strcpy(&fakeenv[0][3], argv[i]);
472 strcpy(path, dirarg);
991 strcpy(path, basedir);
1006 strcpy(pzonename, relpath);
1028 strcpy(subpath, relpath);
1032 strcpy(subpath, dir->d_name);
  /external/libpcap/
pcap-dos.c 163 strcpy (errbuf, "Not enough memory (pcap)");
345 strcpy (p->errbuf, "illegal pcap handle");
351 strcpy (p->errbuf, "device statistics not available");
468 strcpy (ebuf, "No driver found");
480 strcpy (errbuf, "pcap_open_offline() or pcap_open_live() must be "
564 strcpy (errbuf, "No drivers found");
753 strcpy (ebuf, "Not enough memory (Rx pool)");
    [all...]
  /external/quake/quake/src/QW/server/
pr_edict.c 256 strcpy (gefvCache[rep].field, field);
655 strcpy (keyname, com_token);
742 strcpy (string, s);
821 strcpy (com_token, "angles");
829 strcpy (com_token, "light_lev"); // hack for single light def
831 strcpy (keyname, com_token);
858 strcpy (temp, com_token);
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 261 strcpy (gefvCache[rep].field, field);
663 strcpy (keyname, com_token);
750 strcpy (string, s);
830 strcpy (com_token, "angles");
838 strcpy (com_token, "light_lev"); // hack for single light def
840 strcpy (keyname, com_token);
875 strcpy (temp, com_token);
  /external/bzip2/
bzip2recover.c 312 strcpy ( progName, argv[0] );
349 strcpy ( inFileName, argv[1] );
471 strcpy (outFileName, inFileName);
  /external/e2fsprogs/lib/ext2fs/
initialize.c 137 strcpy(fs->device_name, name);
362 strcpy(buf, "block bitmap for ");
368 strcpy(buf, "inode bitmap for ");
  /external/ppp/pppd/plugins/radius/
sendserver.c 110 strcpy ((char *) md5buf, secret);
142 strcpy ((char *) md5buf, secret);
223 strcpy(secret, MGMT_POLL_SECRET);
  /external/quake/quake/src/QW/client/
common.c 970 strcpy (out,"?model?");
1688 strcpy (newfiles[i].name, info[i].name);
1694 strcpy (pack->filename, packfile);
1721 strcpy(gamedirfile, ++p);
1723 strcpy(gamedirfile, p);
1724 strcpy (com_gamedir, dir);
1730 strcpy (search->filename, dir);
1774 strcpy (gamedirfile, dir);
1806 strcpy (search->filename, com_gamedir);
    [all...]

Completed in 602 milliseconds

<<11121314151617181920>>