Home
last modified time | relevance | path

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

/netbsd-src/bin/ksh/
H A Dshf.h63 struct shf *shf_open ARGS((const char *name, int oflags, int mode,
H A Dmain.c298 s->u.shf = shf_open(s->file, O_RDONLY, 0, SHF_MAPHI|SHF_CLEXEC); in main()
430 shf = shf_open(name, O_RDONLY, 0, SHF_MAPHI|SHF_CLEXEC);
H A Dio.c157 kshdebug_shf = shf_open("/tmp/ksh-debug.log", in kshdebug_init_()
H A Dshf.c36 shf_open(name, oflags, mode, sflags) in shf_open() function