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

/illumos-gate/usr/src/cmd/sgs/include/
H A Dsgs.h152 * Adding 1 to the size is a workaround. VLA_SIZE, and its use, should be
156 #define VLA_SIZE(_arg) ((_arg) + 1) macro
158 #define VLA_SIZE(_arg) (_arg) macro

Completed in 56 milliseconds