Home
last modified time | relevance | path

Searched refs:PerlProc_crypt (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Diperlsys.h1010 #define PerlProc_crypt(c,s) \ macro
1083 #define PerlProc_crypt(c,s) crypt((c), (s)) macro
Dpp.c3397 sv_setpv(TARG, PerlProc_crypt(tmps, SvPV_nolen_const(right))); in PP()