Home
last modified time | relevance | path

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

/external/mksh/src/
Dshf.c87 ((oflags & O_ACCMODE) == O_WRONLY ? SHF_WR : SHF_RDWR); in shf_open()
104 sflags |= SHF_RDWR; in shf_open_hlp()
114 sflags |= SHF_RDWR; in shf_open_hlp()
Dsh.h1426 #define SHF_RDWR (SHF_RD|SHF_WR) macro