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

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

Completed in 140 milliseconds