Lines Matching refs:dup
89 elem *dup; in parse_proto_line() local
208 if (!(dup = find_elem(list, e, FOLLOW_LINK))) { in parse_proto_line()
213 } else if (dup->file_type == DIR_T) { in parse_proto_line()
214 if (!(dup->pkgs = add_pkg(dup->pkgs, pkgname))) { in parse_proto_line()
218 pkgname, dup->name); in parse_proto_line()
221 if (e->perm != dup->perm) { in parse_proto_line()
225 pkgname, e->perm, dup->name, dup->perm); in parse_proto_line()
227 if (strcmp(e->owner, dup->owner) != 0) { in parse_proto_line()
231 pkgname, e->owner, dup->name, dup->owner); in parse_proto_line()
233 if (strcmp(e->group, dup->group) != 0) { in parse_proto_line()
237 pkgname, e->group, dup->name, dup->group); in parse_proto_line()
262 elem *p, *dup; in parse_proto_link() local
329 if (!(dup = find_elem(list, e, NO_FOLLOW_LINK))) { in parse_proto_link()