Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
assert_nolint
usr/src/cmd/svc/configd/client.c
65
#define assert_nolint(x) (void)0
usr/src/cmd/svc/configd/client.c
67
#define assert_nolint(x) assert(x)
usr/src/lib/libscf/common/lowlevel.c
106
#define assert_nolint(x) (void)0
usr/src/lib/libscf/common/lowlevel.c
108
#define assert_nolint(x) assert(x)