HomeSort by relevance Sort by last modified time
    Searched full:strcpy (Results 501 - 525 of 2026) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
floatnum_test.c 165 strcpy(result_msg, vals[i].ascii);
255 strcpy(ret_msg, vals[i].ascii);
257 strcpy(result_msg, vals[i].ascii);
  /external/dnsmasq/src/
lease.c 48 strcpy(daemon->dhcp_buff, daemon->lease_change_command);
460 strcpy(new_name, name);
463 strcpy(new_fqdn, name);
  /external/e2fsprogs/lib/ext2fs/
initialize.c 137 strcpy(fs->device_name, name);
362 strcpy(buf, "block bitmap for ");
368 strcpy(buf, "inode bitmap for ");
  /external/icu4c/test/intltest/
intltest.cpp 411 strcpy(p, __FILE__);
425 strcpy(pBackSlash, U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING);
535 strcpy(basePath, "/");
559 strcpy(testToBeCalled.basePath, this->basePath );
561 strcpy(testToBeCalled.basePath, this->basePath ); // reset it.
639 strcpy(baseName, "/");
699 strcpy(this->basePath, baseName);
727 strcpy(saveBaseLoc,name);
742 strcpy(saveBaseLoc,name);
    [all...]
  /external/iproute2/tc/
m_ipt.c 245 strcpy(new_name, name);
246 strcpy(lname, name);
381 strcpy(target->t->u.user.name, target->name);
  /external/iptables/libiptc/
libiptc.c 1127 strcpy(t->target.u.user.name, STANDARD_TARGET);
1157 strcpy(head->name.t.u.user.name, ERROR_TARGET);
1160 strcpy(head->name.error, c->name);
1177 strcpy(foot->target.target.u.user.name, STANDARD_TARGET);
    [all...]
  /external/libppp/src/
prompt.c 122 strcpy(shostname, "localhost");
404 strcpy(nfmt, fmt);
405 strcpy(nfmt + len - 1, "\r\n");
  /external/llvm/test/Transforms/InstCombine/
disable-simplify-libcalls.ll 26 declare i8* @strcpy(i8*, i8*)
141 %ret = call i8* @strcpy(i8* %x, i8* %y)
143 ; CHECK: call i8* @strcpy
  /external/ppp/pppd/plugins/radius/
sendserver.c 110 strcpy ((char *) md5buf, secret);
142 strcpy ((char *) md5buf, secret);
223 strcpy(secret, MGMT_POLL_SECRET);
  /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/srec/srec/crec/
srec_results.c 318 strcpy(label + return_len, p);
336 strcpy(label + return_len, et);
343 strcpy(label + return_len, " ");
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 369 strcpy (buf1, buf2);
406 /* Use buf2 as the buffer, it saves a strcpy if it is not pointing to
490 return strcpy(ret, str);
  /bionic/tests/
string_test.cpp 205 strcpy(state.ptr + state.MAX_LEN - 1, state.ptr1);
217 strcpy(buf, orig);
227 strcpy(buf, orig);
246 strcpy(buf, orig);
451 TEST(string, strcpy) {
471 ASSERT_TRUE(strcpy(state.ptr2, state.ptr1) == state.ptr2);
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 135 strcpy (s, mon);
546 strcpy (arg_own_buf, "E00");
557 strcpy (arg_own_buf, "E00");
571 strcpy (arg_own_buf, "E00");
576 strcpy (arg_own_buf, "E00");
608 strcpy (arg_own_buf, "E00");
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
strcpy.S 77 ENTRY(strcpy) function
451 END(strcpy)
  /bionic/libc/arch-arm/cortex-a9/bionic/
strcpy.S 77 ENTRY(strcpy) function
456 END(strcpy)
  /external/bluetooth/bluedroid/main/
bte_conf.c 133 strcpy((char *)local_device_default_name, p_conf_value);
166 strcpy(hci_logfile, p_conf_value);
  /external/chromium_org/third_party/npapi/npspy/common/
logger.cpp 369 strcpy(szFile, filename);
383 strcpy(szFile, filename);
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.cpp 304 strcpy(propLang, "en");
305 strcpy(propRegn, "US");
  /external/clang/tools/scan-build/
scan-build.1 310 .It security.insecureAPI.strcpy
312 .Fn strcpy
  /external/clang/www/analyzer/
available_checks.html 158 <td><b>security.insecureAPI.strcpy</b></td><td>Warn on uses of the 'strcpy' and 'strcat' functions.</td>
  /external/dropbear/
signkey.c 297 strcpy(ret, "md5 ");
331 strcpy(ret, "sha1 ");
  /external/e2fsprogs/ext2ed/
inode_com.c 56 strcpy (buffer,"show");dispatch (buffer);
104 strcpy (buffer,"show");dispatch (buffer);
  /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);

Completed in 452 milliseconds

<<21222324252627282930>>