Searched refs:Perl_my_crypt (Results 1 – 2 of 2) sorted by relevance
135 #define my_crypt(a,b) Perl_my_crypt(aTHX_ a,b)484 #define crypt(a,b) Perl_my_crypt(aTHX_ a,b)694 char * Perl_my_crypt (pTHX_ const char *, const char *);
1708 Perl_my_crypt(pTHX_ const char *textpasswd, const char *usrname) in Perl_my_crypt() function