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

1 2 3 4 5 6 7 891011>>

  /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/intltest/
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...]
bidiconf.cpp 86 strcpy(path, pathToDataDirectory());
98 strcpy(path, U_TOPSRCDIR U_FILE_SEP_STRING "data");
100 strcpy(path, loadTestData(errorCode));
284 strcpy(bidiTestPath, sourceTestDataPath);
  /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/quake/quake/src/WinQuake/
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...]
  /external/skia/src/animator/
SkBuildCondensedInfo.cpp 98 strcpy(scratch, "3D_");
100 strcpy(&scratch[4], &name[8]);
103 strcpy(&scratch[1], &name[1]);
  /external/zlib/
minigzip.c 275 strcpy(outfile, file);
311 strcpy(buf, file);
358 strcpy(outmode, "wb6 ");
  /external/icu4c/test/cintltst/
cstrcase.c 773 strcpy(utf8Out, defg);
781 strcpy(utf8Out, aBc);
789 strcpy(utf8Out, aBc);
797 strcpy(utf8Out, defg);
805 strcpy(utf8Out, defg);
813 strcpy(utf8Out, defg);
821 strcpy(utf8Out, defg);
829 strcpy(utf8Out, defg);
837 strcpy(utf8Out, defg)
    [all...]
  /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/");
  /external/bluetooth/glib/tests/
markup-escape-test.c 42 strcpy (expected, outbuf);
  /external/clang/tools/libclang/
CIndexer.cpp 63 strcpy(w32path, path);
  /external/dbus/dbus/
dbus-sysdeps.c 136 strcpy (putenv_value, varname);
167 strcpy (putenv_value, varname);
168 strcpy (putenv_value + varname_len, "=");
169 strcpy (putenv_value + varname_len + 1, value);
  /external/e2fsprogs/lib/ss/
invocation.c 59 strcpy(new_table->prompt, subsystem_name);
  /external/e2fsprogs/resize/
sim_progress.c 95 strcpy(prog->label, label);
  /external/e2fsprogs/tests/progs/
random_exercise.c 98 strcpy(state_array[fd].name, template);
  /external/iptables/extensions/
libxt_LED.c 56 strcpy(led->id, "netfilter-");
  /external/llvm/runtime/libprofile/
GCDAProfiling.c 76 strcpy(filename, prefix);
  /external/netperf/
netserver.c 175 strcpy(FileName, DEBUG_LOG_FILE);
675 strcpy(cmdline, program);
819 strcpy(program, argv[0]);
918 strcpy(FileName, DEBUG_LOG_FILE);

Completed in 1278 milliseconds

1 2 3 4 5 6 7 891011>>