HomeSort by relevance Sort by last modified time
    Searched refs:STRLCPY (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd-6.8.2/
configure 14 STRLCPY=
71 --without-strlcpy) STRLCPY=no;;
636 if [ -z "$STRLCPY" ]; then
637 printf "Testing for strlcpy ... "
643 strlcpy(s2, s1, sizeof(s2));
648 STRLCPY=yes
650 STRLCPY=no
652 echo "$STRLCPY"
655 if [ "$STRLCPY" = no ]; the
    [all...]
  /external/valgrind/shared/
vg_replace_strmem.c 68 20100 STRLCPY
567 /*---------------------- strlcpy ----------------------*/
571 #define STRLCPY(soname, fnname) \
588 RECORD_OVERLAP_ERROR("strlcpy", dst, src, n); \
601 STRLCPY(VG_Z_LIBC_SONAME, strlcpy);
606 //STRLCPY(VG_Z_LIBC_SONAME, strlcpy)
607 //STRLCPY(VG_Z_DYLD, strlcpy)
    [all...]

Completed in 93 milliseconds