HomeSort by relevance Sort by last modified time
    Searched refs:shf_open (Results 1 - 5 of 5) sorted by null

  /external/mksh/src/
main.c 439 s->u.shf = shf_open(s->file, O_RDONLY, 0,
615 shf = shf_open(name, O_RDONLY, 0, SHF_MAPHI | SHF_CLEXEC);
    [all...]
histrap.c 284 if (!(shf = shf_open(tf->name, O_RDONLY, 0, 0))) {
    [all...]
shf.c 48 shf_open(const char *name, int oflags, int mode, int sflags) function
eval.c 1249 shf = shf_open(name = evalstr(io->name, DOTILDE), O_RDONLY, 0,
    [all...]
sh.h 919 * (shf_open() only) */
    [all...]

Completed in 69 milliseconds