Lines Matching refs:str1
503 char str1[MAX_LINE_SIZE], str2[MAX_LINE_SIZE];521 strncpy(str1, s1, (s1_p1_len > sizeof(str1)) ? s1_p1_len : sizeof(str1)); *(str1 + s1_p1_len) = 0;523 retval = strcmp(str1, str2);