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.c267 ((cx->sb_rxtainted & (SUBST_TAINT_STR|SUBST_TAINT_RETAINT)) in PP()
268 == (SUBST_TAINT_STR|SUBST_TAINT_RETAINT)) in PP()
357 ((cx->sb_rxtainted & (SUBST_TAINT_STR|SUBST_TAINT_RETAINT)) in PP()
358 == (SUBST_TAINT_STR|SUBST_TAINT_RETAINT)) in PP()
H A Dpp_hot.c4458 | ((pm->op_pmflags & PMf_RETAINT) ? SUBST_TAINT_RETAINT : 0) in PP()
4756 ((rxtainted & (SUBST_TAINT_STR|SUBST_TAINT_RETAINT)) == in PP()
4757 (SUBST_TAINT_STR|SUBST_TAINT_RETAINT)) in PP()
H A Dperl.h1008 # define SUBST_TAINT_RETAINT 8 /* use re'taint' in scope */ macro