Searched defs:imode (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libgen/common/
H A Dpathfind.c109 mode_t imode; local
112 /* Build imode */
113 imode = 0; nzflag = 0;
119 imode |= RFLAG;
122 imode |= WFLAG;
125 imode |= XFLAG;
128 imode |= BFLAG;
131 imode |= CFLAG;
134 imode |= DFLAG;
137 imode |
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dcurshdr.h126 unsigned imode : 1; /* Terminal has insert mode */ member in struct:screen
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c286 int imode, int perm, PerlIO *old, int narg, SV **args)
297 fd = PerlLIO_open3(name, imode, perm);
1477 int imode, int perm, PerlIO *f, int narg, SV **args)
1532 tab->name, layers, mode, fd, imode, perm,
1535 f = (*tab->Open) (aTHX_ tab, layera, n, mode, fd, imode, perm,
1871 IV n, const char *mode, int fd, int imode, int perm,
1876 return (*tab->Open) (aTHX_ tab, layers, n - 1, mode, fd, imode, perm,
2343 PerlIOUnix_setfd(pTHX_ PerlIO *f, int fd, int imode) argument
2359 s->oflags = imode;
2407 IV n, const char *mode, int fd, int imode,
285 PerlIO_openn(pTHX_ const char *layers, const char *mode, int fd, int imode, int perm, PerlIO *old, int narg, SV **args) argument
1476 PerlIO_openn(pTHX_ const char *layers, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
1870 PerlIORaw_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *old, int narg, SV **args) argument
2406 PerlIOUnix_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
2696 PerlIOStdio_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
3404 PerlIOBuf_open(pTHX_ PerlIO_funcs *self, PerlIO_list_t *layers, IV n, const char *mode, int fd, int imode, int perm, PerlIO *f, int narg, SV **args) argument
[all...]

Completed in 47 milliseconds