Searched refs:PerlProc_crypt (Results 1 – 2 of 2) sorted by relevance
1010 #define PerlProc_crypt(c,s) \ macro1083 #define PerlProc_crypt(c,s) crypt((c), (s)) macro
3397 sv_setpv(TARG, PerlProc_crypt(tmps, SvPV_nolen_const(right))); in PP()