Searched refs:PLIST_DEPORIGIN (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/usr.sbin/pkg_install/lib/
H A Dlib.h116 PLIST_IGNORE_INST, PLIST_OPTION, PLIST_ORIGIN, PLIST_DEPORIGIN, enumerator in enum:_plist_t
H A Dplist.c233 return PLIST_DEPORIGIN;
400 case PLIST_DEPORIGIN:
/freebsd-10.3-release/usr.sbin/pkg_install/add/
H A Dperform.c297 deporigin = (p->next->type == PLIST_DEPORIGIN) ? p->next->name : NULL;
330 deporigin = (p->next->type == PLIST_DEPORIGIN) ? p->next->name : NULL;
556 deporigin = (p->next->type == PLIST_DEPORIGIN) ? p->next->name :
/freebsd-10.3-release/usr.sbin/pkg_install/delete/
H A Dperform.c275 deporigin = (p->next != NULL && p->next->type == PLIST_DEPORIGIN) ? p->next->name :
/freebsd-10.3-release/usr.sbin/pkg_install/info/
H A Dshow.c176 case PLIST_DEPORIGIN:
/freebsd-10.3-release/usr.sbin/pkg_install/create/
H A Dperform.c178 add_plist_top(&plist, PLIST_DEPORIGIN, ++deporigin);

Completed in 170 milliseconds