HomeSort by relevance Sort by last modified time
    Searched refs:strncpy (Results 201 - 225 of 906) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c 95 strncpy(ifr.ifr_name, interface, IFNAMSIZ);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 208 strncpy(ifr.ifr_name, name, IFNAMSIZ);
328 strncpy(ifr->ifr_name, name, IFNAMSIZ);
460 strncpy(ifr.ifr_name, ifname, IFNAMSIZ);
586 strncpy(ifr->ifr_name, ifname, IFNAMSIZ);
  /hardware/bsp/intel/peripheral/libmraa/src/arm/
96boards.c 119 strncpy(b->pins[pin].name, name, MRAA_PIN_NAME_SIZE);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
string_h.pass.cpp 29 static_assert((std::is_same<decltype(strncpy(cp, cpc, s)), char*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cstring.pass.cpp 29 static_assert((std::is_same<decltype(std::strncpy(cp, cpc, s)), char*>::value), "");
  /packages/apps/Test/connectivity/sl4n/
main.cpp 94 strncpy(str, str2.c_str(), sizeof(str)-1);
  /system/bt/service/hal/
fake_bluetooth_interface.cpp 108 strncpy(reinterpret_cast<char*>(hal_name.name),
  /external/clang/test/Analysis/
taint-generic.c 24 char *strncpy( char * destination, const char * source, size_t num );
100 strncpy(sncpy, s, 20);
  /external/iproute2/ip/
iptuntap.c 175 strncpy(ifr->ifr_name, *argv, IFNAMSIZ-1);
183 strncpy(ifr->ifr_name, *argv, IFNAMSIZ);
  /external/iproute2/tc/
em_ipset.c 136 strncpy(setname, req.set.name, IPSET_MAXNAMELEN);
147 strncpy(req.set.name, setname, IPSET_MAXNAMELEN);
  /external/jhead/
jhead.c 250 strncpy(Line, AddComment, sizeof(Line));
466 strncpy(OutFileName, NamePattern, Subst-NamePattern);
471 strncpy(OutFileName, NamePattern, PATH_MAX);
512 strncpy(FilePattern+PathLen, finddata.name, PATH_MAX-PathLen); // full name with path
577 strncpy(NewBaseName, FileName, PATH_MAX); // Get path component of name.
596 strncpy(pattern, strftime_args, PATH_MAX-1);
812 strncpy(ImageInfo.FileName, FileName, PATH_MAX);
986 strncpy(Comment, CommentInsertLiteral, MAX_COMMENT_SIZE)
    [all...]
  /external/libexif/libexif/fuji/
mnote-fuji-entry.c 248 strncpy (val, _(items[i].elem[j].string), maxlen);
270 strncpy (val, (char *)entry->data, MIN(maxlen, entry->size));
  /external/libpcap/
pcap-nit.c 206 strncpy(sa.sa_data, device, sizeof(sa.sa_data));
288 (void)strncpy(snit.snit_ifname, p->opt.source, NITIFSIZ);
  /external/ppp/pppd/
session.c 393 (void)strncpy(ll.ll_line, ttyName, sizeof(ll.ll_line));
394 (void)strncpy(ll.ll_host, ifname, sizeof(ll.ll_host));
  /external/selinux/libsepol/src/
genbools.c 24 strncpy(dest, ptr, size);
39 strncpy(name1, tok, BUFSIZ - 1);
  /external/valgrind/coregrind/m_demangle/
dyn-string.c 270 strncpy (dest->s + pos, src->s, src->length);
293 strncpy (dest->s + pos, src, length);
  /external/valgrind/coregrind/m_gdbserver/
server.h 144 #define strncpy(s1,s2,nmax) VG_(strncpy) ((s1),(s2),nmax) macro
  /external/webrtc/webrtc/base/
ifaddrs-android.cc 46 strncpy(ifaddr->ifa_name, name, strlen(name) + 1);
57 strncpy(ifr.ifr_name, ifaddr->ifa_name, IFNAMSIZ - 1);
  /external/webrtc/webrtc/modules/utility/source/
file_player_impl.cc 217 strncpy(codecInstL16.plname,"L16",32);
298 strncpy(codecInstL16.plname,"L16",32);
  /external/webrtc/webrtc/video/
vie_codec_unittest.cc 19 strncpy(video_codec->plName, "VP8", 4);
74 strncpy(codec2.plName, "vp8", 4);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 325 strncpy(m_filename_ip, property_value, strlen(property_value) + 1);
346 strncpy(m_filename_op, property_value, strlen(property_value) + 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wspiapi.h 19 #define _WSPIAPI_STRNCPY_S(_Dst,_Size,_Src,_Count) strncpy((_Dst),(_Src),(_Count)); (_Dst)[(_Size) - 1] = 0
137 strncpy (pname, pszNodeName, NI_MAXHOST - 1);
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
cstring.i 84 strncpy(temp,t,MAX);
  /system/core/logd/
LogAudit.cpp 227 strncpy(newstr + 1 + l, str, b);
228 strncpy(newstr + 1 + l + b, ecomm, e);
  /toolchain/binutils/binutils-2.25/libiberty/
dyn-string.c 257 strncpy (dest->s + pos, src->s, src->length);
280 strncpy (dest->s + pos, src, length);

Completed in 969 milliseconds

1 2 3 4 5 6 7 891011>>