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

<<21222324252627

  /external/ping6/
ping6.c     [all...]
  /external/ppp/pppd/
auth.c     [all...]
  /external/quake/quake/src/QW/client/
common.c 974 strncpy (out,s2+1, s-s2);
    [all...]
  /external/quake/quake/src/WinQuake/
menu.cpp 463 strncpy (m_filenames[i], name, sizeof(m_filenames[i])-1);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp     [all...]
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 37 # define _STLP_STRNCPY(D, DS, S, C) strncpy(D, S, C)
    [all...]
  /external/strace/
strace.c 553 strncpy(pathname, path, n);
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp     [all...]
Range.cpp     [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp     [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 95 strncpy(buf, pkgPath.string(), 255);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 37 # define _STLP_STRNCPY(D, DS, S, C) strncpy(D, S, C)
    [all...]
  /packages/apps/Nfc/nci/jni/
SecureElement.cpp     [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 440 strncpy (pContext->mOverlayFileName,
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]
  /external/blktrace/
blktrace.c 863 strncpy(hdr.buts_name, buts_name, sizeof(hdr.buts_name));
    [all...]
  /external/libppp/src/
bundle.c     [all...]
  /external/libxml2/
xmlIO.c     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 705 // strncpy(x, "", y) -> memset(x, '\0', y, 1)
716 if (Len == 0) return Dst; // strncpy(x, y, 0) -> x
721 // Let strncpy handle the zero padding
725 // strncpy(x, s, c) -> memcpy(x, s, c, 1) [s and c are constant]
    [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...]
  /external/qemu/hw/
bt-hci.c     [all...]

Completed in 1900 milliseconds

<<21222324252627