Home
last modified time | relevance | path

Searched refs:tailp (Results 1 – 13 of 13) sorted by relevance

/dragonfly/usr.bin/rpcgen/
H A Drpc_parse.c110 decl_list **tailp; in def_struct() local
122 *tailp = decls; in def_struct()
128 *tailp = NULL; in def_struct()
137 decl_list **tailp; in def_program() local
189 *tailp = decls; in def_program()
199 *tailp = NULL; in def_program()
256 *tailp = elist; in def_enum()
259 *tailp = NULL; in def_enum()
315 *tailp = cases; in def_union()
323 *tailp = cases; in def_union()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dvaltrack.c354 struct dead_debug_use **tailp = &debug->head; in dead_debug_reset_uses() local
390 while ((cur = *tailp)) in dead_debug_reset_uses()
393 *tailp = cur->next; in dead_debug_reset_uses()
397 tailp = &cur->next; in dead_debug_reset_uses()
577 struct dead_debug_use **tailp = &debug->head; in dead_debug_insert_temp() local
598 while ((cur = *tailp)) in dead_debug_insert_temp()
606 *tailp = cur->next; in dead_debug_insert_temp()
612 *tailp = cur->next; in dead_debug_insert_temp()
623 tailp = &(*tailp)->next; in dead_debug_insert_temp()
H A Dsel-sched-ir.c170 ilist_t head = NULL, *tailp = &head; in ilist_copy() local
174 ilist_add (tailp, ILIST_INSN (l)); in ilist_copy()
175 tailp = &ILIST_NEXT (*tailp); in ilist_copy()
834 flist_t *tailp = FLIST_TAIL_TAILP (new_fences); in move_fence_to_fences() local
849 _list_add (tailp); in move_fence_to_fences()
850 FLIST_TAIL_TAILP (new_fences) = &FLIST_NEXT (*tailp); in move_fence_to_fences()
851 *FLIST_FENCE (*tailp) = *old; in move_fence_to_fences()
852 init_fence_for_scheduling (FLIST_FENCE (*tailp)); in move_fence_to_fences()
H A Dsel-sched-ir.h332 flist_t *tailp; member
337 #define FLIST_TAIL_TAILP(L) ((L)->tailp)
H A Dhaifa-sched.c4913 rtx_insn **headp, rtx_insn **tailp) in get_ebb_head_tail() argument
4998 *tailp = end_tail; in get_ebb_head_tail()
/dragonfly/usr.bin/tip/
H A Dremote.c72 char *tailp; in expand_tilde() local
73 if ((tailp = strchr (*path + 1, '/')) != NULL) in expand_tilde()
76 *tailp++ = '\0'; in expand_tilde()
85 strcat (buffer, tailp); in expand_tilde()
/dragonfly/sbin/jscan/
H A Djfile.c227 struct journal_rawrecend *tailp; in jread() local
396 tailp = (void *)(jd->jd_data + recsize - sizeof(*tailp)); in jread()
397 if (tailp->endmagic != JREC_ENDMAGIC) { in jread()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddf-problems.c3141 struct dead_debug_use **tailp = &debug->head; in dead_debug_reset() local
3149 while ((cur = *tailp)) in dead_debug_reset()
3153 *tailp = cur->next; in dead_debug_reset()
3164 tailp = insnp; in dead_debug_reset()
3168 *tailp = cur->next; in dead_debug_reset()
3171 insnp = tailp; in dead_debug_reset()
3176 insnp = tailp; in dead_debug_reset()
3177 tailp = &(*tailp)->next; in dead_debug_reset()
3220 while ((cur = *tailp)) in dead_debug_insert_before()
3226 *tailp = cur->next; in dead_debug_insert_before()
[all …]
H A Dsel-sched-ir.c175 ilist_t head = NULL, *tailp = &head; in ilist_copy() local
179 ilist_add (tailp, ILIST_INSN (l)); in ilist_copy()
180 tailp = &ILIST_NEXT (*tailp); in ilist_copy()
837 flist_t *tailp = FLIST_TAIL_TAILP (new_fences); in move_fence_to_fences() local
852 _list_add (tailp); in move_fence_to_fences()
853 FLIST_TAIL_TAILP (new_fences) = &FLIST_NEXT (*tailp); in move_fence_to_fences()
854 *FLIST_FENCE (*tailp) = *old; in move_fence_to_fences()
855 init_fence_for_scheduling (FLIST_FENCE (*tailp)); in move_fence_to_fences()
H A Dsel-sched-ir.h347 flist_t *tailp; member
352 #define FLIST_TAIL_TAILP(L) ((L)->tailp)
H A Dhaifa-sched.c2964 get_ebb_head_tail (basic_block beg, basic_block end, rtx *headp, rtx *tailp) in get_ebb_head_tail() argument
3049 *tailp = end_tail; in get_ebb_head_tail()
/dragonfly/games/fortune/fortune/
H A Dfortune.c694 FILEDESC *tailp; in add_dir() local
703 tailp = NULL; in add_dir()
710 if (add_file(NO_PROB, name, fp->path, &fp->child, &tailp, fp)) in add_dir()
/dragonfly/contrib/gdb-7/gdb/
H A Dsolib-svr4.c954 struct so_list *head, **tailp; member
1014 *list->tailp = new_elem; in library_list_start_library()
1015 list->tailp = &new_elem->next; in library_list_start_library()
1087 list->tailp = &list->head; in svr4_parse_libraries()