Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dperl.h945 # define TAINT_IF(c) NOOP macro
1021 # define TAINT_IF(c) if (UNLIKELY(c)) { TAINT; } /* Conditionally taint */ macro