/glibc-2.36/misc/sys/ |
D | queue.h | 89 #define LIST_HEAD_INITIALIZER(head) \ argument 101 #define LIST_INIT(head) do { \ argument 120 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument 134 #define LIST_FOREACH(var, head, field) \ argument 142 #define LIST_EMPTY(head) ((head)->lh_first == NULL) argument 143 #define LIST_FIRST(head) ((head)->lh_first) argument 155 #define SLIST_HEAD_INITIALIZER(head) \ argument 166 #define SLIST_INIT(head) do { \ argument 175 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument 180 #define SLIST_REMOVE_HEAD(head, field) do { \ argument [all …]
|
/glibc-2.36/include/ |
D | list.h | 41 list_add (list_t *newp, list_t *head) in list_add() 62 list_splice (list_t *add, list_t *head) in list_splice() 82 #define list_for_each(pos, head) \ argument 87 #define list_for_each_prev(pos, head) \ argument 93 #define list_for_each_prev_safe(pos, p, head) \ argument
|
/glibc-2.36/sunrpc/ |
D | pm_getmaps.c | 57 struct pmaplist *head = (struct pmaplist *) NULL; in pmap_getmaps() local
|
/glibc-2.36/localedata/unicode-gen/ |
D | gen_translit_font.py | 56 def output_head(translit_file, unicode_version, head=''): argument
|
D | gen_translit_circle.py | 56 def output_head(translit_file, unicode_version, head=''): argument
|
D | gen_translit_fraction.py | 56 def output_head(translit_file, unicode_version, head=''): argument
|
D | gen_translit_cjk_compat.py | 57 def output_head(translit_file, unicode_version, head=''): argument
|
D | gen_translit_compat.py | 56 def output_head(translit_file, unicode_version, head=''): argument
|
D | gen_translit_combining.py | 56 def output_head(translit_file, unicode_version, head=''): argument
|
D | gen_unicode_ctype.py | 155 def output_head(i18n_file, unicode_version, head=''): argument
|
/glibc-2.36/hurd/ |
D | hurdselect.c | 387 mach_msg_header_t head; in _hurd_select() member 391 mach_msg_header_t head; in _hurd_select() member 397 mach_msg_header_t head; in _hurd_select() member 406 mach_msg_header_t head; in _hurd_select() member 412 mach_msg_header_t head; in _hurd_select() member
|
D | hurdfault.c | 127 mach_msg_header_t head; in faulted() member
|
/glibc-2.36/nptl_db/ |
D | td_thr_validate.c | 58 check_thread_list (const td_thrhandle_t *th, psaddr_t head, bool *uninit) in check_thread_list()
|
D | td_ta_thr_iter.c | 25 psaddr_t head, bool fake_empty) in iterate_thread_list()
|
D | td_thr_tlsbase.c | 29 psaddr_t head; in dtv_slotinfo_list() local
|
/glibc-2.36/malloc/ |
D | tst-malloc_info.c | 52 struct list *head = NULL; in allocation_thread_function() local
|
D | tst-dynarray-fail.c | 44 struct heap_filler *head = NULL; in fill_heap() local 68 free_fill_heap (struct heap_filler *head) in free_fill_heap()
|
/glibc-2.36/locale/programs/ |
D | locarchive.c | 124 struct locarhead head; in create_archive() local 332 enlarge_archive (struct locarhandle *ah, const struct locarhead *head) in enlarge_archive() 562 struct locarhead head; in open_archive() local 708 const struct locarhead *const head = ah->addr; in insert_name() local 770 struct locarhead *head = ah->addr; in add_alias() local 850 struct locarhead *head; in add_locale() local 1531 struct locarhead *head; in delete_locales_from_archive() local 1629 struct locarhead *head; in show_archive_content() local
|
/glibc-2.36/io/ |
D | fts.c | 612 FTSENTRY *p, *head; in fts_build() local 951 fts_sort (FTSOBJ *sp, FTSENTRY *head, int nitems) in fts_sort() 1021 fts_lfree (FTSENTRY *head) in fts_lfree() 1070 fts_padjust (FTSOBJ *sp, FTSENTRY *head) in fts_padjust()
|
/glibc-2.36/elf/ |
D | dl-fptr.c | 270 struct fdesc *head = NULL, *tail = NULL; in _dl_unmap() local
|
/glibc-2.36/misc/ |
D | mntent_r.c | 120 char *head; in get_mnt_entry() local
|
/glibc-2.36/nscd/ |
D | initgrcache.c | 66 struct datahead head; in addinitgroupsX() member
|
D | cache.c | 444 struct hashentry *head = NULL; in prune_cache() local
|
D | netgroupcache.c | 63 struct datahead head; member 499 struct datahead head; in addinnetgrX() member
|
/glibc-2.36/sysdeps/hppa/ |
D | dl-fptr.c | 292 struct fdesc *head = NULL, *tail = NULL; in _dl_unmap() local
|