Searched refs:list_copy (Results 1 – 2 of 2) sorted by relevance
229 char *list_copy; in fs_create_array_from_accesslist() local233 list_copy = strdup(access_list); in fs_create_array_from_accesslist()234 if (list_copy != NULL) { in fs_create_array_from_accesslist()235 server_string = strtok(list_copy, delimiter); in fs_create_array_from_accesslist()243 free(list_copy); in fs_create_array_from_accesslist()255 free(list_copy); in fs_create_array_from_accesslist()267 free(list_copy); in fs_create_array_from_accesslist()
148 list_copy(void *(*cp_ent)(), void **mpp) in list_copy() function627 (mechanism_t **)list_copy( in __nis_get_mechanisms()634 (mechanism_t **)list_copy((void *(*)()) sf_copy_mech_ent, in __nis_get_mechanisms()1045 return (mechs ? (mfent_t **)list_copy((void *(*)()) mf_copy_ent, in mf_get_mechs()