Lines Matching refs:strerror_r
7580 { $as_echo "$as_me:$LINENO: checking whether strerror_r is declared" >&5
7581 $as_echo_n "checking whether strerror_r is declared... " >&6; }
7595 #ifndef strerror_r
7596 (void) strerror_r;
7650 for ac_func in strerror_r
7750 { $as_echo "$as_me:$LINENO: checking whether strerror_r returns char *" >&5
7751 $as_echo_n "checking whether strerror_r returns char *... " >&6; }
7770 char x = *strerror_r (0, buf, sizeof buf);
7771 char *p = strerror_r (0, buf, sizeof buf);
7806 # strerror_r is not declared. Choose between
7809 # former has a strerror_r that returns char*, while the latter
7810 # has a strerror_r that returns `int'.
7822 extern char *strerror_r ();
7827 char x = *strerror_r (0, buf, sizeof buf);