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

<<2122

  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /external/bluetooth/bluez/src/
adapter.c 947 strncpy(adapter->name, name, MAX_NAME_LENGTH);
981 strncpy(adapter->name, name, MAX_NAME_LENGTH);
1347 strncpy(str, (char *) adapter->name, MAX_NAME_LENGTH);
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]
  /external/bluetooth/bluez/plugins/
mgmtops.c     [all...]
  /external/bluetooth/glib/glib/
gstrfuncs.c 156 strncpy (new_str, str, n);
    [all...]
gutils.c 1177 strncpy (buffer, retval, l);
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_xauth.c 266 strncpy(iph1->mode_cfg->login, usr, LOGINLEN);
    [all...]
  /external/pcre/
pcregrep.c 1120 strncpy(endptr, orig, length);
    [all...]
  /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/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 533 strncpy(pathname, path, n);
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp     [all...]
Range.cpp     [all...]
  /frameworks/base/libs/utils/
AssetManager.cpp 83 strncpy(buf, pkgPath.string(), 255);
    [all...]
  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp     [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...]
  /external/elfutils/src/
readelf.c 643 strncpy (buf, gettext (" ([0] not available)"), sizeof (buf));
    [all...]
  /external/opencv/cxcore/src/
cxarray.cpp     [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 436 strncpy (pContext->mOverlayFileName,
    [all...]
  /external/blktrace/
blktrace.c 863 strncpy(hdr.buts_name, buts_name, sizeof(hdr.buts_name));
    [all...]
  /external/bluetooth/bluez/audio/
headset.c 942 strncpy(number, &buf[3], buf_len - 4);
    [all...]

Completed in 2601 milliseconds

<<2122