Home | History | Annotate | Download | only in libpcap

Lines Matching refs:str2

503 	char	str1[MAX_LINE_SIZE], str2[MAX_LINE_SIZE];
522 strncpy(str2, s2, (s2_p1_len > sizeof(str2)) ? s2_p1_len : sizeof(str2)); *(str2 + s2_p1_len) = 0;
523 retval = strcmp(str1, str2);