Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c150 if (sflags & SHF_CLEXEC) in shf_fdopen()
176 if (sflags & SHF_CLEXEC) in shf_reopen()
Dmain.c484 SHF_MAPHI | SHF_CLEXEC); in main_init()
682 shf = shf_open(name, O_RDONLY, 0, SHF_MAPHI | SHF_CLEXEC); in include()
Deval.c1318 SHF_MAPHI|SHF_CLEXEC); in comsub()
1344 shf = shf_open(tf->tffn, O_RDONLY, 0, SHF_MAPHI | SHF_CLEXEC); in comsub()
Dsh.h1045 #define SHF_CLEXEC 0x0010 /* set close on exec flag */ macro