Searched defs:lmin (Results 1 – 4 of 4) sorted by relevance
361 OM_uint32 lmin; in ssh_gssapi_userok() local
108 OM_uint32 lmin; in ssh_gssapi_last_error() local
72 static __inline long lmin(long a, long b) { return (a < b ? a : b); } in lmin() function
342 static __inline long lmin(long a, long b) { return (a < b ? a : b); } in lmin() function