Searched refs:pcf_edit_master (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf.h190 extern void pcf_edit_master(int, int, char **);
H A Dpostconf.c1069 pcf_edit_master(pcf_cmd_mode, argc - optind, argv + optind);
H A Dpostconf_edit.c16 /* void pcf_edit_master(mode, argc, argv)
27 /* pcf_edit_master() edits the \fBmaster.cf\fR configuration
31 /* With PCF_EDIT_CONF, pcf_edit_master() replaces or adds
36 /* With PCF_EDIT_EXCL or PCF_COMMENT_OUT, pcf_edit_master()
40 /* With PCF_EDIT_CONF, pcf_edit_master() replaces the value
44 /* With PCF_EDIT_CONF, pcf_edit_master() replaces or adds the
48 /* With PCF_EDIT_EXCL, pcf_edit_master() removes service
299 /* pcf_edit_master - edit master.cf file */
301 void pcf_edit_master(int mode, int argc, char **argv) function
303 const char *myname = "pcf_edit_master";
[all...]

Completed in 199 milliseconds