Lines Matching defs:cp2
1119 char *cp2, **argv;1250 l = strtol(argv[optidx], &cp2, base);1251 if (cp2 == argv[optidx] || *cp2 != '\0' ||