/external/chromium_org/third_party/icu/source/test/intltest/ |
restest.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.
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
imports.c | 522 * Implemented using malloc() and strcpy. 532 strcpy(s2, s);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/ |
stabs-dbgfmt.c | 243 strcpy(str, name); 450 strcpy((char *)buf, str);
|
/external/chromium_org/third_party/zlib/ |
gzlib.c | 158 strcpy(state->path, path); 516 strcpy(state->msg, state->path);
|
/external/dnsmasq/src/ |
util.c | 199 strcpy(ret, in); 342 strcpy(buf, inet_ntoa(addr->in.sin_addr));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/ |
eclipse_1310.so | |
/external/icu4c/test/cintltst/ |
spooftest.c | 145 strcpy(fileName, dataSrcDir); 155 strcpy(fileName, dataSrcDir);
|
/external/icu4c/test/intltest/ |
restest.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.
|
/external/iproute2/misc/ |
nstat.c | 583 || (strcpy(sun.sun_path+1, "nstat0"), 605 strcpy(info_source, "kernel");
|
rtacct.c | 601 || (strcpy(sun.sun_path+1, "rtacct0"), 622 strcpy(kern_db->signature, "kernel");
|
/external/iptables/iptables/ |
ip6tables.c | 626 strcpy(buf, xtables_ip6addr_to_numeric(&fw->ipv6.src)); 628 strcpy(buf, xtables_ip6addr_to_anyname(&fw->ipv6.src)); 639 strcpy(buf, xtables_ip6addr_to_numeric(&fw->ipv6.dst)); 641 strcpy(buf, xtables_ip6addr_to_anyname(&fw->ipv6.dst)); 876 strcpy(chains + i*sizeof(ip6t_chainlabel), chain); [all...] |
iptables.c | 632 strcpy(buf, xtables_ipaddr_to_numeric(&fw->ip.src)); 634 strcpy(buf, xtables_ipaddr_to_anyname(&fw->ip.src)); 644 strcpy(buf, xtables_ipaddr_to_numeric(&fw->ip.dst)); 646 strcpy(buf, xtables_ipaddr_to_anyname(&fw->ip.dst)); 881 strcpy(chains + i*sizeof(ipt_chainlabel), chain); [all...] |
/external/iputils/ |
tracepath6.c | 234 strcpy(abuf, "???"); 247 strcpy(hbuf, "???");
|
/external/liblzf/ |
lzf.c | 343 strcpy (oname, fname); 354 strcpy (oname, fname);
|
/external/libppp/src/ |
server.c | 225 strcpy(name, server.cfg.sockname); 261 strcpy(ifsun.sun_path, name);
|
/external/llvm/tools/llvm-nm/ |
llvm-nm.cpp | 223 strcpy(SymbolAddrStr, " "); 225 strcpy(SymbolSizeStr, " ");
|
/external/mesa3d/src/mesa/main/ |
imports.c | 522 * Implemented using malloc() and strcpy. 532 strcpy(s2, s);
|
/external/oprofile/opjitconv/ |
jitsymbol.c | 262 strcpy(s, split->symbol_name); 291 strcpy(s, split->symbol_name);
|
/external/ppp/pppd/plugins/rp-pppoe/ |
common.c | 177 strcpy(copy, str); 440 strcpy(err.payload, msg);
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testblitspeed.c | 31 strcpy(str + (strsize - 5), " ..."); 130 strcpy(f, " (none)");
|
/external/qemu/telephony/ |
android_modem.c | 326 strcpy( modem->out_buff, SMS_UNSOL_HEADER ); 493 strcpy( modem->operators[0].name[0], OPERATOR_HOME_NAME ); 494 strcpy( modem->operators[0].name[1], OPERATOR_HOME_NAME ); 495 strcpy( modem->operators[0].name[2], OPERATOR_HOME_MCCMNC ); 499 strcpy( modem->operators[1].name[0], OPERATOR_ROAMING_NAME ); 500 strcpy( modem->operators[1].name[1], OPERATOR_ROAMING_NAME ); 501 strcpy( modem->operators[1].name[2], OPERATOR_ROAMING_MCCMNC ); [all...] |
/external/tremolo/Tremolo/ |
treminfo.c | 80 strcpy(fulltag, tag); 99 strcpy(fulltag,tag);
|
/external/valgrind/main/VEX/priv/ |
host_s390_disasm.c | 111 /* strcpy(buf, from); */ 144 /* strcpy(buf, prefix); */
|
/external/valgrind/main/coregrind/ |
launcher-darwin.c | 109 strcpy(fullname, path); 362 strcpy(launcher_name, cwd);
|
launcher-linux.c | 92 strcpy(fullname, path); 342 strcpy(new_line, VALGRIND_LAUNCHER);
|