FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
minimum
crypto/openssh/openbsd-compat/arc4random.c
62
#define minimum(a, b) ((a) < (b) ? (a) : (b))
lib/libc/gen/arc4random.c
54
#define minimum(a, b) ((a) < (b) ? (a) : (b))