/src/usr.bin/rpcgen/ |
rpc_parse.c | 125 decl_list **tailp; local in function:def_struct 132 tailp = &defp->def.st.decls; 137 *tailp = decls; 138 tailp = &decls->next; 143 *tailp = NULL; 152 decl_list **tailp; local in function:def_program 164 tailp = &defp->def.st.decls; 195 tailp = &decls->next; 203 *tailp = decls; 206 tailp = &decls->next 255 enumval_list **tailp; local in function:def_enum 298 case_list **tailp; local in function:def_union [all...] |
/src/lib/libc/stdio/ |
vsnprintf_ss.c | 114 if (sbuf < tailp) \ 138 char *tailp; /* tail pointer for snprintf */ local in function:__weak_alias 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/sys/kern/ |
subr_prf.c | 1228 if (sbuf && ((vp == NULL) || (sbuf < tailp))) \ 1271 char *tailp; /* tail pointer for snprintf */ local in function:kprintf 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/games/fortune/fortune/ |
fortune.c | 692 FILEDESC *tailp; local in function:add_dir 701 tailp = NULL; 708 if (add_file(NO_PROB, name, fp->path, &fp->child, &tailp, fp))
|