HomeSort by relevance Sort by last modified time
    Searched full:s2_p1_len (Results 1 - 1 of 1) sorted by null

  /external/libpcap/
pcap-sita.c 500 int s1_p1_len, s2_p1_len; local
511 s2_p1_len = s2_p2 - s2;
514 s2_p1_len = strlen(s2);
518 strncpy(str2, s2, (s2_p1_len > sizeof(str2)) ? s2_p1_len : sizeof(str2)); *(str2 + s2_p1_len) = 0;
    [all...]

Completed in 183 milliseconds