Searched defs:lmin (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssh/
H A Dgss-genr.c93 OM_uint32 lmin; local
H A Dgss-serv.c353 OM_uint32 lmin; local
/freebsd-9.3-release/sys/sys/
H A Dlibkern.h59 static __inline long lmin(long a, long b) { return (a < b ? a : b); } function
/freebsd-9.3-release/sys/netpfil/ipfw/test/
H A Dmain.c35 int lmin, lmax; /* packet len */ member in struct:cfg_s
/freebsd-9.3-release/lib/libstand/
H A Dstand.h325 static __inline long lmin(long a, long b) { return (a < b ? a : b); } function

Completed in 31 milliseconds