Home
last modified time | relevance | path

Searched refs:PCF_SEPARATORS (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/postconf/
Dpostconf_print.c98 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()
Dpostconf.h164 #define PCF_SEPARATORS " \t\r\n" macro