Home
last modified time | relevance | path

Searched refs:__nelem__ (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libsasl/lib/
H A Dsaslint.h462 #define sasl_CALLOC(__nelem__, __size__) \ argument
463 (gctx->sasl_allocation_utils.calloc((__nelem__), (__size__)))
468 #define sasl_sun_CALLOC(__nelem__, __size__) (calloc((__nelem__), (__size__))) argument
479 #define sasl_CALLOC(__nelem__, __size__) \ argument
480 (_sasl_allocation_utils.calloc((__nelem__), (__size__)))