Home
last modified time | relevance | path

Searched refs:sb_rxtainted (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dpp_ctl.c248 cx->sb_rxtainted |= SUBST_TAINT_REPL; in PP()
266 cx->sb_rxtainted |= SUBST_TAINT_PAT; in PP()
305 if ((cx->sb_rxtainted & SUBST_TAINT_PAT) || in PP()
306 ((cx->sb_rxtainted & (SUBST_TAINT_STR|SUBST_TAINT_RETAINT)) in PP()
311 if (!(cx->sb_rxtainted & SUBST_TAINT_BOOLRET) in PP()
312 && (cx->sb_rxtainted & (SUBST_TAINT_STR|SUBST_TAINT_PAT)) in PP()
317 cBOOL(cx->sb_rxtainted & in PP()
397 cx->sb_rxtainted |= SUBST_TAINT_PAT; in PP()
399 if ((cx->sb_rxtainted & SUBST_TAINT_PAT) || in PP()
400 ((cx->sb_rxtainted & (SUBST_TAINT_STR|SUBST_TAINT_RETAINT)) in PP()
[all …]
H A Dcop.h1066 #define sb_rxtainted cx_u.cx_subst.sbu_rxtainted macro
1081 cx->sb_rxtainted = rxtainted, \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5004000129 sb_rxtainted # Z added by devel/scanprov