Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c413 int res_count = 0; /* Current result count */ in get_passwd_list() local
455 if ((res_count + 1) >= array_size) { in get_passwd_list()
461 res_old[res_count] = NULL; in get_passwd_list()
468 res[res_count] = am(myself, end_ptr - it->name + 1); in get_passwd_list()
469 if (NULL == res[res_count]) { in get_passwd_list()
475 (void) memcpy(res[res_count], it->name, in get_passwd_list()
477 res_count ++; in get_passwd_list()
482 res[res_count] = NULL; in get_passwd_list()
978 int res_count = 0; /* Current result count */ in get_mapping_map_list() local
1011 if ((res_count + 1) >= array_size) { in get_mapping_map_list()
[all …]