Home
last modified time | relevance | path

Searched defs:lmin (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dgss-serv.c361 OM_uint32 lmin; in ssh_gssapi_userok() local
H A Dgss-genr.c108 OM_uint32 lmin; in ssh_gssapi_last_error() local
/dflybsd-src/sys/sys/
H A Dlibkern.h72 static __inline long lmin(long a, long b) { return (a < b ? a : b); } in lmin() function
/dflybsd-src/stand/lib/
H A Dstand.h342 static __inline long lmin(long a, long b) { return (a < b ? a : b); } in lmin() function