OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
O_NONBLOCK
sys/sys/fcntl.h
79
#define O_NONBLOCK 0x0004 /* no delay */
usr.sbin/pppd/chat/chat.c
115
#define O_NONBLOCK O_NDELAY
usr.sbin/pppd/main.c
147
#undef O_NONBLOCK
usr.sbin/pppd/main.c
148
#define O_NONBLOCK O_NDELAY