FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ulmin
stand/libsa/stand.h
419
static __inline u_long ulmin(u_long a, u_long b) { return (a < b ? a : b); }
sys/sys/libkern.h
99
static __inline u_long ulmin(u_long a, u_long b) { return (a < b ? a : b); }