Searched refs:map_list (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/yptol/
H A Dmap_conv.c101 char **map_list; local
117 map_list = get_mapping_map_list(dom_name);
118 if (NULL == map_list) {
124 for (i = 0; NULL != map_list[i]; i++) {
125 dump_map_to_dit(map_list[i], dom_name, init_containers);
128 free_map_list(map_list);
261 char **map_list; local
300 map_list = get_mapping_map_list(dom_list[i]);
301 if (NULL == map_list) {
307 for (j = 0; map_list[
[all...]
H A Dmap_ctrl.c56 extern bool_t add_map_domain_to_list(char *domain, char ***map_list);
629 char **domain_list, **map_list = NULL; local
645 if (map_list) {
646 free_map_list(map_list);
647 map_list = NULL;
651 map_list = get_mapping_map_list(domain_list[i]);
652 if (map_list == NULL) {
661 if (add_map_domain_to_list(domain_list[i], &map_list) ==
666 if (map_list) free_map_list(map_list);
[all...]
H A Dshim_ancil.c299 * map_list is the list of maps in an array of map names,
306 add_map_domain_to_list(char *domain, char ***map_list) argument
319 if (map_list == NULL) {
395 !on_maplist(mapname, *map_list)) {
396 if (add_in_maplist(mapname, map_list, &map_list_len) ==
H A Dshim_changepasswd.c378 char **map_list; /* Array of passwd or adjunct maps */ local
382 map_list = get_passwd_list(FALSE, domain);
383 if (map_list != NULL) {
385 ans = proc_map_list(map_list, domain, pwd, FALSE);
386 free_passwd_list(map_list);
398 map_list = get_passwd_list(TRUE, domain);
399 if (map_list != NULL) {
405 ans = proc_map_list(map_list, domain, pwd, TRUE);
406 free_passwd_list(map_list);
426 proc_map_list(char **map_list, cha argument
[all...]
H A Ddit_access.c374 free_map_list(char **map_list) argument
376 free_null_terminated_list(map_list);

Completed in 34 milliseconds