Searched refs:strerror_r (Results 26 - 36 of 36) sorted by relevance

12

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnsextd.c195 strerror_r(errno, errbuf, sizeof(errbuf));
/macosx-10.9.5/apr-30/apr/apr/
H A Dconfigure28647 for ac_func in strerror_r
28649 ac_fn_c_check_func "$LINENO" "strerror_r" "ac_cv_func_strerror_r"
28654 strerror_r="1"
28656 strerror_r="0"
28660 if test "$strerror_r" = "1"; then
28662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type of return code from strerror_r" >&5
28663 $as_echo_n "checking for type of return code from strerror_r... " >&6; }
28677 if (strerror_r(ERANGE, buf, sizeof buf) < 1) {
[all...]
/macosx-10.9.5/gnutar-452/gnutar/
H A Dconfigure11519 { echo "$as_me:$LINENO: checking whether strerror_r is declared" >&5
11520 echo $ECHO_N "checking whether strerror_r is declared... $ECHO_C" >&6; }
11534 #ifndef strerror_r
11535 char *p = (char *) strerror_r;
11606 for ac_func in strerror_r
11715 { echo "$as_me:$LINENO: checking whether strerror_r returns char *" >&5
11716 echo $ECHO_N "checking whether strerror_r returns char *... $ECHO_C" >&6; }
11735 char x = *strerror_r (0, buf, sizeof buf);
11736 char *p = strerror_r (0, buf, sizeof buf);
11787 # strerror_r i
[all...]
/macosx-10.9.5/libarchive-29/libarchive/
H A Dconfigure21161 { $as_echo "$as_me:$LINENO: checking whether strerror_r is declared" >&5
21162 $as_echo_n "checking whether strerror_r is declared... " >&6; }
21176 #ifndef strerror_r
21177 (void) strerror_r;
21231 for ac_func in strerror_r
21330 { $as_echo "$as_me:$LINENO: checking whether strerror_r returns char *" >&5
21331 $as_echo_n "checking whether strerror_r returns char *... " >&6; }
21350 char x = *strerror_r (0, buf, sizeof buf);
21351 char *p = strerror_r (0, buf, sizeof buf);
21386 # strerror_r i
[all...]
/macosx-10.9.5/libiconv-41/libiconv/
H A Dconfigure[all...]
/macosx-10.9.5/gnudiff-19/diffutils/
H A Dconfigure9951 echo "$as_me:$LINENO: checking whether strerror_r is declared" >&5
9952 echo $ECHO_N "checking whether strerror_r is declared... $ECHO_C" >&6
9969 #ifndef strerror_r
9970 char *p = (char *) strerror_r;
10016 for ac_func in strerror_r
10091 echo "$as_me:$LINENO: checking whether strerror_r returns char *" >&5
10092 echo $ECHO_N "checking whether strerror_r returns char *... $ECHO_C" >&6
10114 char x = *strerror_r (0, buf, sizeof buf);
10115 char *p = strerror_r (0, buf, sizeof buf);
10140 # strerror_r i
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/
H A Dconfigure17203 for ac_func in strerror strerror_r
17298 { echo "$as_me:$LINENO: checking non-posix strerror_r" >&5
17299 echo $ECHO_N "checking non-posix strerror_r... $ECHO_C" >&6; }
17313 $EGREP "strerror_r" >/dev/null 2>&1; then
17333 char x = *strerror_r (0, buf, sizeof buf);
17334 char *p = strerror_r (0, buf, sizeof buf);
17380 strerror_r( 1, buf, sizeof buf );
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/
H A Dconfigure17297 for ac_func in strerror strerror_r setenv arc4random
/macosx-10.9.5/llvmCore-3425.0.33/projects/sample/
H A Dconfigure17100 for ac_func in strerror strerror_r setenv
/macosx-10.9.5/Heimdal-323.92.1/
H A Dconfigure20553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strerror_r is compatible with system prototype" >&5
20554 $as_echo_n "checking if strerror_r is compatible with system prototype... " >&6; }
20567 int strerror_r(int, char *, size_t)
20590 ac_fn_c_check_func "$LINENO" "strerror_r" "ac_cv_func_strerror_r"
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c24299 ** strerror_r() on unix). After an error is returned by an OS
25570 ** strerror_r().
25590 ** equivalent to errno. Otherwise, use strerror_r().
25598 ** assume that the system provides the the GNU version of strerror_r() that
25602 ** strerror_r(), which always writes an error message into aErr[].
25612 strerror_r(iErrno, aErr, sizeof(aErr)-1);
25615 /* This is a threadsafe build, but strerror_r() is not available. */
[all...]

Completed in 673 milliseconds

12