Searched defs:res_old (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c411 char **res_old; /* Old value of res during realloc */ local
457 res_old = res;
461 res_old[res_count] = NULL;
462 free_passwd_list(res_old);
976 char **res_old; /* Old value of res during realloc */ local
1013 res_old = res;
1017 res_old[res_count] = NULL;
1018 free_passwd_list(res_old);

Completed in 47 milliseconds