DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MAXIMUM
crypto/openssh/misc.h
250
#define MAXIMUM(a, b) (((a) > (b)) ? (a) : (b))
usr.bin/diff/diffreg.c
87
#define MAXIMUM(a, b) (((a) > (b)) ? (a) : (b))