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

1 2 3 4 5 6 78 91011>>

  /external/expat/xmlwf/
ct.c 92 strcpy(charset, "us-ascii");
xmlmime.c 96 strcpy(charset, "us-ascii");
  /external/icu4c/test/intltest/
ucdtest.cpp 201 strcpy(newPath, pathToDataDirectory());
207 strcpy(backupPath, U_TOPSRCDIR U_FILE_SEP_STRING "data");
209 strcpy(backupPath, loadTestData(errorCode));
228 strcpy(basename, "DerivedNormalizationProps.txt");
normconf.cpp 78 strcpy(unidataPath, folder);
91 strcpy(unidataPath, folder);
106 strcpy(unidataPath, folder);
119 strcpy(unidataPath, folder);
130 strcpy(unidataPath, U_TOPSRCDIR U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "unidata" U_FILE_SEP_STRING);
137 strcpy(unidataPath, U_TOPSRCDIR U_FILE_SEP_STRING "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING);
  /external/oprofile/libop/
op_mangle.c 69 strcpy(mangled, op_samples_current_dir);
  /external/oprofile/libpopt/
poptparse.c 39 dst += strlen(strcpy(dst, argv[i])) + 1;
popthelp.c 162 strcpy(le, defstr); le += strlen(le);
187 strcpy(le, "null"); le += strlen(le);
193 strcpy(le, "..."); le += strlen(le);
273 strcpy(te, help); te += strlen(te);
276 strcpy(te, defs);
326 strcpy(le, argDescrip); le += strlen(le);
335 strcpy(le, argDescrip);
  /external/stlport/test/unit/
cstring_test.cpp 58 CPPUNIT_CHECK( std::strcpy((char*)buf, foo) == (char*)buf ); // buf <- foo
  /external/zlib/contrib/iostream3/
zfstream.cc 11 #include <cstring> // for strcpy, strcat, strlen (mode strings)
146 strcpy(c_mode, "w");
148 strcpy(c_mode, "a");
150 strcpy(c_mode, "w");
152 strcpy(c_mode, "r");
155 // strcpy(c_mode, "r+");
157 // strcpy(c_mode, "w+");
  /hardware/ti/omap4xxx/
mapinfo.c 44 strcpy(mi->name, line + 49);
  /ndk/tests/device/test-gnustl-full/unit/
cstring_test.cpp 58 CPPUNIT_CHECK( std::strcpy((char*)buf, foo) == (char*)buf ); // buf <- foo
  /ndk/tests/device/test-stlport/unit/
cstring_test.cpp 58 CPPUNIT_CHECK( std::strcpy((char*)buf, foo) == (char*)buf ); // buf <- foo
  /system/core/toolbox/
chmod.c 33 strcpy(subpath, path);
  /external/jhead/
gpsinfo.c 138 strcpy(ImageInfo.GpsLat, "? ?");
139 strcpy(ImageInfo.GpsLong, "? ?");
210 strcpy(FmtString, "%0.0fd %0.0fm %0.0fs");
  /external/ppp/pppd/plugins/pppoatm/
ans.c 171 strcpy(buf,"AESA.ATMA.INT.");
190 strcpy (buf, "NSAP.INT.");
240 strcpy(buf,".E164.ATMA.INT.");
  /external/svox/pico/lib/
picodbg.c 266 strcpy(logFilterFN, PICODBG_DEFAULT_FILTERFN);
294 strcpy(logFilterFN, name);
348 strcpy(ctxbuf, "*** ");
  /sdk/emulator/qtools/
dmtrace.cpp 44 strcpy(tmpData, "/tmp/dmtrace-data-XXXXXX");
178 strcpy(sig, paren);
197 strcpy(method, dot + 1);
  /external/quake/quake/src/WinQuake/
common.cpp 1465 strcpy (cachepath, netpath);
1481 strcpy (netpath, cachepath);
1698 strcpy (newfiles[i].name, info[i].name);
1704 strcpy (pack->filename, packfile);
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 526 strcpy(enableAssertBuf, "-ea:");
529 strcpy(jniOptsBuf, "-Xjniopts:");
559 strcpy(heapstartsizeOptsBuf, "-Xms");
563 strcpy(heapsizeOptsBuf, "-Xmx");
568 strcpy(heapgrowthlimitOptsBuf, "-XX:HeapGrowthLimit=");
650 strcpy(lockProfThresholdBuf, "-Xlockprofthreshold:");
661 strcpy(jitOpBuf, "-Xjitop:");
671 strcpy(jitMethodBuf, "-Xjitmethod:");
725 strcpy(stackTraceFile, stfOptName);
739 strcpy(langOption, "-Duser.language=")
    [all...]
  /system/core/liblog/
logprint.c 746 strcpy(suffixBuf, "\n"); suffixLen = 1;
757 strcpy(suffixBuf, "\n");
763 strcpy(suffixBuf, "\n");
770 strcpy(suffixBuf, "\n");
777 strcpy(suffixBuf, "\n");
785 strcpy(suffixBuf, "\n\n");
793 strcpy(suffixBuf, "\n");
  /external/e2fsprogs/ext2ed/
general_com.c 179 strcpy (device_name,new_device);
351 strcpy((char *) ptr, value);
387 strcpy (value,++ptr);
442 strcpy (buffer,ptr);
486 strcpy (buffer,"show");dispatch (buffer);
799 strcpy (remember_lifo.name [entry_num],buffer);
  /external/zlib/
example.c 69 strcpy((char*)uncompr, "garbage");
120 strcpy((char*)uncompr, "garbage");
214 strcpy((char*)uncompr, "garbage");
310 strcpy((char*)uncompr, "garbage");
389 strcpy((char*)uncompr, "garbage");
470 strcpy((char*)uncompr, "garbage");
  /dalvik/libdex/
DexProto.cpp 157 strcpy(at, desc);
163 strcpy(at, dexStringByTypeIdx(dexFile, protoId->returnTypeIdx));
204 strcpy(at, descriptor);
  /external/e2fsprogs/misc/
blkid.c 209 strcpy(mtpt, "(mounted, mtpt unknown)");
211 strcpy(mtpt, "(in use)");
213 strcpy(mtpt, "(not mounted)");
  /external/e2fsprogs/util/
subst.c 50 strcpy(ent->name, name);
51 strcpy(ent->value, value);
355 strcpy(newfn, outfn);

Completed in 718 milliseconds

1 2 3 4 5 6 78 91011>>