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