OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
Assert
lib/libz/zutil.h
233
# define Assert(cond,msg) {if(!(cond)) z_error(msg);}
lib/libz/zutil.h
240
# define Assert(cond,msg)
sys/lib/libz/zutil.h
246
# define Assert(cond,msg) {if(!(cond)) z_error(msg);}
sys/lib/libz/zutil.h
253
# define Assert(cond,msg)