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

/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-sita.c502 int s1_p1_len, s2_p1_len; local
513 s2_p1_len = s2_p2 - s2;
516 s2_p1_len = strlen(s2);
520 strncpy(str2, s2, (s2_p1_len > sizeof(str2)) ? s2_p1_len : sizeof(str2)); *(str2 + s2_p1_len) = 0;

Completed in 168 milliseconds