Home
last modified time | relevance | path

Searched refs:IOf_UNTAINT (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/ext/IO/
DIO.xs337 #ifdef IOf_UNTAINT
341 IoFLAGS(io) |= IOf_UNTAINT;
348 #ifdef IOf_UNTAINT
/mirbsd/src/gnu/usr.bin/perl/ext/ByteLoader/
Dbytecode.h255 IoFLAGS(GvIOp(gv)) |= IOf_UNTAINT; \
/mirbsd/src/gnu/usr.bin/perl/
Dpp_sys.c554 IoFLAGS(GvIOp(gv)) &= ~IOf_UNTAINT; in PP()
1658 if (!(IoFLAGS(io) & IOf_UNTAINT)) in PP()
1795 if (!(IoFLAGS(io) & IOf_UNTAINT)) in PP()
3878 if (!(IoFLAGS(io) & IOf_UNTAINT)) in PP()
Dsv.h413 #define IOf_UNTAINT 16 /* consider this fp (and its data) "safe" */ macro
Ddoio.c2429 IoFLAGS(io) &= ~IOf_UNTAINT; /* maybe redundant */ in Perl_start_glob()
Dpp_hot.c1584 if (!(IoFLAGS(io) & IOf_UNTAINT)) { \ in Perl_do_readline()
DChanges5.00411201 IO::Handle called "untaint", that sets the IOf_UNTAINT flag on an object
11248 IO::Handle called "untaint", that sets the IOf_UNTAINT flag on an object
11265 IO::Handle called "untaint", that sets the IOf_UNTAINT flag on an object
11671 IO::Handle called "untaint", that sets the IOf_UNTAINT flag on an object
13330 This patch adds a IOf_UNTAINT flag in sv.h, as one of the possibles
13353 This patch adds a IOf_UNTAINT flag in sv.h, as one of the possibles
13454 This patch adds a IOf_UNTAINT flag in sv.h, as one of the possibles
13890 This patch adds a IOf_UNTAINT flag in sv.h, as one of the possibles
Dtoke.c4372 IoFLAGS(GvIOp(gv)) |= IOf_UNTAINT;
DChanges5.63828 Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory