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

1 2 3 4 5 6 7 891011>>

  /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/icu4c/test/intltest/
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/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);
nettest_unix.c 137 strcpy(path_prefix,"/tmp");
423 strcpy(server.sun_path,stream_stream_response->unix_path);
819 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf."));
896 strcpy(stream_stream_response->unix_path,myaddr_un.sun_path);
    [all...]
  /external/ppp/pppd/plugins/radius/
avpair.c 215 strcpy (pair->name, attr->name);
313 strcpy(pair->name, attr->name);
591 strcpy (pair->name, attr->name);
600 strcpy (pair->strvalue, valstr);
  /external/qemu/android/protocol/
ui-commands-proxy.c 154 strcpy(cmd->light, light);
  /external/qemu/android/utils/
tempfile.c 101 strcpy( (char*)tempfile->name, tempname );
  /external/quake/quake/src/QW/client/
cvar.c 198 strcpy (value, variable->string);
  /frameworks/base/core/jni/
android_database_SQLiteCompiledSql.cpp 79 strcpy(message, ", while compiling: "); // less than 50 chars
  /frameworks/base/media/libstagefright/id3/
testid3.cpp 134 strcpy(newPath, path);
  /frameworks/base/media/libstagefright/omx/
SoftOMXPlugin.cpp 152 strcpy(name, kComponents[index].mName);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 234 * checked already, so strcpy and strcat are
237 strcpy(buf, prefix);
513 strcpy(cComponentName, componentTable[nIndex].name);
589 strcpy((OMX_STRING)roles[j], componentTable[i].pRoleArray[j]);
752 strcpy(compName[numFiles], tComponentName[i][0]);
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 153 strcpy(names[tok-FIRSTTOKEN], name);
  /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...]
creststn.c 498 strcpy(action, "getting and testing of string with embeded zero");
514 strcpy(action, "getting and testing of binary type");
527 strcpy(action, "getting and testing of imported binary type");
540 strcpy(action, "getting and testing of integer types");
552 strcpy(action, "getting minusone");
565 strcpy(action, "getting plusone");
606 /* This strcpy fixes compiler warnings about long strings */
607 strcpy(pattern, "[ \\\\u0020 \\\\u00A0 \\\\u1680 \\\\u2000 \\\\u2001 \\\\u2002 \\\\u2003 \\\\u2004 \\\\u2005 \\\\u2006 \\\\u2007 "
679 strcpy(path, sourcePath);
681 strcpy(path, deltaPath)
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 780 strcpy(argv[1], "0");
782 strcpy(argv[1], "1");
784 strcpy(argv[1], "2");
820 strcpy(argv[1], "0");
823 strcpy(argv[1], "1");
825 strcpy(argv[1], "1");
828 strcpy(argv[1], "2");
830 strcpy(argv[1], "3");
832 strcpy(argv[1], "3");
1059 strcpy(buf, cmd->name)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 780 strcpy(argv[1], "0");
782 strcpy(argv[1], "1");
784 strcpy(argv[1], "2");
820 strcpy(argv[1], "0");
823 strcpy(argv[1], "1");
825 strcpy(argv[1], "1");
828 strcpy(argv[1], "2");
830 strcpy(argv[1], "3");
832 strcpy(argv[1], "3");
1059 strcpy(buf, cmd->name)
    [all...]
  /bootable/recovery/minelf/
Retouch.c 212 strcpy(binary_name_atomic, binary_name);
226 strcpy(target_fs, binary_name);

Completed in 4060 milliseconds

1 2 3 4 5 6 7 891011>>