Searched refs:s1_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
496 if ((s1_p2 = strchr(s1, '_'))) { /* if an underscore is found... */
497 s1_p1_len = s1_p2 - s1; /* the prefix length is the difference in pointers */
498 s1_p2++; /* the suffix actually starts _after_ the underscore */
501 s1_p2 = 0; /* and there is no suffix */
514 return strcmp(s1_p2, s2_p2); /* otherwise we return the result of comparing the 2nd half of the string */

Completed in 92 milliseconds