Home
last modified time | relevance | path

Searched refs:imode (Results 1 – 12 of 12) sorted by relevance

/mirbsd/src/sbin/route/
Droute_print.sh79 imode=n
88 o) imode=o
106 case $imode {
/mirbsd/src/gnu/usr.bin/perl/
Dperliol.h26 int fd, int imode, int perm,
199 …O_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO …
243 …O_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO …
257 …O_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO …
271 …O_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO …
Dperlio.c302 int imode, int perm, PerlIO *old, int narg, SV **args) argument
313 fd = PerlLIO_open3(name, imode, perm);
1494 int imode, int perm, PerlIO *f, int narg, SV **args) argument
1550 imode, perm, (void*)f, narg, (void*)args);
1552 f = (*tab->Open) (aTHX_ tab, layera, n, mode, fd, imode, perm,
1894 IV n, const char *mode, int fd, int imode, int perm, argument
1900 return (*tab->Open) (aTHX_ tab, layers, n - 1, mode, fd, imode, perm,
2373 PerlIOUnix_setfd(pTHX_ PerlIO *f, int fd, int imode) argument
2389 s->oflags = imode;
2437 IV n, const char *mode, int fd, int imode, argument
[all …]
Dperlio.h238 int fd, int imode, int perm, PerlIO *old,
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arc.c408 int imode = 0; in arc_extoper() local
468 imode = 0; in arc_extoper()
475 imode = ARC_REGISTER_READONLY; in arc_extoper()
489 imode = ARC_REGISTER_WRITEONLY; in arc_extoper()
509 imode |= arc_get_noshortcut_flag (); in arc_extoper()
574 ext_oper->operand.flags = imode; in arc_extoper()
/mirbsd/src/gnu/usr.bin/perl/ext/PerlIO/via/
Dvia.xs205 IV n, const char *mode, int fd, int imode, int perm, in PerlIOVia_open() argument
228 SV *imodesv = sv_2mortal(newSViv(imode)); in PerlIOVia_open()
261 if ((*tab->Open) (aTHX_ tab, layers, m, mode, fd, imode, in PerlIOVia_open()
/mirbsd/src/gnu/usr.bin/perl/wince/
Dwin32io.c69 …O_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO … in PerlIOWin32_open() argument
/mirbsd/src/gnu/usr.bin/perl/win32/
Dwin32io.c68 …O_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO … in PerlIOWin32_open() argument
/mirbsd/src/gnu/usr.bin/perl/ext/PerlIO/scalar/
Dscalar.xs210 const char *mode, int fd, int imode, int perm, in PerlIOScalar_open() argument
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlapio.pod65 int PerlIO_binmode(PerlIO *f, int ptype, int imode, const char *layers);
466 =item PerlIO_binmode(f,ptype,imode,layers)
481 B<imode> is C<O_BINARY> or C<O_TEXT>.
Dperliol.pod150 int fd, int imode, int perm,
491 int fd, int imode, int perm,
508 C<sysopen> and that I<imode> and I<perm> should be passed to
Dperltoc.pod5610 PerlIO_apply_layers(f,mode,layers), PerlIO_binmode(f,ptype,imode,layers),
17761 $obj->SYSOPEN($path,$imode,$perm,[,$fh]), $obj->FILENO($fh),