OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
gen_neg
lib/libpcap/gencode.h
159
struct arth *gen_neg(struct arth *);
lib/libpcap/grammar.y
423
| '-' arth %prec UMINUS { $$ = gen_neg($2); }