| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | util-internal.h | 180 struct type *elm1, *elm2, **nextp; \ 199 nextp = &LIST_FIRST((dlist)); \ 202 EVUTIL_ASSERT(*nextp == elm1); \ 203 EVUTIL_ASSERT(nextp == elm1->field.le_prev); \ 204 nextp = &LIST_NEXT(elm1, field); \ 205 elm1 = *nextp; \ 216 struct type *elm1, *elm2, **nextp; \ 235 nextp = &TAILQ_FIRST((tailq)); \ 238 EVUTIL_ASSERT(*nextp == elm1); \ 239 EVUTIL_ASSERT(nextp == elm1->field.tqe_prev); \ [all …]
|
| D | ht-internal.h | 230 struct type **p, **nextp, *next; \ 236 nextp = &(*p)->field.hte_next; \ 237 next = *nextp; \ 242 p = nextp; \
|
| /freebsd-12-stable/contrib/libevent/ |
| D | util-internal.h | 180 struct type *elm1, *elm2, **nextp; \ 199 nextp = &LIST_FIRST((dlist)); \ 202 EVUTIL_ASSERT(*nextp == elm1); \ 203 EVUTIL_ASSERT(nextp == elm1->field.le_prev); \ 204 nextp = &LIST_NEXT(elm1, field); \ 205 elm1 = *nextp; \ 216 struct type *elm1, *elm2, **nextp; \ 235 nextp = &TAILQ_FIRST((tailq)); \ 238 EVUTIL_ASSERT(*nextp == elm1); \ 239 EVUTIL_ASSERT(nextp == elm1->field.tqe_prev); \ [all …]
|
| D | ht-internal.h | 230 struct type **p, **nextp, *next; \ 236 nextp = &(*p)->field.hte_next; \ 237 next = *nextp; \ 242 p = nextp; \
|
| /freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/common/ |
| D | list.c | 61 list_t **nextp; in slist_add() local 63 for (nextp = list; *nextp; nextp = &((*nextp)->l_next)) { in slist_add() 64 if (cmp((*nextp)->l_data, data) > 0) in slist_add() 68 list_add(nextp, data); in slist_add()
|
| /freebsd-12-stable/sbin/dmesg/ |
| D | dmesg.c | 81 char *bp, *ep, *memf, *nextp, *nlistf, *p, *q, *visbp; in main() local 192 for (; p < ep; p = nextp) { in main() 193 nextp = memchr(p, '\n', ep - p); in main() 194 nextp++; in main() 208 (void)strvisx(visbp, p, nextp - p, 0); in main()
|
| /freebsd-12-stable/usr.bin/w/ |
| D | w.c | 122 } *ep, *ehead = NULL, **nextp = &ehead; variable 242 *nextp = ep; in main() 243 nextp = &ep->next; in main() 410 for (nextp = &ehead; in main() 411 (*nextp) && from->idle >= (*nextp)->idle; in main() 412 nextp = &(*nextp)->next) in main() 416 save->next = *nextp; in main() 417 *nextp = save; in main()
|
| /freebsd-12-stable/bin/date/ |
| D | vary.c | 85 struct vary *result, **nextp; in vary_append() local 91 nextp = &v->next; in vary_append() 93 nextp = &result; in vary_append() 95 if ((*nextp = (struct vary *)malloc(sizeof(struct vary))) == NULL) in vary_append() 97 (*nextp)->arg = arg; in vary_append() 98 (*nextp)->next = NULL; in vary_append()
|
| /freebsd-12-stable/contrib/less/ |
| D | linenum.c | 130 struct linenum_info *nextp; local 142 nextp = p; 167 new->next = nextp; 172 nextp->prev = new; 179 calcgap(nextp);
|
| /freebsd-12-stable/contrib/gcc/ |
| D | var-tracking.c | 748 location_chain *nextp; in unshare_variable() local 751 nextp = &new_var->var_part[i].loc_chain; in unshare_variable() 760 *nextp = new_lc; in unshare_variable() 761 nextp = &new_lc->next; in unshare_variable() 854 attrs *nextp; in var_reg_delete_and_set() local 858 nextp = &set->regs[REGNO (loc)]; in var_reg_delete_and_set() 859 for (node = *nextp; node; node = next) in var_reg_delete_and_set() 866 *nextp = next; in var_reg_delete_and_set() 871 nextp = &node->next; in var_reg_delete_and_set() 1236 location_chain *nextp; in variable_union() local [all …]
|
| D | c-parser.c | 2695 tree list = NULL_TREE, *nextp = &list; in c_parser_parms_declarator() local 2699 *nextp = build_tree_list (NULL_TREE, in c_parser_parms_declarator() 2701 nextp = & TREE_CHAIN (*nextp); in c_parser_parms_declarator()
|
| /freebsd-12-stable/lib/libc/db/hash/ |
| D | page.h | 89 BUFHEAD *nextp; member
|
| D | hash_bigkey.c | 575 if (!(ret->nextp = in __big_split() 579 ret->nextp = NULL; in __big_split()
|
| D | hash_page.c | 318 bufp = ret.nextp; in ugly_split() 323 last_bfp = ret.nextp; in ugly_split()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | glob-compat11.c | 882 Char c, k, *nextp, *nextn; in match() local 887 nextp = NULL; in match() 899 nextp = pat - 1; in match() 940 pat = nextp; in match()
|
| D | glob.c | 913 Char c, k, *nextp, *nextn; in match() local 918 nextp = NULL; in match() 930 nextp = pat - 1; in match() 971 pat = nextp; in match()
|
| /freebsd-12-stable/sys/netpfil/pf/ |
| D | pf_if.c | 875 struct pfi_kkif *p, *nextp; in pfi_get_ifaces() local 878 for (p = RB_MIN(pfi_ifhead, &V_pfi_ifs); p; p = nextp) { in pfi_get_ifaces() 879 nextp = RB_NEXT(pfi_ifhead, &V_pfi_ifs, p); in pfi_get_ifaces() 887 nextp = RB_NEXT(pfi_ifhead, &V_pfi_ifs, p); in pfi_get_ifaces()
|
| /freebsd-12-stable/crypto/openssh/openbsd-compat/ |
| D | glob.c | 910 Char *nextp = NULL; local 925 nextp = pat - 1; 966 pat = nextp;
|
| /freebsd-12-stable/gnu/usr.bin/grep/ |
| D | dfa.c | 2835 unsigned char const *nextp; in dfaexec() local 2839 nextp = p; in dfaexec() 2840 s = transit_state(d, s, &nextp); in dfaexec() 2841 p = nextp; in dfaexec() 2896 unsigned char const *nextp; in dfaexec() local 2897 nextp = p; in dfaexec() 2898 s = transit_state(d, s, &nextp); in dfaexec() 2899 p = nextp; in dfaexec()
|
| /freebsd-12-stable/sys/contrib/octeon-sdk/cvmx-malloc/ |
| D | malloc.c | 3430 mchunkptr nextp; /* next chunk to consolidate */ local 3469 nextp = p->fd; 3508 } while ( (p = nextp) != 0);
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | dsl_dir.c | 363 getcomponent(const char *path, char *component, const char **nextp) in getcomponent() argument 408 *nextp = p; in getcomponent()
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| D | dtrace.c | 8079 dtrace_probe_t **nextp, **prevp; local 8098 nextp = DTRACE_HASHNEXT(hash, new); 8099 ASSERT(*nextp == NULL && *(DTRACE_HASHPREV(hash, new)) == NULL); 8100 *nextp = bucket->dthb_chain; 8149 dtrace_probe_t **nextp = DTRACE_HASHNEXT(hash, probe); local 8162 if (*nextp == NULL) { 8186 bucket->dthb_chain = *nextp; 8188 *(DTRACE_HASHNEXT(hash, *prevp)) = *nextp; 8191 if (*nextp != NULL) 8192 *(DTRACE_HASHPREV(hash, *nextp)) = *prevp;
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | ldlang.c | 1020 lang_output_section_statement_type **nextp; in output_section_statement_newfunc() local 1055 nextp = &ret->s.output_section_statement.next; in output_section_statement_newfunc() 1058 (lang_statement_union_type **) nextp); in output_section_statement_newfunc()
|