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

<<41424344454647484950>>

  /external/icu4c/test/cintltst/
cnmdptst.c     [all...]
ccapitst.c 518 strcpy(ucs_file_name, U_TOPSRCDIR U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING);
520 strcpy(ucs_file_name, loadTestData(&err));
647 strcpy(myptr, "abc");
656 strcpy(myptr, "abc");
    [all...]
  /external/icu4c/tools/ctestfw/
ctest.c 407 strcpy(ERROR_LOG[ERRONEOUS_FUNCTION_COUNT++], pathToFunction);
    [all...]
  /external/ipsec-tools/src/racoon/
racoonctl.c 724 strcpy(data, id);
727 strcpy(data, key);
    [all...]
  /external/iptables/extensions/
libxt_conntrack.c 643 strcpy(buf, xtables_ipaddr_to_numeric(addr));
645 strcpy(buf, xtables_ipaddr_to_anyname(addr));
  /external/libpcap/
pcap-dag.c 552 strcpy(newDev, "/dev/");
673 strcpy(ebuf, handle->errbuf);
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 167 if (TLI && TLI->has(LibFunc::strcpy) &&
168 F->getName() == TLI->getName(LibFunc::strcpy)) {
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 501 strcpy(sa.sa_data, ifname);
582 strcpy(sa.sa_data, conn->ifName);
  /external/srec/srec/EventLog/src/
riff.c 1094 strcpy((char *)ptr, pairs->key);
1097 strcpy((char *)ptr, pairs->value);
  /frameworks/av/media/mtp/
MtpServer.cpp     [all...]
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 392 strcpy(sFullDeviceName, "/dev/");
899 strcpy(description->apiDescription, S_VERSION_STRING);
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 246 // fit then just lower to a plain strcpy. Otherwise we'll keep our
623 // Verify the "strcpy" function prototype.
632 if (Dst == Src) // strcpy(x,x) -> x
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 323 strcpy((char*)pComponentPrivate->componentRole.cRole,G711_DEC_ROLE);
325 strcpy((char*)pComponentPrivate->sDeviceString,"/eteedn:i0:o0/codec\0");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 293 strcpy((char*)pComponentPrivate->sDeviceString,"/eteedn:i0:o0/codec\0");
297 strcpy((char*)pComponentPrivate->componentRole->cRole, G722_DEC_ROLE);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 363 strcpy((char *)pComponentPrivate->componentRole.cRole, "audio_encoder.amrnb");
479 strcpy((char*)pComponentPrivate->sDeviceString,":srcul/codec\0");
648 strcpy(pComponentName, pComponentPrivate->cComponentName);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 349 strcpy((char*)pComponentPrivate->componentRole.cRole, AMRWB_DEC_ROLE);
387 strcpy((char*)pComponentPrivate->sDeviceString,"/eteedn:i0:o0/codec\0");
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 561 strcpy(ucs_file_name, U_TOPSRCDIR U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING);
563 strcpy(ucs_file_name, loadTestData(&err));
690 strcpy(myptr, "abc");
699 strcpy(myptr, "abc");
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 727 strcpy( buf, ".Nan" );
729 strcpy( buf, (int)ieee754_hi < 0 ? "-.Inf" : ".Inf" );
766 strcpy( buf, ".Nan" );
768 strcpy( buf, (int)ieee754 < 0 ? "-.Inf" : ".Inf" );
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 447 strcpy((char *)pComponentPrivate->componentRole.cRole, "video_encoder.mpeg4");
451 strcpy((char *)pComponentPrivate->componentRole.cRole, "video_encoder.h263");
455 strcpy((char *)pComponentPrivate->componentRole.cRole, "video_encoder.avc");
460 strcpy((char *)pComponentPrivate->componentRole.cRole, "video_encoder.avc");
463 strcpy((char *)pComponentPrivate->componentRole.cRole, "VideoEncode");
464 /* strcpy((char *)pComponentPrivate->componentRole.cRole, "video_encoder.mpeg4");*/
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-strcpy-atom.S 83 # ifndef STRCPY
84 # define STRCPY strcpy
121 ENTRY (STRCPY)
    [all...]
  /external/dnsmasq/src/
option.c 498 strcpy(ret, cp);
643 strcpy(buff, usage[i].arg);
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 203 strcpy(prefix, tmpdir);
    [all...]
  /external/valgrind/main/helgrind/
hg_intercepts.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 352 strcpy((char*)pComponentPrivate->sDeviceString,"/eteedn:i0:o0/codec\0");
356 strcpy((char*)pComponentPrivate->componentRole->cRole, AAC_DEC_ROLE);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 302 strcpy((char*)pComponentPrivate->sDeviceString,"/eteedn:i0:o0/codec\0");
    [all...]

Completed in 1325 milliseconds

<<41424344454647484950>>