Home | History | Annotate | Download | only in libebl

Lines Matching defs:cp

37       char *cp = buf;
46 if (cp + 1 >= buf + len)
48 *cp++ = ',';
55 snprintf (cp, buf + len - cp, "%#x", flags);
60 if ((size_t) (buf + len - cp) < machstrlen)
62 *((char *) mempcpy (cp, machstr, buf + len - cp - 1)) = '\0';
66 cp = mempcpy (cp, machstr, machstrlen);