Home
last modified time | relevance | path

Searched refs:PL_tainted (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dvariables58 PL_tainted
137 # define PL_tainted tainted
410 ppp_TESTVAR(PL_tainted);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dppport.fnc79 AmnT|void|PL_tainted
/openbsd/gnu/usr.bin/perl/
H A Dembedvar.h322 # define PL_tainted (vTHX->Itainted) macro
H A Dperl.h1018 # define TAINT (PL_tainted = PL_tainting)
1020 # define TAINT_NOT (PL_tainted = FALSE) /* Untaint */
1027 # define TAINT_set(s) (PL_tainted = cBOOL(s))
1028 # define TAINT_get (cBOOL(UNLIKELY(PL_tainted))) /* Is something tainted? */
H A Dscope.c1309 if (UNLIKELY(a0.any_ptr == &(PL_tainted))) { in Perl_leave_scope()
H A Dpp_ctl.c285 PL_tainted = 0; in PP()
H A Dsv.c15881 PL_tainted = proto_perl->Itainted;
15883 PL_tainted = FALSE;
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007568 PL_tainted # T
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DChanges915 PL_tainted
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5005000532 PL_tainted # M added by devel/scanprov
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12156 # define PL_tainted tainted macro