Home | History | Annotate | Download | only in libebl

Lines Matching refs:cp

73       char *cp = buf;
82 if (cp + 1 >= buf + len)
84 *cp++ = ',';
91 snprintf (cp, buf + len - cp, "%#x", flags);
96 if ((size_t) (buf + len - cp) < machstrlen)
98 *((char *) mempcpy (cp, machstr, buf + len - cp - 1)) = '\0';
102 cp = mempcpy (cp, machstr, machstrlen);