Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
EQL
usr/src/cmd/expr/expr.c
64
#define EQL(x, y) (strcmp(x, y) == 0)
usr/src/ucbcmd/expr/expr.y
87
#define EQL(x,y) !strcmp(x,y)