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

/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dsystem.c124 char *unzipper = RunningAsInit ? "/stand/" UNZIPPER : "/usr/bin/" UNZIPPER;
H A Dmedia.c755 char *unzipper = RunningAsInit ? "/stand/" UNZIPPER
756 : "/usr/bin/" UNZIPPER;
812 msgDebug("wait for %s returned status of %d!\n", UNZIPPER, i);
841 char *unzipper = RunningAsInit ? "/stand/" UNZIPPER
842 : "/usr/bin/" UNZIPPER;
928 msgDebug("wait for %s returned status of %d!\n", UNZIPPER, i);
H A Dsysinstall.h898 #define UNZIPPER "gunzip" macro
900 #define UNZIPPER "bunzip2" macro

Completed in 32 milliseconds