OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
IO_WRITING
usr.sbin/lpd/io.c
112
#define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ)
usr.sbin/smtpd/ioev.c
511
#define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ)