Searched defs:dependlist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A Ddepend.c75 add_dependency(pkg_list *dependlist, const char *pkgname) argument
85 if (dependlist == NULL)
88 for (tmp = dependlist; tmp->next != NULL; tmp = tmp->next) {
92 return (dependlist);
96 free_dependency_list(pkg_list *dependlist) argument
100 while (dependlist) {
101 tmp = dependlist;
102 dependlist = dependlist->next;
110 print_dependencies(const char *pkgname, pkg_list *dependlist) argument
146 pkg_list *dependlist = NULL; local
222 pkg_list *dependlist; local
[all...]

Completed in 149 milliseconds