Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstring.h57 #define VSTRING_CTL_END 0 macro
60 #define CA_VSTRING_CTL_END VSTRING_CTL_END
H A Dvstring.c412 while ((code = va_arg(ap, int)) != VSTRING_CTL_END) { in vstring_ctl()