Home | History | Annotate | Download | only in cpython3

Lines Matching refs:crypt_r

12742 # We search for both crypt and crypt_r as one or the other may be defined
12800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt_r" >&5
12801 $as_echo_n "checking for library containing crypt_r... " >&6; }
12815 char crypt_r ();
12819 return crypt_r ();
12857 ac_fn_c_check_func "$LINENO" "crypt_r" "ac_cv_func_crypt_r"
12862 #define _GNU_SOURCE /* Required for crypt_r()'s prototype in glibc. */
12870 char *r = crypt_r("", "", &d);