Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c96 static config_key get_file_attr_val(int fd, char **attr_val);
587 while ((attrib_num = get_file_attr_val(fd, &attr_val)) > 0) { in parse_ldap_config_file()
665 while ((attrib_num = get_file_attr_val(fd, &attr_val)) > 0) { in yp_parse_ldap_config_file()
721 get_file_attr_val(int fd, char **attr_val) in get_file_attr_val() function