Home
last modified time | relevance | path

Searched refs:PerlIOUnix_oflags (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dperliol.h265 PERL_CALLCONV int PerlIOUnix_oflags(const char *mode);
H A Dperlio.c1909 imode = PerlIOUnix_oflags(mode); in PerlIO_openn()
2919 PerlIOUnix_oflags(const char *mode) in PerlIOUnix_oflags() function
3038 mode ? PerlIOUnix_oflags(mode) : -1); in PerlIOUnix_pushed()
3080 imode = PerlIOUnix_oflags(mode); in PerlIOUnix_open()