Home | History | Annotate | Download | only in resolv

Lines Matching defs:cp1

432 	char *file, *cp1, *cp2;
449 for (cp1 = buf; *cp1 && !isspace((unsigned char)*cp1); ++cp1)
451 if (!*cp1)
453 *cp1 = '\0';
455 while (isspace((unsigned char)*++cp1))
457 if (!*cp1)
459 for (cp2 = cp1 + 1; *cp2 &&
463 strncpy(dst, cp1, siz - 1);