Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c538 s->u.shf = shf_open(s->file, O_RDONLY | O_MAYEXEC, 0, in main_init()
764 shf = shf_open(name, O_RDONLY | O_MAYEXEC, 0, SHF_MAPHI | SHF_CLEXEC); in include()
2072 if (!(shf = shf_open(xp, O_RDONLY, 0, 0))) { in init_environ()
Dshf.c51 shf_open(const char *name, int oflags, int mode, int sflags) in shf_open() function
Dhistrap.c320 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) { in c_fc()
Deval.c1561 shf = shf_open(name = evalstr(io->ioname, DOTILDE), in comsub()
Dsh.h2681 struct shf *shf_open(const char *, int, int, int);