Searched defs:Allowednames (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c69 } Allowednames[] = { variable in typeref:struct:__anon451
103 for (i = 0; Allowednames[i].t; i++)
104 if (Allowednames[i].name != NULL)
105 Allowednames[i].name = stable(Allowednames[i].name);
398 for (i = 0; Allowednames[i].t; i++)
399 if (stmtnp->t == Allowednames[i].t &&
400 Allowednames[i].required &&
401 tree_s2np_lut_lookup(lutp, Allowednames[i].name) == NULL)
402 outfl(Allowednames[
[all...]

Completed in 45 milliseconds