Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dshf.h27 #define SHF_CLEXEC 0x0010 /* set close on exec flag */ macro
H A Dmain.c353 s->u.shf = shf_open(s->file, O_RDONLY, 0, SHF_MAPHI|SHF_CLEXEC); in main()
479 shf = shf_open(name, O_RDONLY, 0, SHF_MAPHI|SHF_CLEXEC); in include()
H A Dshf.c126 if (sflags & SHF_CLEXEC) in shf_fdopen()
173 if (sflags & SHF_CLEXEC) in shf_reopen()
H A Deval.c910 SHF_MAPHI|SHF_CLEXEC); in comsub()