Lines Matching refs:str2
773 char str2[BUFSIZ]; /* For local modification */
776 (void) strncpy(str2, str, sizeof (str2));
777 str2[sizeof (str2) - 1] = '\0';
779 last = str2;
781 for (cp = str2; *cp != '\0'; cp++) {
814 if (!parse_int(str2, resp))
832 char str2[BUFSIZ]; /* For local modification */
835 (void) strncpy(str2, str, sizeof (str2));
836 str2[sizeof (str2) - 1] = '\0';
838 last = str2;
839 for (cp = str2; *cp != '\0'; cp++) {
860 if (!parse_int(str2, resp))