Home | History | Annotate | Download | only in libebl

Lines Matching defs:cp

48       char *cp = buf;
57 if (cp + 1 >= buf + len)
59 *cp++ = ',';
66 snprintf (cp, buf + len - cp, "%#x", flags);
71 if ((size_t) (buf + len - cp) < machstrlen)
73 *((char *) mempcpy (cp, machstr, buf + len - cp - 1)) = '\0';
77 cp = mempcpy (cp, machstr, machstrlen);