Searched refs:IOf_UNTAINT (Results 1 – 9 of 9) sorted by relevance
337 #ifdef IOf_UNTAINT341 IoFLAGS(io) |= IOf_UNTAINT;348 #ifdef IOf_UNTAINT
255 IoFLAGS(GvIOp(gv)) |= IOf_UNTAINT; \
554 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()
413 #define IOf_UNTAINT 16 /* consider this fp (and its data) "safe" */ macro
2429 IoFLAGS(io) &= ~IOf_UNTAINT; /* maybe redundant */ in Perl_start_glob()
1584 if (!(IoFLAGS(io) & IOf_UNTAINT)) { \ in Perl_do_readline()
11201 IO::Handle called "untaint", that sets the IOf_UNTAINT flag on an object11248 IO::Handle called "untaint", that sets the IOf_UNTAINT flag on an object11265 IO::Handle called "untaint", that sets the IOf_UNTAINT flag on an object11671 IO::Handle called "untaint", that sets the IOf_UNTAINT flag on an object13330 This patch adds a IOf_UNTAINT flag in sv.h, as one of the possibles13353 This patch adds a IOf_UNTAINT flag in sv.h, as one of the possibles13454 This patch adds a IOf_UNTAINT flag in sv.h, as one of the possibles13890 This patch adds a IOf_UNTAINT flag in sv.h, as one of the possibles
4372 IoFLAGS(GvIOp(gv)) |= IOf_UNTAINT;
3828 Log: make readdir() respect IOf_UNTAINT flag (allows untainting of directory