Home
last modified time | relevance | path

Searched refs:pcf_daemon_options_expecting_value (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_master.c175 const char pcf_daemon_options_expecting_value[] = "o"; variable
257 if (strchr(pcf_daemon_options_expecting_value, *cp) != 0 in pcf_normalize_daemon_args()
267 if (strchr(pcf_daemon_options_expecting_value, arg[1]) == 0) in pcf_normalize_daemon_args()
542 else if (strchr(pcf_daemon_options_expecting_value, arg[1]) != 0 in pcf_print_master_entry()
720 } else if (strchr(pcf_daemon_options_expecting_value, arg[1]) != 0 in pcf_print_master_field()
1056 else if (strchr(pcf_daemon_options_expecting_value, arg[1]) != 0 in pcf_edit_master_param()
H A Dpostconf.h195 extern const char pcf_daemon_options_expecting_value[];
H A Dpostconf_user.c386 if (strchr(pcf_daemon_options_expecting_value, arg[1]) == 0 in pcf_register_user_parameters()