HomeSort by relevance Sort by last modified time
    Searched refs:strlcat (Results 101 - 125 of 130) sorted by null

1 2 3 45 6

  /external/ppp/pppd/
utils.c 104 * strlcat - like strcat/strncat, doesn't overflow destination buffer,
108 strlcat(dest, src, len) function
options.c     [all...]
tty.c 307 strlcat(dev, cp, sizeof(dev));
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 33 #define strlcat g_strlcat macro
arec.c 41 #define strlcat g_strlcat macro
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Wlan.cpp 1022 if (strlcat(pHeaderDescriptor->hdr[0].name, IPA_WLAN_PARTIAL_HDR_NAME_v4, sizeof(pHeaderDescriptor->hdr[0].name)) > IPA_RESOURCE_NAME_MAX)
1029 if (strlcat(pHeaderDescriptor->hdr[0].name, index, sizeof(pHeaderDescriptor->hdr[0].name)) > IPA_RESOURCE_NAME_MAX)
    [all...]
IPACM_Lan.cpp     [all...]
IPACM_Wan.cpp     [all...]
  /bionic/libc/arch-x86/atom/string/
ssse3-strlcat-atom.S 31 /* Optimized strlcat with SSSE3 */
85 ENTRY (strlcat) function
1225 END (strlcat)
  /external/libpcap/
pcap-bpf.c 789 strlcat(ifr.ifr_name, p->opt.device + 2, sizeof(ifr.ifr_name));
    [all...]
  /external/valgrind/shared/
vg_replace_strmem.c 63 20050 STRLCAT
360 /*---------------------- strlcat ----------------------*/
367 #define STRLCAT(soname, fnname) \
393 RECORD_OVERLAP_ERROR("strlcat", dst_orig, src_orig, n); \
401 //STRLCAT(VG_Z_LIBC_SONAME, strlcat)
402 //STRLCAT(VG_Z_DYLD, strlcat)
403 STRLCAT(VG_Z_LIBC_SONAME, strlcat)
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 71 #define strlcat _strlcat
  /external/fio/
Makefile 108 SOURCE += oslib/strlcat.c
  /external/tcpdump/
netdissect.h 95 extern size_t strlcat (char *, const char *, size_t);
  /frameworks/rs/
rsFont.cpp 759 strlcat(fullPath, "/fonts/Roboto-Regular.ttf", sizeof(fullPath));
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_rsp.cpp 367 strlcat(pRsp->nan_error, tlvInfo, sizeof(pRsp->nan_error));
    [all...]
  /external/libcups/cups/
dest.c     [all...]
  /hardware/qcom/audio/hal/msm8916/
platform.c     [all...]
  /hardware/ril/reference-ril/
reference-ril.c 734 strlcat(dnslist, separator, dnslist_sz);
735 strlcat(dnslist, propValue, dnslist_sz);
    [all...]
  /system/core/fs_mgr/
fs_mgr.cpp 169 strlcat(tmpmnt_opts, ",nomblk_io_submit", sizeof(tmpmnt_opts));
    [all...]
  /bionic/libc/dns/net/
gethnamaddr.c 1272 if (strlcat(qbuf, "ip6.arpa", sizeof(qbuf)) >= sizeof(qbuf)) {
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_rome.c     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
  /system/vold/
cryptfs.cpp     [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp     [all...]

Completed in 1483 milliseconds

1 2 3 45 6