Home
last modified time | relevance | path

Searched refs:s1_p2 (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Dpcap-sita.c500 char *s1_p2, *s2_p2; local
505 if ((s1_p2 = strchr(s1, '_'))) { /* if an underscore is found... */
506 s1_p1_len = s1_p2 - s1; /* the prefix length is the difference in pointers */
507 s1_p2++; /* the suffix actually starts _after_ the underscore */
510 s1_p2 = 0; /* and there is no suffix */
523 …return strcmp(s1_p2, s2_p2); /* otherwise we return the result of comparing the 2nd half of the s…