Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sasl.c58 #define CLIENT_FPRINTF if (mode_verbose && !mode_quiet) (void) fprintf
403 int mode_quiet, in __ns_ldap_check_dns_preq() argument
468 int mode_quiet, in __ns_ldap_check_gssapi_preq() argument
541 int mode_quiet, in __ns_ldap_check_all_preq() argument
557 mode_verbose, mode_quiet, NSSWITCH_CONF, in __ns_ldap_check_all_preq()
561 mode_verbose, mode_quiet, config, errpp)) != in __ns_ldap_check_all_preq()
H A Dns_internal.h860 int __ns_ldap_check_dns_preq(int foreground, int mode_verbose, int mode_quiet,
865 int mode_quiet, ns_ldap_self_gssapi_config_t config,
868 int __ns_ldap_check_all_preq(int foreground, int mode_verbose, int mode_quiet,
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c195 #define CLIENT_FPUTS if (!mode_quiet) (void) fputs
196 #define CLIENT_FPRINTF if (!mode_quiet) (void) fprintf
197 #define CLIENT_FPUTC if (!mode_quiet) (void) fputc
235 static int mode_quiet = 0; variable
379 mode_quiet = 1; in main()
515 mode_quiet = 1; in main()
1931 if (mode_quiet) in usage()
2164 1, mode_verbose, mode_quiet, in start_services()
2180 1, mode_verbose, mode_quiet, config, in start_services()