Searched refs:s2_p2 (Results 1 – 1 of 1) sorted by relevance
503 char *s1_p2, *s2_p2; in if_sort() local515 if ((s2_p2 = strchr(s2, '_'))) { /* now do the same for the second string */ in if_sort()516 s2_p1_len = s2_p2 - s2; in if_sort()517 s2_p2++; in if_sort()520 s2_p2 = 0; in if_sort()526 …return strcmp(s1_p2, s2_p2); /* otherwise we return the result of comparing the 2nd half of the s… in if_sort()