Searched refs:name_list (Results 1 – 8 of 8) sorted by relevance
57 struct name_list *tmp = data->known_groups; in free_memory()64 struct name_list *tmp = data->needed_groups; in free_memory()94 struct name_list *new_elem; in __internal_setnetgrent_reuse()124 new_elem = (struct name_list *) malloc (sizeof (struct name_list) in __internal_setnetgrent_reuse()273 struct name_list *tmp = datap->needed_groups; in __internal_getnetgrent_r()292 struct name_list *namep; in __internal_getnetgrent_r()309 namep = (struct name_list *) malloc (sizeof (struct name_list) in __internal_getnetgrent_r()416 struct name_list *namep; in weak_alias()432 (struct name_list *) malloc (sizeof (*namep) in weak_alias()482 struct name_list *tmp = entry.needed_groups; in weak_alias()
26 struct name_list struct28 struct name_list *next; argument62 struct name_list *known_groups;63 struct name_list *needed_groups;
140 struct name_list *first_needed in addgetnetgrentX()141 = alloca (sizeof (struct name_list) + group_len); in addgetnetgrentX()163 struct name_list *this_group = data.needed_groups->next; in addgetnetgrentX()275 struct name_list *runp = data.needed_groups; in addgetnetgrentX()304 struct name_list *newg = alloca (sizeof (*newg) in addgetnetgrentX()
188 struct name_list struct190 struct name_list *next; argument276 static struct name_list *defined;2605 struct name_list *newsym = xmalloc (sizeof (*newsym) in collate_read()3816 struct name_list *newsym = xmalloc (sizeof (*newsym) in collate_read()3838 struct name_list *prevdef = NULL; in collate_read()3839 struct name_list *curdef = defined; in collate_read()3850 struct name_list *olddef = curdef; in collate_read()
3526 * inet/netgroup.h (struct name_list): Replace name pointer with3528 * inet/getnetgrent_r.c: Adjust code for change in name_list
8645 * test-skeleton.c: Use temp_name_list instead of name_list to8646 avoid collision with name_list from inet/netgroup.h.
3483 * inet/netgroup.h: Add definition of name_list and struct
45589 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than