Searched refs:cp_str (Results 1 – 1 of 1) sorted by relevance
2697 const char *cp_str; in modpath_expand() local2702 cp_str = NULL; in modpath_expand()2705 cp_str = isa_i_str; in modpath_expand()2708 cp_str = isa_I_str; in modpath_expand()2715 cp_str = origin_root; in modpath_expand()2726 if ((cp_str != NULL) && ((len = strlen(cp_str)) > 0)) { in modpath_expand()2727 bcopy(cp_str, buf, len); in modpath_expand()