Home
last modified time | relevance | path

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

/external/mksh/src/
Dmain.c469 s->u.shf = shf_open(s->file, O_RDONLY, 0, in main_init()
670 shf = shf_open(name, O_RDONLY, 0, SHF_MAPHI | SHF_CLEXEC); in include()
Dshf.c49 shf_open(const char *name, int oflags, int mode, int sflags) in shf_open() function
Dhistrap.c336 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) { in c_fc()
Deval.c1329 shf = shf_open(name = evalstr(io->ioname, DOTILDE), O_RDONLY, in comsub()
Dsh.h1961 struct shf *shf_open(const char *, int, int, int);