Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c412 char **res_old; /* Old value of res during realloc */ in get_passwd_list() local
458 res_old = res; in get_passwd_list()
462 res_old[res_count] = NULL; in get_passwd_list()
463 free_passwd_list(res_old); in get_passwd_list()
977 char **res_old; /* Old value of res during realloc */ in get_mapping_map_list() local
1014 res_old = res; in get_mapping_map_list()
1018 res_old[res_count] = NULL; in get_mapping_map_list()
1019 free_passwd_list(res_old); in get_mapping_map_list()