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