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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c51 static char *client_basedir = NULL; variable
211 * If there's no install root & no client_basedir,
263 * If there's no install root & no client_basedir,
399 * Set the basedir and client_basedir based on install root and config
511 * client_basedir.
628 * Create a client_basedir if it is appropriate. If all goes well, resulting
629 * in either a valid client_basedir or a valid lack thereof, it returns 1.
637 client_basedir = strdup(orig_basedir);
639 client_basedir = "/";
650 client_basedir
[all...]

Completed in 157 milliseconds