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

1 2 3 4 5 6 7 8 91011>>

  /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/
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...]
  /external/netperf/
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...]
netcpu_perfstat.c 77 strcpy(name.name,"");
168 strcpy(name.name,"");
  /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);
  /development/tools/elftree/
elftree.c 77 strcpy(s->name, name);
101 strcpy(dir->path, path);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 60 strcpy((char *)buffer, str);
92 strcpy((char *)buffer, str);
  /external/bluetooth/bluez/tools/
hciattach_st.c 134 strcpy(pathname, "/lib/firmware");
137 strcpy(pathname, ".");
  /external/bluetooth/glib/glib/
gmessages.c 730 strcpy (level_prefix, "ERROR");
734 strcpy (level_prefix, "CRITICAL");
738 strcpy (level_prefix, "WARNING");
742 strcpy (level_prefix, "Message");
746 strcpy (level_prefix, "INFO");
749 strcpy (level_prefix, "DEBUG");
754 strcpy (level_prefix, "LOG-");
758 strcpy (level_prefix, "LOG");
  /external/e2fsprogs/intl/
localcharset.c 189 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
190 strcpy (res_ptr + res_size - (l2 + 1), buf2);
  /external/icu4c/test/intltest/
restsnew.cpp 281 strcpy(versionID1, "44.0"); // hardcoded, please change if the default.txt file or ResourceBundle::kVersionSeparater is changed.
283 strcpy(versionID2, "55.0"); // hardcoded, please change if the te_IN.txt file or ResourceBundle::kVersionSeparater is changed.
    [all...]
  /external/iproute2/misc/
lnstat_util.c 185 strcpy(lf->basename, file);
186 strcpy(lf->path, path);
  /external/jhead/
jhead.c 366 strcpy(TempName+a, "XXXXXX");
514 strcpy(NewName, NewBaseName);
724 strcpy(ThumbTempName_in, FileName);
726 strcpy(ThumbTempName_out, FileName);
778 // Protect against buffer overruns in strcpy / strcat's on filename
    [all...]
  /external/qemu/telephony/
sim_card.c 391 strcpy( out, "+CRSM: 144,0," );
416 strcpy( out, "+CRSM: 144,0," );
  /external/quake/quake/src/QW/qwfwd/
misc.c 228 strcpy (cmd_argv[cmd_argc], com_token);
329 strcpy (start, s); // remove this part

Completed in 843 milliseconds

1 2 3 4 5 6 7 8 91011>>