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

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

Completed in 30 milliseconds