Lines Matching refs:strerror_r
8779 echo "$as_me:$LINENO: checking whether strerror_r is declared" >&5
8780 echo $ECHO_N "checking whether strerror_r is declared... $ECHO_C" >&6
8794 #ifndef strerror_r
8795 char *p = (char *) strerror_r;
8851 for ac_func in strerror_r
8951 echo "$as_me:$LINENO: checking whether strerror_r returns char *" >&5
8952 echo $ECHO_N "checking whether strerror_r returns char *... $ECHO_C" >&6
8971 char x = *strerror_r (0, buf, sizeof buf);
8972 char *p = strerror_r (0, buf, sizeof buf);
9007 # strerror_r is not declared. Choose between
9010 # former has a strerror_r that returns char*, while the latter
9011 # has a strerror_r that returns `int'.
9023 extern char *strerror_r ();
9028 char x = *strerror_r (0, buf, sizeof buf);