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