Home | History | Annotate | Download | only in resolv

Lines Matching refs:cp1

406 	char *file, *cp1, *cp2;
418 for (cp1 = buf; *cp1 && !isspace((unsigned char)*cp1); ++cp1)
420 if (!*cp1)
422 *cp1 = '\0';
424 while (isspace((unsigned char)*++cp1))
426 if (!*cp1)
428 for (cp2 = cp1 + 1; *cp2 &&
432 strncpy(dst, cp1, siz - 1);