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

<<11121314151617181920>>

  /external/iproute2/misc/
ifstat.c 163 strncpy(info_source, buf+1, sizeof(info_source)-1);
  /external/ipsec-tools/
setup.c 534 strncpy(path, name, length);
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 597 strncpy(ifr6.ifr_name, ifname, strlen(ifname));
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c     [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c     [all...]
  /external/libpcap/
pcap-bpf.c 666 (void)strncpy(ifr.ifr_name, device, sizeof(ifr.ifr_name));
  /external/libpng/contrib/gregbook/
wpng.c 372 strncpy(outname, inname, len);
  /external/libppp/src/
netgraph.c 443 strncpy(word, from, len);
  /external/opencv/cxcore/src/
cxswitcher.cpp 431 strncpy( name, name_start, name_end - name_start );
  /external/openssl/crypto/bio/
b_sock.c 453 strncpy(ghbn_cache[lowi].name,name,128);
  /external/openssl/crypto/x509v3/
v3_alt.c 582 strncpy(objtmp, value, objlen);
  /external/oprofile/libpopt/
popthelp.c 191 strncpy(le, s, slen); le[slen] = '\0'; le += strlen(le);
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h     [all...]
  /external/qemu/
monitor.c 486 strncpy(password, arg, sizeof(password));
    [all...]
  /external/quake/quake/src/QW/client/
zone.c 894 strncpy (cs->name, name, sizeof(cs->name)-1);
  /external/quake/quake/src/WinQuake/
cl_parse.cpp 240 strncpy (cl.levelname, str, sizeof(cl.levelname)-1);
zone.cpp 889 strncpy (cs->name, name, sizeof(cs->name)-1);
  /external/srec/srec/ca/
ann_api.c 243 strncpy(label, hAnnotation->label, length - 2);
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 38 # define _STLP_STRNCPY(D, DS, S, C) strncpy(D, S, C)
  /external/v8/src/
platform-cygwin.cc 410 strncpy(name_, name, sizeof(name_));
platform-macos.cc 534 strncpy(name_, name, sizeof(name_));
platform-solaris.cc 496 strncpy(name_, name, sizeof(name_));
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 992 strncpy (buf, "watch:", 6);
  /external/webkit/Source/WebCore/editing/
VisibleSelection.cpp 620 strncpy(buffer, result.utf8().data(), length - 1);
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 720 strncpy(versionStr, version, versionLen);

Completed in 1343 milliseconds

<<11121314151617181920>>