Searched refs:PCF_SHOW_SASL_SERV (Results 1 – 3 of 3) sorted by relevance
658 PCF_SHOW_SASL_SERV | PCF_SHOW_SASL_CLNT | PCF_EXP_DSN_TEMPL \680 {PCF_SHOW_SASL_SERV, 0},707 "-a", PCF_SHOW_SASL_SERV,863 pcf_cmd_mode |= PCF_SHOW_SASL_SERV; in main()1064 else if (pcf_cmd_mode & PCF_SHOW_SASL_SERV) { in main()1065 pcf_show_sasl(PCF_SHOW_SASL_SERV); in main()
117 sasl_argv = (what & PCF_SHOW_SASL_SERV) ? xsasl_server_types() : in pcf_show_sasl()
36 #define PCF_SHOW_SASL_SERV (1<<7) /* show server auth plugin types */ macro