HomeSort by: relevance | last modified time | path
    Searched defs:tailp (Results 1 - 10 of 10) sorted by relevancy

  /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/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/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.h 332 flist_t *tailp; member in struct:flist_tail_def
337 #define FLIST_TAIL_TAILP(L) ((L)->tailp)
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
  /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.h 332 flist_t *tailp; member in struct:flist_tail_def
337 #define FLIST_TAIL_TAILP(L) ((L)->tailp)
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
  /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/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;

Completed in 47 milliseconds