gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:_IO from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/filio.h (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/filio.h - 3.1KB - 62 lines
44: /* Generic file-descriptor ioctl's. */
45: #define FIOCLEX          _IO('f', 1)           /* set close on exec on fd */
46: #define FIONCLEX         _IO('f', 2)           /* remove close on exec */
47: #define FIONREAD        _IOR('f', 127, int)    /* get # bytes to read */