Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2700 const char *cp_str; in modpath_expand() local
2705 cp_str = NULL; in modpath_expand()
2708 cp_str = isa_i_str; in modpath_expand()
2711 cp_str = isa_I_str; in modpath_expand()
2718 cp_str = origin_root; in modpath_expand()
2729 if ((cp_str != NULL) && ((len = strlen(cp_str)) > 0)) { in modpath_expand()
2730 bcopy(cp_str, buf, len); in modpath_expand()