| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_parse.c | 125 decl_list **tailp; in def_struct() local 132 tailp = &defp->def.st.decls; in def_struct() 137 *tailp = decls; in def_struct() 138 tailp = &decls->next; in def_struct() 143 *tailp = NULL; in def_struct() 152 decl_list **tailp; in def_program() local 164 tailp = &defp->def.st.decls; in def_program() 195 tailp = &decls->next; in def_program() 203 *tailp = decls; in def_program() 206 tailp = &decls->next; in def_program() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | valtrack.cc | 353 struct dead_debug_use **tailp = &debug->head; in dead_debug_reset_uses() local 389 while ((cur = *tailp)) in dead_debug_reset_uses() 392 *tailp = cur->next; in dead_debug_reset_uses() 396 tailp = &cur->next; in dead_debug_reset_uses() 578 struct dead_debug_use **tailp = &debug->head; in dead_debug_insert_temp() local 599 while ((cur = *tailp)) in dead_debug_insert_temp() 607 *tailp = cur->next; in dead_debug_insert_temp() 613 *tailp = cur->next; in dead_debug_insert_temp() 624 tailp = &(*tailp)->next; in dead_debug_insert_temp()
|
| H A D | sel-sched-ir.cc | 169 ilist_t head = NULL, *tailp = &head; in ilist_copy() local 173 ilist_add (tailp, ILIST_INSN (l)); in ilist_copy() 174 tailp = &ILIST_NEXT (*tailp); in ilist_copy() 829 flist_t *tailp = FLIST_TAIL_TAILP (new_fences); in move_fence_to_fences() local 844 _list_add (tailp); in move_fence_to_fences() 845 FLIST_TAIL_TAILP (new_fences) = &FLIST_NEXT (*tailp); in move_fence_to_fences() 846 *FLIST_FENCE (*tailp) = *old; in move_fence_to_fences() 847 init_fence_for_scheduling (FLIST_FENCE (*tailp)); in move_fence_to_fences()
|
| H A D | sel-sched-ir.h | 332 flist_t *tailp; member 337 #define FLIST_TAIL_TAILP(L) ((L)->tailp)
|
| H A D | haifa-sched.cc | 4948 rtx_insn **headp, rtx_insn **tailp) in get_ebb_head_tail() argument 5033 *tailp = end_tail; in get_ebb_head_tail()
|
| H A D | ChangeLog-2014 | 26113 "tailp" from rtx * to rtx_insn **. 26118 "tailp" from rtx * to rtx_insn **. Strengthen locals "beg_head",
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | valtrack.c | 354 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() 579 struct dead_debug_use **tailp = &debug->head; in dead_debug_insert_temp() local 600 while ((cur = *tailp)) in dead_debug_insert_temp() 608 *tailp = cur->next; in dead_debug_insert_temp() 614 *tailp = cur->next; in dead_debug_insert_temp() 625 tailp = &(*tailp)->next; in dead_debug_insert_temp()
|
| H A D | sel-sched-ir.c | 169 ilist_t head = NULL, *tailp = &head; in ilist_copy() local 173 ilist_add (tailp, ILIST_INSN (l)); in ilist_copy() 174 tailp = &ILIST_NEXT (*tailp); in ilist_copy() 829 flist_t *tailp = FLIST_TAIL_TAILP (new_fences); in move_fence_to_fences() local 844 _list_add (tailp); in move_fence_to_fences() 845 FLIST_TAIL_TAILP (new_fences) = &FLIST_NEXT (*tailp); in move_fence_to_fences() 846 *FLIST_FENCE (*tailp) = *old; in move_fence_to_fences() 847 init_fence_for_scheduling (FLIST_FENCE (*tailp)); in move_fence_to_fences()
|
| H A D | sel-sched-ir.h | 332 flist_t *tailp; member 337 #define FLIST_TAIL_TAILP(L) ((L)->tailp)
|
| H A D | haifa-sched.c | 4946 rtx_insn **headp, rtx_insn **tailp) in get_ebb_head_tail() argument 5031 *tailp = end_tail; in get_ebb_head_tail()
|
| /netbsd-src/lib/libc/stdio/ |
| H A D | vsnprintf_ss.c | 114 if (sbuf < tailp) \ in __weak_alias() 138 char *tailp; /* tail pointer for snprintf */ local 152 tailp = sbuf + slen; 500 if (sbuf == tailp)
|
| /netbsd-src/sys/dev/raidframe/ |
| H A D | rf_sstf.c | 73 do_sstf_ord_q(RF_DiskQueueData_t **queuep, RF_DiskQueueData_t **tailp, RF_DiskQueueData_t *req) in do_sstf_ord_q() argument 79 *tailp = req; in do_sstf_ord_q() 91 if (req->sectorOffset > (*tailp)->sectorOffset) { in do_sstf_ord_q() 94 s = *tailp; in do_sstf_ord_q() 112 RF_ASSERT(s == (*tailp)); in do_sstf_ord_q() 116 *tailp = req; in do_sstf_ord_q()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | tok822_parse.c | 429 TOK822 *tok822_scan_limit(const char *str, TOK822 **tailp, int tok_count_limit) in tok822_scan_limit() argument 474 if (tailp) in tok822_scan_limit() 475 *tailp = tail; in tok822_scan_limit()
|
| /netbsd-src/sys/kern/ |
| H A D | subr_prf.c | 1228 if (sbuf && ((vp == NULL) || (sbuf < tailp))) \ 1271 char *tailp; /* tail pointer for snprintf */ in kprintf() local 1274 tailp = *(char **)vp; in kprintf() 1276 tailp = NULL; in kprintf()
|
| H A D | vfs_wapbl.c | 1472 * wapbl_advance_head(size, off, delta, headp, tailp) in wapbl_advance_head() 1475 * old head and tail offsets *headp and *tailp, store the new head in wapbl_advance_head() 1476 * and tail offsets in *headp and *tailp resulting from adding in wapbl_advance_head() 1481 off_t *tailp) 1484 off_t tail = *tailp; 1491 *tailp = tail; in wapbl_advance_tail() 1495 * wapbl_advance_tail(size, off, delta, headp, tailp) in wapbl_advance_tail() 1498 * old head and tail offsets *headp and *tailp, store the new head in wapbl_advance_tail() 1499 * and tail offsets in *headp and *tailp resulting from removing in wapbl_advance_tail() 1504 off_t *tailp) in wapbl_advance_tail() 1469 wapbl_advance_head(size_t size,size_t off,size_t delta,off_t * headp,off_t * tailp) wapbl_advance_head() argument 1492 wapbl_advance_tail(size_t size,size_t off,size_t delta,off_t * headp,off_t * tailp) wapbl_advance_tail() argument [all...] |
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | dsl_dir.c | 415 dsl_dir_t **ddp, const char **tailp) in dsl_dir_hold() argument 477 (tailp == NULL || (nextnext && nextnext[0] != '\0'))) { in dsl_dir_hold() 480 dprintf("next=%p (%s) tail=%p\n", next, next?next:"", tailp); in dsl_dir_hold() 483 if (tailp != NULL) in dsl_dir_hold() 484 *tailp = next; in dsl_dir_hold()
|
| /netbsd-src/games/fortune/fortune/ |
| H A D | fortune.c | 692 FILEDESC *tailp; in add_dir() local 701 tailp = NULL; in add_dir() 708 if (add_file(NO_PROB, name, fp->path, &fp->child, &tailp, fp)) in add_dir()
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop.spell-cc | 1378 tailp
|