Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c456 if ((res_count + 1) >= array_size) { in get_passwd_list()
462 res_old[res_count] = NULL; in get_passwd_list()
470 if (NULL == res[res_count]) { in get_passwd_list()
478 res_count ++; in get_passwd_list()
483 res[res_count] = NULL; in get_passwd_list()
1012 if ((res_count + 1) >= array_size) { in get_mapping_map_list()
1018 res_old[res_count] = NULL; in get_mapping_map_list()
1029 res[res_count] = (char *)it; in get_mapping_map_list()
1030 res_count ++; in get_mapping_map_list()
1035 res[res_count] = NULL; in get_mapping_map_list()
[all …]