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

/macosx-10.10.1/libpcap-48/libpcap/
H A Dpcap-sita.c500 char *s1_p2, *s2_p2; local
512 if ((s2_p2 = strchr(s2, '_'))) { /* now do the same for the second string */
513 s2_p1_len = s2_p2 - s2;
514 s2_p2++;
517 s2_p2 = 0;
523 return strcmp(s1_p2, s2_p2); /* otherwise we return the result of comparing the 2nd half of the string */

Completed in 61 milliseconds