Searched refs:SBUF_USRFLAGMSK (Results 1 – 2 of 2) sorted by relevance
48 #define SBUF_USRFLAGMSK 0x0000ffff /* mask of flags the user may specify */ macro
156 if (length > INT_MAX || flags & ~SBUF_USRFLAGMSK) { in sbuf_new()