Searched refs:pcf_print_line (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_main.c159 pcf_print_line(fp, mode, "%s\n", name);
165 pcf_print_line(fp, mode, "%s = %s\n", name, value);
167 pcf_print_line(fp, mode, "%s\n", value);
H A Dpostconf_print.c11 /* void pcf_print_line(fp, mode, const char *fmt, ...)
16 /* pcf_print_line() formats text, normalized whitespace, and
64 /* pcf_print_line - show line possibly folded, and with normalized whitespace */
66 void pcf_print_line(VSTREAM *fp, int mode, const char *fmt,...) function
H A Dpostconf.h301 extern void PRINTFLIKE(3, 4) pcf_print_line(VSTREAM *, int, const char *,...);
H A Dpostconf_master.c891 pcf_print_line(fp, mode, "%s%c%s\n",
899 pcf_print_line(fp, mode, "%s%c%s = %s\n",
903 pcf_print_line(fp, mode, "%s\n", param_value);

Completed in 81 milliseconds