Home
last modified time | relevance | path

Searched refs:shf_open (Results 1 – 18 of 18) sorted by relevance

/dports/shells/oksh/oksh-7.0/
H A Dshf.h59 struct shf *shf_open(const char *, int, int, int);
H A Dmain.c345 s->u.shf = shf_open(s->file, O_RDONLY, 0, SHF_MAPHI|SHF_CLEXEC); in main()
471 shf = shf_open(name, O_RDONLY, 0, SHF_MAPHI|SHF_CLEXEC); in include()
H A Dio.c173 kshdebug_shf = shf_open("/tmp/ksh-debug.log", in kshdebug_init_()
H A Dhistory.c254 if (!(shf = shf_open(tf->name, O_RDONLY, 0, 0))) { in c_fc()
H A Dshf.c37 shf_open(const char *name, int oflags, int mode, int sflags) in shf_open() function
H A Deval.c908 shf = shf_open(name = evalstr(io->name, DOTILDE), O_RDONLY, 0, in comsub()
/dports/shells/pdksh/pdksh-5.2.14/
H A Dshf.h61 struct shf *shf_open ARGS((const char *name, int oflags, int mode,
H A Dmain.c297 s->u.shf = shf_open(s->file, O_RDONLY, 0, SHF_MAPHI|SHF_CLEXEC);
447 shf = shf_open(name, O_RDONLY, 0, SHF_MAPHI|SHF_CLEXEC);
H A Dio.c188 kshdebug_shf = shf_open("/tmp/ksh-debug.log", in kshdebug_init_()
H A Dhistory.c260 if (!(shf = shf_open(tf->name, O_RDONLY, 0, 0))) {
H A Dshf.c28 shf_open(name, oflags, mode, sflags) in shf_open() function
H A Deval.c864 shf = shf_open(name = evalstr(io->name, DOTILDE), O_RDONLY, 0,
H A DChangeLog71 * shf.c(shf_open): changed to use shf_reopen instead of shf_fdopen
/dports/shells/mksh/mksh/
H A Dmain.c532 s->u.shf = shf_open(s->file, O_RDONLY | O_MAYEXEC, 0, in main_init()
758 shf = shf_open(name, O_RDONLY | O_MAYEXEC, 0, SHF_MAPHI | SHF_CLEXEC); in include()
2066 if (!(shf = shf_open(xp, O_RDONLY, 0, 0))) { in init_environ()
H A Dshf.c51 shf_open(const char *name, int oflags, int mode, int sflags) in shf_open() function
H A Dhistrap.c320 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) { in c_fc()
H A Deval.c1561 shf = shf_open(name = evalstr(io->ioname, DOTILDE), in comsub()
H A Dsh.h2681 struct shf *shf_open(const char *, int, int, int);