Searched refs:NUM (Results 26 - 26 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c441 #define ALLOC(NUM,TYPE) \
442 (((NUM) <= (((size_t)0-1)/ sizeof(TYPE))) \
443 ? (TYPE *) calloc((NUM), sizeof(TYPE)) \

Completed in 47 milliseconds

12