Searched
full:strcpy (Results
451 -
475 of
2026) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/cpp/ |
cpp-preproc.c | 88 strcpy(p, s); \ 105 strcpy(p, CPP_PROG);
|
/external/e2fsprogs/lib/ext2fs/ |
rw_bitmaps.c | 169 strcpy(buf, "block bitmap for "); 188 strcpy(buf, "inode bitmap for ");
|
/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/ip/ |
ipxfrm.c | 228 strcpy(str, "any"); 231 strcpy(str, "session"); 234 strcpy(str, "user"); 237 strcpy(str, "unique"); 270 strcpy(str, "main"); 273 strcpy(str, "sub"); 347 strcpy(str, "(INF)"); 371 strcpy(str, "-");
|
/external/iproute2/misc/ |
lnstat_util.c | 185 strcpy(lf->basename, file); 186 strcpy(lf->path, path);
|
/external/libvpx/libvpx/ |
webmenc.c | 136 strcpy(version_string, "vpxenc"); 138 strcpy(version_string, "vpxenc ");
|
/external/mdnsresponder/mDNSShared/ |
dnsextd_parser.y | 233 strcpy( zoneSpec->key, g_zoneSpec.key ); 255 strcpy( zoneSpec->key, g_zoneSpec.key );
|
/external/netperf/ |
netcpu_perfstat.c | 77 strcpy(name.name,""); 168 strcpy(name.name,"");
|
/external/openfst/src/lib/ |
symbol-table.cc | 129 strcpy(csymbol, symbol.c_str()); 193 strcpy(csymbol, symbol.c_str());
|
/external/srec/portable/include/ |
ptypes.h | 250 * LCHAR version of strcpy() 252 #define LSTRCPY strcpy
|
/frameworks/av/services/audioflinger/ |
FastMixer.cpp | 434 strcpy(traceName, "fRdy"); [all...] |
/frameworks/compile/mclinker/unittests/ |
NamePoolTest.cpp | 202 strcpy(s, result1); 220 strcpy(name, "Hello MCLinker");
|
/hardware/invensense/60xx/libsensors_iio/ |
libmllite.so | |
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/build/android/ |
libmllite.so | |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
libOMX.TI.AMR.encode.so | |
/ndk/sources/host-tools/make-3.81/w32/ |
pathstuff.c | 204 strcpy(pathp, &p[2]); 245 strcpy(pathp, &p[2]);
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/ |
lto-wrapper | |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/ |
lto-wrapper | |
/system/core/adb/ |
adb_auth_host.c | 119 strcpy(hostname, "unknown"); 125 strcpy(username, "unknown");
|
/system/core/cpio/ |
mkbootfs.c | 273 strcpy(in, start); 274 strcpy(out, prefix);
|
/system/core/libcutils/ |
dir_hash.c | 165 strcpy(name, de->d_name); 318 strcpy(buf + retlen, list[i]->name);
|
/system/core/mkbootimg/ |
mkbootimg.c | 191 strcpy(hdr.name, board); 199 strcpy((char*)hdr.cmdline, cmdline);
|
/system/core/toolbox/ |
ps.c | 144 strcpy(user,pw->pw_name); 150 strcpy(macline, "-");
|
/system/netd/ |
TetherController.cpp | 200 strcpy(daemonCmd, "update_dns"); 245 strcpy(daemonCmd, "update_ifaces");
|
/external/chromium_org/third_party/icu/source/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);
|
Completed in 750 milliseconds
<<11121314151617181920>>