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

  /external/curl/lib/
config-vxworks.h 695 #define HAVE_VXWORKS_STRERROR_R 1
strerror.c 28 !defined(HAVE_VXWORKS_STRERROR_R)) || \
29 (defined(HAVE_POSIX_STRERROR_R) && defined(HAVE_VXWORKS_STRERROR_R)) || \
30 (defined(HAVE_GLIBC_STRERROR_R) && defined(HAVE_VXWORKS_STRERROR_R)) || \
691 #elif defined(HAVE_STRERROR_R) && defined(HAVE_VXWORKS_STRERROR_R)

Completed in 56 milliseconds