Home | History | Annotate | Download | only in libpcap

Lines Matching refs:str2

499 	char	str1[MAX_LINE_SIZE], str2[MAX_LINE_SIZE];
518 strncpy(str2, s2, (s2_p1_len > sizeof(str2)) ? s2_p1_len : sizeof(str2)); *(str2 + s2_p1_len) = 0;
519 retval = strcmp(str1, str2);