Home
last modified time | relevance | path

Searched refs:alloc_ident (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken.h221 struct ident *alloc_ident(const char *name, int len);
H A Dtokenize.c832 struct ident *alloc_ident(const char *name, int len) in alloc_ident() function
868 ident = alloc_ident(name, len); in create_hashed_ident()