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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c47 static int install_root_len; /* strlen(install_root) */ variable
159 install_root_len = strlen(install_root);
162 if (install_root_len == 1)
163 install_root_len = 0;
186 calloc(1, strlen(path) + install_root_len +
242 npath = pathalloc(strlen(path) + install_root_len + 1);
317 else if (strncmp(path, install_root, install_root_len) == 0) {
318 retv = path + install_root_len;
821 client_offset = (is_an_inst_root()) ? install_root_len : 0;

Completed in 45 milliseconds