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

/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-sita.c491 char *s1_p2, *s2_p2; local
503 if ((s2_p2 = strchr(s2, '_'))) { /* now do the same for the second string */
504 s2_p1_len = s2_p2 - s2;
505 s2_p2++;
508 s2_p2 = 0;
514 return strcmp(s1_p2, s2_p2); /* otherwise we return the result of comparing the 2nd half of the string */

Completed in 104 milliseconds