HomeSort by relevance Sort by last modified time
    Searched refs:strncpy (Results 526 - 548 of 548) sorted by null

<<2122

  /external/libxml2/
xmlIO.c     [all...]
  /external/openssl/apps/
apps.c 355 strncpy(out,p,size-1);
    [all...]
  /external/openssl/ssl/
s3_srvr.c     [all...]
  /external/qemu/
block.c 767 strncpy(filename, bs->backing_hd->filename, sizeof(filename));
    [all...]
vl-android.c     [all...]
vl.c 1133 strncpy(drives_table[drives_table_idx].serial, serial, sizeof(serial));
    [all...]
  /external/qemu/hw/
bt-hci.c     [all...]
  /external/webkit/Source/WebCore/dom/
Node.cpp     [all...]
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]
  /frameworks/base/media/libstagefright/
ACodec.cpp 727 strncpy((char *)roleParams.cRole,
    [all...]
OMXCodec.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 297 strncpy(req.ifr_name, interfaceName.c_str(), sizeof(req.ifr_name));
    [all...]
  /external/bluetooth/bluez/plugins/
hciops.c     [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 87 strncpy(ret, s, length);
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 92 #define OMX_VPP_STRNCPY(dst, src, size) strncpy(dst, src, size)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 376 strncpy(pComponentPrivate->cComponentName, cVideoDecodeName, VIDDEC_MAX_NAMESIZE);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 801 strncpy (dfa->re_str, pattern, length + 1);
    [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]
  /frameworks/base/services/input/
InputReader.cpp 877 strncpy(name, label, sizeof(name));
    [all...]

Completed in 6438 milliseconds

<<2122