Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Deptstat.c139 me->status = ((c == DUP_ENTRY) ? '\0' : c); in eptstat()
H A Dpkgdbmerg.c322 pkgpinfo = eptstat(cf_ent, pkginst, DUP_ENTRY); in do_like_ent()
445 if (stflag != DUP_ENTRY) { in do_like_ent()
472 } else if (stflag != DUP_ENTRY) { in do_like_ent()
588 pinfo = eptstat(&(el_ent->cf_ent), pkginst, DUP_ENTRY); in do_new_ent()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h126 #define DUP_ENTRY '#' /* there's a duplicate of this */ macro