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

  /bionic/libc/arch-x86_64/string/
sse2-strlcat-slm.S 33 #ifndef STRLCPY
34 # define STRLCPY strlcat
37 #include "sse2-strlcpy-slm.S"
sse2-strlcpy-slm.S 59 #ifndef STRLCPY
60 # define STRLCPY strlcpy
75 ENTRY (STRLCPY)
990 END (STRLCPY)
  /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
563 /*---------------------- strlcpy ----------------------*/
567 #define STRLCPY(soname, fnname) \
584 RECORD_OVERLAP_ERROR("strlcpy", dst, src, n); \
597 STRLCPY(VG_Z_LIBC_SONAME, strlcpy);
602 //STRLCPY(VG_Z_LIBC_SONAME, strlcpy)
603 //STRLCPY(VG_Z_DYLD, strlcpy)
    [all...]

Completed in 85 milliseconds