Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool.h198 int ldaptool_boolean_str2value ( const char *s, int strict );
H A Dcommon.c1896 if ( (*ctrl_criticality = ldaptool_boolean_str2value(p, strict))
1908 if ( (*ctrl_criticality = ldaptool_boolean_str2value(p, strict))
2449 ldaptool_boolean_str2value ( const char *ptr, int strict ) function
H A Dldapsearch.c558 if ( (changesonly = ldaptool_boolean_str2value(ps_ptr, 0)) == -1) { in options_callback()
564 if ( (return_echg_ctls = ldaptool_boolean_str2value(ps_ptr, 0)) == -1) { in options_callback()