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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c2697 const char *cp_str; local
2702 cp_str = NULL;
2705 cp_str = isa_i_str;
2708 cp_str = isa_I_str;
2715 cp_str = origin_root;
2726 if ((cp_str != NULL) && ((len = strlen(cp_str)) > 0)) {
2727 bcopy(cp_str, buf, len);

Completed in 70 milliseconds