Home
last modified time | relevance | path

Searched refs:cp_str (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2697 const char *cp_str; in modpath_expand() local
2702 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()