Home
last modified time | relevance | path

Searched refs:SYM_LINK_T (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c140 if (e->file_type == SYM_LINK_T || e->file_type == LINK_T) { in parse_proto_line()
158 if (e->file_type != SYM_LINK_T) { in parse_proto_line()
311 if ((p->file_type == SYM_LINK_T) || (p->file_type == LINK_T)) { in parse_proto_link()
477 case SYM_LINK_T: in first_pass_prototype()
H A Dlist.h65 #define SYM_LINK_T 's' macro
H A Dprotocmp.c282 if (check_sym && ((res == 0) && (i->file_type == SYM_LINK_T))) { in elem_compare()
614 (ep->file_type == SYM_LINK_T || ep->file_type == LINK_T)) { in set_values()
H A Dproto_list.c198 if (e->file_type != SYM_LINK_T) in parse_line()