Searched refs:pkg_do (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/usr.sbin/pkg_install/delete/
H A Dperform.c28 static int pkg_do(char *);
86 * storage, while pkg_do() below will call this function,
109 err_cnt += pkg_do(rb[j]);
112 err_cnt += pkg_do(pkgs[i]);
122 pkg_do(char *pkg) function
/freebsd-10.3-release/usr.sbin/pkg_install/info/
H A Dperform.c29 static int pkg_do(char *);
83 err_cnt += pkg_do(pkgs[i]);
89 pkg_do(char *pkg) function
/freebsd-10.3-release/usr.sbin/pkg_install/version/
H A Dperform.c34 static int pkg_do(char *);
42 * needed and calling pkg_do(). Beforehand we set up a few things, and after
118 err_cnt += pkg_do(pkgs[i]);
120 /* If we opened the INDEX in pkg_do(), clean up. */
137 * Traditional pkg_do(). We take the package name we are passed and
143 pkg_do(char *pkg) function
/freebsd-10.3-release/usr.sbin/pkg_install/add/
H A Dperform.c33 static int pkg_do(char *);
47 err_cnt = pkg_do(NULL);
50 err_cnt += pkg_do(pkgs[i]);
61 pkg_do(char *pkg) function
317 pkg_do(subpkg);

Completed in 50 milliseconds