Home
last modified time | relevance | path

Searched refs:SHF_RDWR (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Dshf.c82 ((oflags & O_ACCMODE) == O_WRONLY ? SHF_WR : SHF_RDWR); in shf_open()
99 sflags |= SHF_RDWR; in shf_open_hlp()
109 sflags |= SHF_RDWR; in shf_open_hlp()
Dsh.h1041 #define SHF_RDWR (SHF_RD|SHF_WR) macro