Home | History | Annotate | Download | only in liblog

Lines Matching defs:cp

195     const char *cp = buf + len;
196 while ((--cp > buf) && (*cp != c));
197 if (cp <= buf) {
200 return cp;
212 char *cp, *slash;
226 cp = strdup(filename);
227 if (!cp) {
241 tag = cp;
242 slash = strrchr(cp, '/');
245 slash = strrchr(cp, '/');
285 free(cp);
291 free(cp);