• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/curl-78.94.1/curl/

Lines Matching refs:strerror_r

6919 #define strerror_r innocuous_strerror_r
6925 #undef strerror_r
6929 char strerror_r ();
6936 return strerror_r ();
6962 $EGREP "strerror_r" >/dev/null 2>&1; then :
6977 $EGREP "strerror_r" >/dev/null 2>&1; then :
36125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strerror_r can be linked" >&5
36126 $as_echo_n "checking if strerror_r can be linked... " >&6; }
36131 #define strerror_r innocuous_strerror_r
36137 #undef strerror_r
36141 char strerror_r ();
36148 return strerror_r ();
36171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strerror_r is prototyped" >&5
36172 $as_echo_n "checking if strerror_r is prototyped... " >&6; }
36180 $EGREP "strerror_r" >/dev/null 2>&1; then :
36198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strerror_r is compilable" >&5
36199 $as_echo_n "checking if strerror_r is compilable... " >&6; }
36209 if(0 != strerror_r(0, 0, 0))
36234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strerror_r is glibc like" >&5
36235 $as_echo_n "checking if strerror_r is glibc like... " >&6; }
36244 char *strerror_r(int errnum, char *workbuf, $arg3 bufsize);
36249 if(0 != strerror_r(0, 0, 0))
36281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strerror_r seems to work" >&5
36282 $as_echo_n "checking if strerror_r seems to work... " >&6; }
36303 string = strerror_r(EACCES, buffer, sizeof(buffer));
36337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strerror_r is POSIX like" >&5
36338 $as_echo_n "checking if strerror_r is POSIX like... " >&6; }
36347 int strerror_r(int errnum, char *resultbuf, $arg3 bufsize);
36352 if(0 != strerror_r(0, 0, 0))
36384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strerror_r seems to work" >&5
36385 $as_echo_n "checking if strerror_r seems to work... " >&6; }
36406 error = strerror_r(EACCES, buffer, sizeof(buffer));
36455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strerror_r usage allowed" >&5
36456 $as_echo_n "checking if strerror_r usage allowed... " >&6; }
36468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strerror_r might be used" >&5
36469 $as_echo_n "checking if strerror_r might be used... " >&6; }
36519 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cannot determine strerror_r() style: edit lib/curl_config.h manually." >&5
36520 $as_echo "$as_me: WARNING: cannot determine strerror_r() style: edit lib/curl_config.h manually." >&2;}