Searched refs:crypt (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xdm/dist/include/
H A Dgreet.h207 # define crypt (*__xdm_crypt) macro
/xsrc/external/mit/xdm/dist/xdm/
H A Dsession.c141 # include <crypt.h>
148 extern char *crypt(CRYPT_ARGS);
203 crypt,
/xsrc/external/mit/xdm/dist/greeter/
H A Dverify.c351 crypted_pass = crypt (greet->password, user_pass);
/xsrc/external/mit/xdm/dist/
H A Dconfigure.ac102 # Function crypt() comes from the C library or the -lcrypt data encryption library
103 AC_SEARCH_LIBS(crypt, crypt)
H A Dconfigure22004 # Function crypt() comes from the C library or the -lcrypt data encryption library
22005 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
22006 printf %s "checking for library containing crypt... " >&6; }
22024 char crypt (void);
22028 return crypt ();
22033 for ac_lib in '' crypt

Completed in 26 milliseconds