Home
last modified time | relevance | path

Searched refs:SUBST_TAINT_RETAINT (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501301025 SUBST_TAINT_RETAINT # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dpp_ctl.c306 ((cx->sb_rxtainted & (SUBST_TAINT_STR|SUBST_TAINT_RETAINT)) in PP()
307 == (SUBST_TAINT_STR|SUBST_TAINT_RETAINT)) in PP()
400 ((cx->sb_rxtainted & (SUBST_TAINT_STR|SUBST_TAINT_RETAINT)) in PP()
401 == (SUBST_TAINT_STR|SUBST_TAINT_RETAINT)) in PP()
H A Dpp_hot.c5294 | ((pm->op_pmflags & PMf_RETAINT) ? SUBST_TAINT_RETAINT : 0) in PP()
5609 ((rxtainted & (SUBST_TAINT_STR|SUBST_TAINT_RETAINT)) == in PP()
5610 (SUBST_TAINT_STR|SUBST_TAINT_RETAINT)) in PP()
H A Dperl.h1040 # define SUBST_TAINT_RETAINT 8 /* use re'taint' in scope */ macro