Searched refs:sep_trail (Results 1 – 1 of 1) sorted by relevance
682 #define IGNORE_SEP_TRAIL(first,last,sep_trail) \ argument683 if ((size_t)(last - first) > sizeof(sep_trail)-1 \684 && !strncmp(first, sep_trail, sizeof(sep_trail)-1)) \685 first += sizeof(sep_trail)-2