| /freebsd/contrib/ntp/sntp/libevent/ |
| H A 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 …]
|
| H A D | ht-internal.h | 230 struct type **p, **nextp, *next; \ 236 nextp = &(*p)->field.hte_next; \ 237 next = *nextp; \ 242 p = nextp; \
|
| /freebsd/contrib/libevent/ |
| H A 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 …]
|
| H A D | ht-internal.h | 230 struct type **p, **nextp, *next; \ 236 nextp = &(*p)->field.hte_next; \ 237 next = *nextp; \ 242 p = nextp; \
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/common/ |
| H A 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/sbin/dmesg/ |
| H A D | dmesg.c | 70 char *bp, *ep, *memf, *nextp, *nlistf, *p, *q, *visbp; in main() local 193 for (; p < ep; p = nextp) { in main() 194 nextp = memchr(p, '\n', ep - p); in main() 195 nextp++; in main() 209 (void)strvisx(visbp, p, nextp - p, 0); in main()
|
| /freebsd/usr.bin/w/ |
| H A D | w.c | 107 } *ep, *ehead = NULL, **nextp = &ehead; variable 232 *nextp = ep; in main() 233 nextp = &ep->next; in main() 403 for (nextp = &ehead; in main() 404 (*nextp) && from->idle >= (*nextp)->idle; in main() 405 nextp = &(*nextp)->next) in main() 409 save->next = *nextp; in main() 410 *nextp = save; in main()
|
| /freebsd/bin/date/ |
| H A D | vary.c | 86 struct vary *result, **nextp; in vary_append() local 92 nextp = &v->next; in vary_append() 94 nextp = &result; in vary_append() 96 if ((*nextp = (struct vary *)malloc(sizeof(struct vary))) == NULL) in vary_append() 98 (*nextp)->arg = arg; in vary_append() 99 (*nextp)->next = NULL; in vary_append()
|
| /freebsd/contrib/less/ |
| H A D | linenum.c | 125 struct linenum_info *nextp; in add_lnum() local 137 nextp = p; in add_lnum() 162 new->next = nextp; in add_lnum() 167 nextp->prev = new; in add_lnum() 174 calcgap(nextp); in add_lnum()
|
| /freebsd/crypto/krb5/src/util/profile/ |
| H A D | prof_tree.c | 119 struct profile_node *node = NULL, *p, *q, **nextp, *last; in profile_copy_node() local 138 nextp = &node->first_child; in profile_copy_node() 149 *nextp = q; in profile_copy_node() 150 nextp = &q->next; in profile_copy_node()
|
| H A D | prof_init.c | 297 prf_file_t p, q, *nextp; in profile_copy() local 309 nextp = &profile->first_file; in profile_copy() 316 *nextp = q; in profile_copy() 317 nextp = &q->next; in profile_copy()
|
| /freebsd/lib/libc/db/hash/ |
| H A D | page.h | 86 BUFHEAD *nextp; member
|
| H A D | hash_bigkey.c | 569 if (!(ret->nextp = in __big_split() 573 ret->nextp = NULL; in __big_split()
|
| H A D | hash_page.c | 312 bufp = ret.nextp; in ugly_split() 317 last_bfp = ret.nextp; in ugly_split()
|
| /freebsd/lib/libc/gen/ |
| H A D | glob.c | 938 Char c, k, *nextp, *nextn; in match() local 943 nextp = NULL; in match() 955 nextp = pat - 1; in match() 996 pat = nextp; in match()
|
| H A D | glob-compat11.c | 876 Char c, k, *nextp, *nextn; in match() local 881 nextp = NULL; in match() 893 nextp = pat - 1; in match() 934 pat = nextp; in match()
|
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_if.c | 959 struct pfi_kkif *p, *nextp; in pfi_get_ifaces() local 963 for (p = RB_MIN(pfi_ifhead, &V_pfi_ifs); p; p = nextp) { in pfi_get_ifaces() 964 nextp = RB_NEXT(pfi_ifhead, &V_pfi_ifs, p); in pfi_get_ifaces() 972 nextp = RB_NEXT(pfi_ifhead, &V_pfi_ifs, p); in pfi_get_ifaces()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | glob.c | 908 Char *nextp = NULL; local 923 nextp = pat - 1; 964 pat = nextp;
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dsl_dir.c | 408 getcomponent(const char *path, char *component, const char **nextp) in getcomponent() argument 451 *nextp = p; in getcomponent()
|
| H A D | zio.c | 855 zio_next_t *nextp) in zio_notify_parent() argument 904 if (nextp != NULL && in zio_notify_parent() 908 *nextp->zn_tailp = pio; in zio_notify_parent() 909 nextp->zn_tailp = &pio->io_exec_next; in zio_notify_parent()
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 8138 dtrace_probe_t **nextp, **prevp; local 8157 nextp = DTRACE_HASHNEXT(hash, new); 8158 ASSERT(*nextp == NULL && *(DTRACE_HASHPREV(hash, new)) == NULL); 8159 *nextp = bucket->dthb_chain; 8208 dtrace_probe_t **nextp = DTRACE_HASHNEXT(hash, probe); local 8221 if (*nextp == NULL) { 8245 bucket->dthb_chain = *nextp; 8247 *(DTRACE_HASHNEXT(hash, *prevp)) = *nextp; 8250 if (*nextp != NULL) 8251 *(DTRACE_HASHPREV(hash, *nextp)) = *prevp;
|