Home
last modified time | relevance | path

Searched defs:TAINT_ENV (Results 1 – 4 of 4) sorted by relevance

/dports/lang/perl5.32/perl-5.32.1/
H A Dperl.h734 # define TAINT_ENV() NOOP macro
748 # define TAINT_ENV() if (UNLIKELY(PL_tainting)) { taint_env(); } macro
/dports/lang/perl5.30/perl-5.30.3/
H A Dperl.h617 # define TAINT_ENV() NOOP macro
629 # define TAINT_ENV() if (UNLIKELY(PL_tainting)) { taint_env(); } macro
/dports/lang/perl5.34/perl-5.34.0/
H A Dperl.h805 # define TAINT_ENV() NOOP macro
819 # define TAINT_ENV() if (UNLIKELY(PL_tainting)) { taint_env(); } macro
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dperl.h813 # define TAINT_ENV() NOOP macro
827 # define TAINT_ENV() if (UNLIKELY(PL_tainting)) { taint_env(); } macro