HomeSort by: relevance | last modified time | path
    Searched refs:shf_open (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/ksh/
shf.h 33 * (shf_open() only) */
63 struct shf *shf_open ARGS((const char *name, int oflags, int mode,
main.c 298 s->u.shf = shf_open(s->file, O_RDONLY, 0, SHF_MAPHI|SHF_CLEXEC);
430 shf = shf_open(name, O_RDONLY, 0, SHF_MAPHI|SHF_CLEXEC);
io.c 157 kshdebug_shf = shf_open("/tmp/ksh-debug.log",
shf.c 36 shf_open(name, oflags, mode, sflags) function
history.c 269 if (!(shf = shf_open(tf->name, O_RDONLY, 0, 0))) {
eval.c 874 shf = shf_open(name = evalstr(io->name, DOTILDE), O_RDONLY, 0,

Completed in 15 milliseconds