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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c52 static int client_basedir_exists = 0; /* Installing from a host */ variable
640 client_basedir_exists = 1;
651 client_basedir_exists = 1;
661 if (client_basedir_exists) {
670 client_basedir_exists = 1;
740 return (client_basedir_exists);
757 if (client_basedir_exists)

Completed in 46 milliseconds