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