Searched refs:ldaptool_boolean_str2value (Results 1 – 3 of 3) sorted by relevance
198 int ldaptool_boolean_str2value ( const char *s, int strict );
558 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()
1895 if ( (*ctrl_criticality = ldaptool_boolean_str2value(p, strict))1907 if ( (*ctrl_criticality = ldaptool_boolean_str2value(p, strict))2448 ldaptool_boolean_str2value ( const char *ptr, int strict ) function