Searched refs:sep_trail (Results 1 – 1 of 1) sorted by relevance
397 #define IGNORE_SEP_TRAIL(first,last,sep_trail) \ argument398 if ((size_t)(last - first) > sizeof(sep_trail)-1 \399 && !strncmp(first, sep_trail, sizeof(sep_trail)-1)) \400 first += sizeof(sep_trail)-2