Home
last modified time | relevance | path

Searched refs:no_parse_error (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_map.c275 if (p_error != no_parse_error) in add_mapping_attribute()
342 if (p_error == no_parse_error) { in add_mapping_attribute()
357 return (p_error == no_parse_error ? 0 : -1); in add_mapping_attribute()
484 return (p_error == no_parse_error ? 0 : -1); in add_ypdomains_attribute()
696 if (p_error != no_parse_error) { in parse_name_fields()
775 return (p_error == no_parse_error ? 0 : -1); in parse_name_fields()
998 if (p_error != no_parse_error) in parse_object_dn()
1001 if (p_error != no_parse_error) { in parse_object_dn()
1164 for (; p_error == no_parse_error; ) { in get_lhs()
1221 if (p_error == no_parse_error) in get_lhs()
[all …]
H A Dnis_parse_ldap_conf.c53 parse_error p_error = no_parse_error;
133 p_error = no_parse_error; in parse_ldap_migration()
388 if (p_error != no_parse_error) { in parse_ldap_default_conf()
478 if (p_error != no_parse_error) { in yp_parse_ldap_default_conf()
893 p_error = no_parse_error; in connect_to_ldap_config_server()
992 if (p_error != no_parse_error) { in process_ldap_config_result()
1006 if (p_error != no_parse_error) in process_ldap_config_result()
1017 if (!error_reported && p_error != no_parse_error) { in process_ldap_config_result()
1021 if (p_error != no_parse_error) in process_ldap_config_result()
1193 if (p_error != no_parse_error) { in parse_ldap_config_dn_attrs()
H A Dnis_parse_ldap_util.c643 for (; p_error == no_parse_error; ) { in read_line()
799 if (p_error != no_parse_error) { in finish_parse()
865 if (p_error != no_parse_error) in finish_parse()
912 if (p_error != no_parse_error) { in finish_parse()
1388 return (p_error == no_parse_error); in dup_mapping_item()
1448 if (p_error != no_parse_error) in dup_format_mapping()
1452 if (p_error != no_parse_error) { in dup_format_mapping()
2014 for (; p_error == no_parse_error; ) { in get_next_extract_format_item()
2119 if (p_error != no_parse_error) { in get_next_extract_format_item()
2166 if (p_error == no_parse_error) in get_next_extract_format_item()
[all …]
H A Dnis_parse_ldap_attr.c271 return (p_error == no_parse_error ? 0 : -1); in add_config_attribute()
503 return (p_error == no_parse_error ? 0 : -1); in add_bind_attribute()
905 return (p_error == no_parse_error ? 0 : -1); in add_operation_attribute()
H A Dnis_parse_ldap_conf.h279 no_parse_error, enumerator
H A Dnis_parse_ldap_yp_util.c292 return (p_error == no_parse_error ? 0 : 1); in merge_table_mapping()