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

1 2 3 4 5 6 78 91011>>

  /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...]
host_cmd.cpp 288 strcpy (name, Cmd_Argv(1));
299 strcpy (cls.spawnparms, "");
336 strcpy (level, Cmd_Argv(1));
341 strcpy (_startspot, Cmd_Argv(2));
361 strcpy (level, Cmd_Argv(1));
385 strcpy (mapname, sv.name); // must copy out, because it gets cleared
388 strcpy(startspot, sv.startspot);
426 strcpy (name, Cmd_Argv(1));
652 strcpy (sv.lightstyles[i], str);
820 strcpy (sv.lightstyles[i], str)
    [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...]
  /external/oprofile/libpopt/
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);
  /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/icu4c/test/intltest/
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);
intltest.cpp 396 strcpy(p, __FILE__);
410 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
519 strcpy(basePath, "/");
543 strcpy(testToBeCalled.basePath, this->basePath );
545 strcpy(testToBeCalled.basePath, this->basePath ); // reset it.
616 strcpy(baseName, "/");
677 strcpy(this->basePath, baseName);
705 strcpy(saveBaseLoc,name);
716 strcpy(saveBaseLoc,name);
    [all...]
  /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");
minigzip.c 275 strcpy(outfile, file);
311 strcpy(buf, file);
358 strcpy(outmode, "wb6 ");
  /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);
  /external/elfutils/libebl/
eblopenbackend.c 221 strcpy (stpcpy (stpcpy (dsoname,
229 strcpy (stpcpy (stpcpy (dsoname, "libebl_"),
243 strcpy (mempcpy (symname, machines[cnt].prefix,
  /external/icu4c/test/perf/DateFmtPerf/
DateFmtPerf.h 155 strcpy(locale, loc);
249 strcpy(locale, loc);
393 strcpy(locale, loc);
  /external/qemu/slirp/
debug.c 94 strcpy(buff, "on");
96 strcpy(buff, "off");
98 strcpy(buff, "off (for now)");
  /external/qemu/slirp-android/
debug.c 93 strcpy(buff, "on");
95 strcpy(buff, "off");
97 strcpy(buff, "off (for now)");
  /external/skia/src/animator/
SkBuildCondensedInfo.cpp 98 strcpy(scratch, "3D_");
100 strcpy(&scratch[4], &name[8]);
103 strcpy(&scratch[1], &name[1]);
  /bionic/libc/netbsd/nameser/
ns_ttl.c 160 strcpy(*buf, tmp);
  /bootable/recovery/tools/ota/
add-property-tag.c 51 strcpy(pos, end);
  /build/libs/host/
CopyFile.c 305 strcpy(srcRsrcName, src);
309 strcpy(dstRsrcName, dst);
575 strcpy(srcExe, src);
589 strcpy(dstExe, dst);
  /dalvik/vm/native/
java_lang_reflect_Array.cpp 114 strcpy(acDescriptor+numDim, elementClass->descriptor);
  /development/tools/etc1tool/
etc1tool.cpp 87 strcpy(pPath + pathLen, pExtension);
90 strcpy(pPath + index, pExtension);
96 strcpy(pPath + pathLen, pExtension);
567 strcpy(pOutputFileBuff, pInput);
  /device/samsung/tuna/libsensors/
SamsungSensorBase.cpp 40 strcpy(name, "/sys/class/input/");

Completed in 1983 milliseconds

1 2 3 4 5 6 78 91011>>