Home
last modified time | relevance | path

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

/third_party/mksh/
Dshf.c89 ((oflags & O_ACCMODE) == O_WRONLY ? SHF_WR : SHF_RDWR); in shf_open()
106 sflags |= SHF_RDWR; in shf_open_hlp()
116 sflags |= SHF_RDWR; in shf_open_hlp()
Dsh.h1710 #define SHF_RDWR (SHF_RD | SHF_WR) macro