Home
last modified time | relevance | path

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

/dports/lang/perl5.32/perl-5.32.1/
H A Dperl.h733 # define TAINT_IF(c) NOOP macro
747 # define TAINT_IF(c) if (UNLIKELY(c)) { TAINT; } /* Conditionally taint */ macro
/dports/lang/perl5.30/perl-5.30.3/
H A Dperl.h616 # define TAINT_IF(c) NOOP macro
628 # define TAINT_IF(c) if (UNLIKELY(c)) { PL_tainted = PL_tainting; } macro
/dports/lang/perl5.34/perl-5.34.0/
H A Dperl.h804 # define TAINT_IF(c) NOOP macro
818 # define TAINT_IF(c) if (UNLIKELY(c)) { TAINT; } /* Conditionally taint */ macro
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dperl.h812 # define TAINT_IF(c) NOOP macro
826 # define TAINT_IF(c) if (UNLIKELY(c)) { TAINT; } /* Conditionally taint */ macro