Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/IO/
H A DIO.xs400 #ifdef IOf_UNTAINT
404 IoFLAGS(io) |= IOf_UNTAINT;
411 #ifdef IOf_UNTAINT
/openbsd/gnu/usr.bin/perl/
H A Dpp_sys.c831 IoFLAGS(GvIOp(gv)) &= ~IOf_UNTAINT;
2037 if (!(IoFLAGS(io) & IOf_UNTAINT))
2173 if (!(IoFLAGS(io) & IOf_UNTAINT))
4336 if (!(IoFLAGS(io) & IOf_UNTAINT))
H A Dsv.h700 #define IOf_UNTAINT 16 /* consider this fp (and its data) "safe" */ macro
H A Dpp_hot.c4203 if (!(IoFLAGS(io) & IOf_UNTAINT)) { \ in Perl_do_readline()
H A Dtoke.c7012 IoFLAGS(GvIOp(gv)) |= IOf_UNTAINT; in yyl_data_handle()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5003007553 IOf_UNTAINT # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlguts.pod1236 which are C<IOf_FLUSH> (C<$|>) for autoflush and C<IOf_UNTAINT>,
1240 =for apidoc Amnh||IOf_UNTAINT
/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c13241 IoFLAGS(io) &= ~IOf_UNTAINT; /* maybe redundant */