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

/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c43 char *obj_str; /* string specified on the command line */ member in struct:obj_ent
313 char *obj_str; local
328 if ((obj_str = strtok(optarg, "=")) == (char *)0 ||
329 (oep = obj_lkup(obj_str)) == (obj_ent_t *)0 ||
416 obj_str);
425 obj_lkup(char *obj_str) argument
430 if (strcmp(obj_str, obj_tbl[i].obj_str) == 0)
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_mgmt.h186 char *obj_str; member in struct:__anon672

Completed in 67 milliseconds