Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c59 char _key_val[38]; variable
286 report_error(begin_s, _key_val); in parse_ldap_cmd_line()
605 "<no attribute>" : attr_val, _key_val); in parse_ldap_config_file()
616 report_error(_key_val, NULL); in parse_ldap_config_file()
689 "<no attribute>" : attr_val, _key_val); in yp_parse_ldap_config_file()
702 report_error(_key_val, NULL); in yp_parse_ldap_config_file()
H A Dnis_parse_ldap_attr.c924 k = n < sizeof (_key_val) ? n : sizeof (_key_val) - 1; in get_attrib_num()
925 (void) memcpy(_key_val, s, k); in get_attrib_num()
926 _key_val[k] = '\0'; in get_attrib_num()
H A Dnis_parse_ldap_conf.h661 extern char _key_val[38];