Searched refs:obj_ent_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c47 typedef struct obj_ent obj_ent_t; typedef in typeref:struct:obj_ent
52 static obj_ent_t obj_tbl[] = {
83 static obj_ent_t *obj_lkup(char *);
318 obj_ent_t *oep;
329 (oep = obj_lkup(obj_str)) == (obj_ent_t *)0 ||
424 obj_ent_t *
429 for (i = 0; i < sizeof (obj_tbl) / sizeof (obj_ent_t); i++)

Completed in 58 milliseconds