Home
last modified time | relevance | path

Searched refs:o_path (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddepend.c59 if ((fltrent = get_hash(crle->c_strtbl, (Addr)fltrent->e_obj->o_path, 0, in filter()
83 if ((strcmp(flt->f_fent->e_obj->o_path, in filter()
84 fltrent->e_obj->o_path) != 0) && in filter()
H A Dinspect.c88 if (strcmp(path, obj->o_path)) in enteralt()
104 if (strcmp(alter, obj->o_path) == 0) { in enteralt()
106 obj->o_path); in enteralt()
138 (void) printf(fmt, alter, obj->o_path); in enteralt()
207 if ((obj->o_path = strdup(name)) == NULL) in enterino()
476 if ((obj->o_path = strdup(path)) == NULL) in enternoexistfile()
H A D_crle.h61 char *o_path; /* the objects real path */ member