Searched refs:PCF_SEPARATORS (Results 1 – 2 of 2) sorted by relevance
98 for (start = STR(buf); *(start += strspn(start, PCF_SEPARATORS)) != 0; start = next) { in pcf_print_line()99 word_len = strcspn(start, PCF_SEPARATORS); in pcf_print_line()
164 #define PCF_SEPARATORS " \t\r\n" macro