NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
strnNE
games/warp/warp.h
147
#define strnNE(s1,s2,l) (strncmp(s1,s2,l))
usr.bin/patch/common.h
63
#define strnNE(s1,s2,l) (strncmp(s1, s2, l))