NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__negative_p
sys/sys/cdefs.h
744
#define __negative_p(x) (!((x) > 0) && ((x) != 0))
usr.bin/vndcompress/common.h
49
#define __negative_p(x) ((x) < 0)