Searched refs:myMIN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c459 #define myMIN(a,b) (((a) < (b)) ? (a) : (b)) macro
484 int tocopy = myMIN(text->needsize, *inputlen);

Completed in 1248 milliseconds