Searched refs:o_path (Results 1 – 3 of 3) sorted by relevance
59 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()
88 if (strcmp(path, obj->o_path)) in enteralt()104 if (strcmp(alter, obj->o_path) == 0) { in enteralt()106 obj->o_path); in enteralt()136 (void) printf(fmt, alter, obj->o_path); in enteralt()205 if ((obj->o_path = strdup(name)) == NULL) in enterino()473 if ((obj->o_path = strdup(path)) == NULL) in enternoexistfile()
61 char *o_path; /* the objects real path */ member