Searched refs:tailp (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.bin/gprof/
H A Ddfn.c155 nltype *tailp; local
191 for ( tailp = cycleheadp ; tailp -> cnext ; tailp = tailp -> cnext ) {
196 printname( tailp );
223 tailp -> cnext = childp;
234 for ( tailp = childp ; tailp->cnext ; tailp
[all...]
/freebsd-current/usr.bin/rpcgen/
H A Drpc_parse.c108 decl_list **tailp; local
115 tailp = &defp->def.st.decls;
120 *tailp = decls;
121 tailp = &decls->next;
126 *tailp = NULL;
135 decl_list **tailp; local
147 tailp = &defp->def.st.decls;
180 tailp = &decls->next;
188 *tailp = decls;
191 tailp
240 enumval_list **tailp; local
283 case_list **tailp; local
[all...]
/freebsd-current/usr.bin/fortune/fortune/
H A Dfortune.c690 FILEDESC *tailp; local
699 tailp = NULL;
706 if (add_file(NO_PROB, name, fp->path, &fp->child, &tailp, fp))
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c469 dsl_dir_t **ddp, const char **tailp)
531 * tailp==NULL and there's any component left.
534 (tailp == NULL || (nextnext && nextnext[0] != '\0'))) {
537 dprintf("next=%p (%s) tail=%p\n", next, next?next:"", tailp);
540 if (tailp != NULL)
541 *tailp = next;
468 dsl_dir_hold(dsl_pool_t *dp, const char *name, const void *tag, dsl_dir_t **ddp, const char **tailp) argument

Completed in 101 milliseconds