Searched refs:DeInstall (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/usr.sbin/pkg_install/create/
H A Dcreate.h33 extern char *DeInstall;
H A Dmain.c30 char *DeInstall = NULL; variable
144 DeInstall = optarg;
H A Dperform.c295 if (DeInstall) {
296 copy_file(home, DeInstall, DEINSTALL_FNAME);
451 if (DeInstall)
592 DeInstall = isfile(DEINSTALL_FNAME) ? (char *)DEINSTALL_FNAME : NULL;

Completed in 51 milliseconds