Home
last modified time | relevance | path

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

/glibc-2.36/inet/
Dgetnetgrent_r.c57 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()
Dnetgroup.h26 struct name_list struct
28 struct name_list *next; argument
62 struct name_list *known_groups;
63 struct name_list *needed_groups;
/glibc-2.36/nscd/
Dnetgroupcache.c140 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()
/glibc-2.36/locale/programs/
Dld-collate.c188 struct name_list struct
190 struct name_list *next; argument
276 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()
/glibc-2.36/ChangeLog.old/
DChangeLog.153526 * inet/netgroup.h (struct name_list): Replace name pointer with
3528 * inet/getnetgrent_r.c: Adjust code for change in name_list
DChangeLog.128645 * test-skeleton.c: Use temp_name_list instead of name_list to
8646 avoid collision with name_list from inet/netgroup.h.
DChangeLog.63483 * inet/netgroup.h: Add definition of name_list and struct
DChangeLog.1845589 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than