| /src/usr.bin/rpcgen/ |
| rpc_parse.c | 125 decl_list **tailp; local 132 tailp = &defp->def.st.decls; 137 *tailp = decls; 138 tailp = &decls->next; 143 *tailp = NULL; 152 decl_list **tailp; local 164 tailp = &defp->def.st.decls; 195 tailp = &decls->next; 203 *tailp = decls; 206 tailp = &decls->next 255 enumval_list **tailp; local 298 case_list **tailp; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| valtrack.cc | 353 struct dead_debug_use **tailp = &debug->head; local 389 while ((cur = *tailp)) 392 *tailp = cur->next; 396 tailp = &cur->next; 578 struct dead_debug_use **tailp = &debug->head; local 599 while ((cur = *tailp)) 607 *tailp = cur->next; 613 *tailp = cur->next; 624 tailp = &(*tailp)->next [all...] |
| sel-sched-ir.cc | 172 ilist_t head = NULL, *tailp = &head; 176 ilist_add (tailp, ILIST_INSN (l)); 177 tailp = &ILIST_NEXT (*tailp); 836 flist_t *tailp = FLIST_TAIL_TAILP (new_fences); 851 _list_add (tailp); 852 FLIST_TAIL_TAILP (new_fences) = &FLIST_NEXT (*tailp); 853 *FLIST_FENCE (*tailp) = *old; 854 init_fence_for_scheduling (FLIST_FENCE (*tailp)); 169 ilist_t head = NULL, *tailp = &head; local 829 flist_t *tailp = FLIST_TAIL_TAILP (new_fences); local
|
| sel-sched-ir.h | 332 flist_t *tailp; member in struct:flist_tail_def 337 #define FLIST_TAIL_TAILP(L) ((L)->tailp)
|
| haifa-sched.cc | 4967 rtx_insn **headp, rtx_insn **tailp) 5052 *tailp = end_tail;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| valtrack.cc | 353 struct dead_debug_use **tailp = &debug->head; local 389 while ((cur = *tailp)) 392 *tailp = cur->next; 396 tailp = &cur->next; 578 struct dead_debug_use **tailp = &debug->head; local 599 while ((cur = *tailp)) 607 *tailp = cur->next; 613 *tailp = cur->next; 624 tailp = &(*tailp)->next [all...] |
| sel-sched-ir.cc | 172 ilist_t head = NULL, *tailp = &head; 176 ilist_add (tailp, ILIST_INSN (l)); 177 tailp = &ILIST_NEXT (*tailp); 836 flist_t *tailp = FLIST_TAIL_TAILP (new_fences); 851 _list_add (tailp); 852 FLIST_TAIL_TAILP (new_fences) = &FLIST_NEXT (*tailp); 853 *FLIST_FENCE (*tailp) = *old; 854 init_fence_for_scheduling (FLIST_FENCE (*tailp)); 169 ilist_t head = NULL, *tailp = &head; local 829 flist_t *tailp = FLIST_TAIL_TAILP (new_fences); local
|
| sel-sched-ir.h | 332 flist_t *tailp; member in struct:flist_tail_def 337 #define FLIST_TAIL_TAILP(L) ((L)->tailp)
|
| haifa-sched.cc | 4963 rtx_insn **headp, rtx_insn **tailp) 5048 *tailp = end_tail;
|
| /src/lib/libc/stdio/ |
| vsnprintf_ss.c | 114 if (sbuf < tailp) \ 138 char *tailp; /* tail pointer for snprintf */ local 152 tailp = sbuf + slen; 500 if (sbuf == tailp)
|
| /src/sys/dev/raidframe/ |
| rf_sstf.c | 73 do_sstf_ord_q(RF_DiskQueueData_t **queuep, RF_DiskQueueData_t **tailp, RF_DiskQueueData_t *req) 79 *tailp = req; 91 if (req->sectorOffset > (*tailp)->sectorOffset) { 94 s = *tailp; 112 RF_ASSERT(s == (*tailp)); 116 *tailp = req;
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| tok822_parse.c | 11 /* TOK822 *tok822_scan_limit(str, tailp, limit) 13 /* TOK822 **tailp; 16 /* TOK822 *tok822_scan(str, tailp) 18 /* TOK822 **tailp; 429 TOK822 *tok822_scan_limit(const char *str, TOK822 **tailp, int tok_count_limit) 474 if (tailp) 475 *tailp = tail;
|
| /src/sys/kern/ |
| subr_prf.c | 1228 if (sbuf && ((vp == NULL) || (sbuf < tailp))) \ 1271 char *tailp; /* tail pointer for snprintf */ local 1274 tailp = *(char **)vp; 1276 tailp = NULL;
|
| vfs_wapbl.c | 1472 * wapbl_advance_head(size, off, delta, headp, tailp) 1475 * old head and tail offsets *headp and *tailp, store the new head 1476 * and tail offsets in *headp and *tailp resulting from adding 1481 off_t *tailp) 1484 off_t tail = *tailp; 1491 *tailp = tail; 1495 * wapbl_advance_tail(size, off, delta, headp, tailp) 1498 * old head and tail offsets *headp and *tailp, store the new head 1499 * and tail offsets in *headp and *tailp resulting from removing 1504 off_t *tailp) [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| mem-break.cc | 30 TAILP must be defined to be the same type as ITEMP, and initialized to 33 #define APPEND_TO_LIST(listpp, itemp, tailp) \ 36 if ((tailp) == NULL) \ 39 (tailp)->next = (itemp); \ 40 (tailp) = (itemp); \
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| mem-break.cc | 30 TAILP must be defined to be the same type as ITEMP, and initialized to 33 #define APPEND_TO_LIST(listpp, itemp, tailp) \ 36 if ((tailp) == NULL) \ 39 (tailp)->next = (itemp); \ 40 (tailp) = (itemp); \
|
| /src/games/fortune/fortune/ |
| fortune.c | 692 FILEDESC *tailp; local 701 tailp = NULL; 708 if (add_file(NO_PROB, name, fp->path, &fp->child, &tailp, fp))
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dsl_dir.c | 415 dsl_dir_t **ddp, const char **tailp) 474 * tailp==NULL and there's any component left. 477 (tailp == NULL || (nextnext && nextnext[0] != '\0'))) { 480 dprintf("next=%p (%s) tail=%p\n", next, next?next:"", tailp); 483 if (tailp != NULL) 484 *tailp = next;
|