Searched refs:s2_p1_len (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-sita.c493 int s1_p1_len, s2_p1_len; local
504 s2_p1_len = s2_p2 - s2;
507 s2_p1_len = strlen(s2);
511 strncpy(str2, s2, (s2_p1_len > sizeof(str2)) ? s2_p1_len : sizeof(str2)); *(str2 + s2_p1_len) = 0;

Completed in 61 milliseconds