Searched defs:MULTIBFSZ (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/ucblib/libucb/inc/
H A Dstdiom.h69 #define MULTIBFSZ(SZ) ((SZ) & ~0x3ff) macro
71 #define MULTIBFSZ(SZ) ((SZ) & ~0x1ff) macro
73 #define MULTIBFSZ(SZ) ((SZ) - (SZ % BUFSIZ)) macro
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h120 #define MULTIBFSZ(SZ) ((SZ) & ~0x3ff) macro
122 #define MULTIBFSZ(SZ) ((SZ) & ~0x1ff) macro
124 #define MULTIBFSZ(SZ) ((SZ) - (SZ % BUFSIZ)) macro

Completed in 97 milliseconds