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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsrcpath.c89 int inst_root_len, basedir_len; local
97 inst_root_len = strlen(tmp_inst_root);
117 if ((strncmp(tmp_inst_root, tmp_basedir, inst_root_len) == 0) &&
118 (inst_root_len == basedir_len)) {
132 &(tmp_basedir[inst_root_len]), &(local_path[1]));

Completed in 58 milliseconds