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