Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
alloc_ident
usr/src/tools/smatch/src/token.h
221
struct ident *alloc_ident(const char *name, int len);
usr/src/tools/smatch/src/tokenize.c
868
ident = alloc_ident(name, len);