Searched refs:crypt_r (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/crypto/
H A Dapr_passwd.c111 crypt_pw = crypt_r(passwd, hash, buffer);
142 crypt_pw = crypt_r(passwd, hash, buffer);
150 /* Do a bit of sanity checking since we know that crypt_r()
156 #error Configuration error! crypt_r() should have been selected!
/macosx-10.9.5/apr-30/apr-util/apr-util/crypto/
H A Dapr_md5.c723 crypt_pw = crypt_r(passwd, hash, &buffer);
734 crypt_pw = crypt_r(passwd, hash, &buffer);
737 /* Do a bit of sanity checking since we know that crypt_r()
743 #error Configuration error! crypt_r() should have been selected!
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/
H A Dconfigure24112 for ac_func in crypt_r
24114 ac_fn_c_check_func "$LINENO" "crypt_r" "ac_cv_func_crypt_r"
24119 crypt_r="1"
24121 crypt_r="0"
24125 if test "$crypt_r" = "1"; then
24128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking style of crypt_r" >&5
24129 $as_echo_n "checking style of crypt_r... " >&6; }
24140 crypt_r("passwd", "hash", &buffer);
24155 crypt_r("passwd", "hash", &buffer);
/macosx-10.9.5/apr-30/apr-util/apr-util/
H A Dconfigure34486 for ac_func in crypt_r
34488 ac_fn_c_check_func "$LINENO" "crypt_r" "ac_cv_func_crypt_r"
34493 crypt_r="1"
34495 crypt_r="0"
34499 if test "$crypt_r" = "1"; then
34502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking style of crypt_r" >&5
34503 $as_echo_n "checking style of crypt_r... " >&6; }
34514 crypt_r("passwd", "hash", &buffer);
34529 crypt_r("passwd", "hash", &buffer);

Completed in 192 milliseconds