FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
imax
bin/df/df.c
82
imax(int a, int b)
libexec/rtld-elf/rtld_printf.c
98
imax(int a, int b)
stand/libsa/stand.h
410
static __inline int imax(int a, int b) { return (a > b ? a : b); }
sys/sys/libkern.h
88
static __inline int imax(int a, int b) { return (a > b ? a : b); }