Home | History | Annotate | Download | only in debugfs

Lines Matching defs:cp

1275 	char		*dest, *cp, *base_name;
1299 cp = strrchr(destname, '/');
1300 if (cp) {
1301 *cp = 0;
1305 dest = cp+1;
1714 char *cp;
1723 cp = strrchr(argv[1], '/');
1724 if (cp) {
1725 *cp = 0;
1731 name = cp+1;
2103 char *cp;
2123 cp = strchr(buf, '\n');
2124 if (cp)
2125 *cp = 0;
2126 cp = strchr(buf, '\r');
2127 if (cp)
2128 *cp = 0;