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 508 s->u.shf = shf_open(s->file, O_RDONLY, 0,
707 shf = shf_open(name, O_RDONLY, 0, SHF_MAPHI | SHF_CLEXEC);
    [all...]
histrap.c 332 if (!(shf = shf_open(tf->tffn, O_RDONLY, 0, 0))) {
    [all...]
shf.c 49 shf_open(const char *name, int oflags, int mode, int sflags) function
eval.c 1341 shf = shf_open(name = evalstr(io->name, DOTILDE), O_RDONLY, 0,
    [all...]
sh.h 1048 * (shf_open() only) */
    [all...]

Completed in 293 milliseconds