HomeSort by relevance Sort by last modified time
    Searched refs:strncpy (Results 551 - 575 of 655) sorted by null

<<21222324252627

  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 210 strncpy((char *)params.cRole, role, OMX_MAX_STRINGNAME_SIZE - 1);
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 82 strncpy(data, bytes, length);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 25 #define bcm_strncpy_s(dst, noOfElements, src, count) strncpy((dst), (src), (count))
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp 353 strncpy(tmp, rangeStr, strlen(rangeStr) );
    [all...]
  /ndk/sources/host-tools/make-3.81/
variable.c 369 strncpy (vname, name, length);
    [all...]
  /system/core/libnetutils/
ifc_utils.c 163 strncpy(ifr->ifr_name, name, IFNAMSIZ);
  /system/media/camera/src/
camera_metadata_tag_info.c     [all...]
  /system/netd/
BandwidthController.cpp 151 memset(buffer, '\0', buffSize); // strncpy() is not filling leftover with '\0'
152 strncpy(buffer, src, buffSize);
    [all...]
  /system/vold/
cryptfs.c 83 strncpy(io->name, name, sizeof(io->name));
    [all...]
  /bionic/libc/
Android.mk 106 string/strncpy.c \
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 713 // MSVC 8 deprecates strncpy(), so we want to suppress warning
718 strncpy(clone, str, length);
721 strncpy(clone, str, length);
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 724 TEST(MemorySanitizer, strncpy) { // NOLINT
730 strncpy(y, x, 2); // NOLINT
    [all...]
  /external/iptables/libiptc/
libiptc.c 170 strncpy(c->name, name, TABLE_MAXNAMELEN);
    [all...]
  /external/libxml2/
catalog.c     [all...]
  /external/stressapptest/src/
worker.cc 107 strncpy(buf, errmsg, len);
    [all...]
  /external/v8/src/
gdb-jit.cc 275 strncpy(header->sectname, name_, sizeof(header->sectname));
276 strncpy(header->segname, segment_, sizeof(header->segname));
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Program.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 749 strncpy(pComponentPrivate->cComponentName, cVPPName, VPP_MAX_NAMESIZE);
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
  /dalvik/vm/
Init.cpp 369 strncpy(gDvm.jdwpHost, value, colon - value +1);
    [all...]
  /external/bzip2/
bzip2.c 933 strncpy(to,from,FILE_NAME_LEN-10);
    [all...]
  /external/dnsmasq/src/
cache.c 1251 strncpy(addrbuff, inet_ntoa(addr->addr.addr4), ADDRSTRLEN);
    [all...]
  /external/dropbear/
keyimport.c 1118 strncpy(ret->comment, p, sizeof(ret->comment));
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 898 strncpy(uuid, (char *) buf+168, 40);
    [all...]

Completed in 1768 milliseconds

<<21222324252627