Home
last modified time | relevance | path

Searched refs:nextp (Results 1 – 25 of 25) sorted by relevance

/dragonfly/usr.bin/who/
H A Dutmpentry.c131 struct utmpentry **nextp = &ehead; in getutentries() local
152 *nextp = ep; in getutentries()
153 nextp = &(ep->next); in getutentries()
162 for (nextp = &ehead; in getutentries()
163 (*nextp) && strcmp(from->line, (*nextp)->line) > 0; in getutentries()
164 nextp = &(*nextp)->next) in getutentries()
168 save->next = *nextp; in getutentries()
169 *nextp = save; in getutentries()
/dragonfly/usr.bin/w/
H A Dw.c244 *nextp = ep; in main()
245 nextp = &(ep->next); in main()
339 for (nextp = &ehead; in main()
340 (*nextp) && from->idle >= (*nextp)->idle; in main()
341 nextp = &(*nextp)->next) in main()
345 save->next = *nextp; in main()
346 *nextp = save; in main()
353 for (nextp = &ehead; in main()
354 (*nextp) && strcmp(from->line, (*nextp)->line) > 0; in main()
355 nextp = &(*nextp)->next) in main()
[all …]
/dragonfly/sys/net/wg/selftest/
H A Dallowedips.c298 unsigned int i, j, k, p, nextp, mutate_amount; in wg_allowedips_randomized_test() local
324 if ((p = i * 100 / T_NUM_RAND_ROUTES) == nextp) { in wg_allowedips_randomized_test()
326 nextp += 10; in wg_allowedips_randomized_test()
370 for (i = 0, nextp = 0; i < T_NUM_QUERIES; ++i) { in wg_allowedips_randomized_test()
371 if ((p = i * 100 / T_NUM_QUERIES) == nextp) { in wg_allowedips_randomized_test()
373 nextp += 5; in wg_allowedips_randomized_test()
392 if ((p = i * 100 / T_NUM_RAND_ROUTES) == nextp) { in wg_allowedips_randomized_test()
394 nextp += 10; in wg_allowedips_randomized_test()
438 for (i = 0, nextp = 0; i < T_NUM_QUERIES; ++i) { in wg_allowedips_randomized_test()
439 if ((p = i * 100 / T_NUM_QUERIES) == nextp) { in wg_allowedips_randomized_test()
[all …]
/dragonfly/contrib/cvs-1.12/src/
H A Dedit.c879 char *nextp; in notify_do() local
939 nextp = strchr (p, ','); in notify_do()
946 p = nextp == NULL ? nextp : nextp + 1; in notify_do()
957 if (endq == NULL || (nextp != NULL && endq > nextp)) in notify_do()
959 if (nextp == NULL) in notify_do()
962 endq = nextp; in notify_do()
1004 if (nextp != NULL) in notify_do()
1005 ++nextp; in notify_do()
1075 p = nextp; in notify_do()
H A Dwatch.c39 char *nextp; in watch_modify_watchers() local
115 nextp = NULL; in watch_modify_watchers()
118 nextp = pend + 1; in watch_modify_watchers()
170 p = nextp; in watch_modify_watchers()
H A Dlog.c1633 Node *nextp; in log_version() local
1636 nextp = findnode (rcs->versions, ver->next); in log_version()
1637 if (nextp == NULL) in log_version()
1640 nextver = nextp->data; in log_version()
/dragonfly/contrib/less/
H A Dlinenum.c127 struct linenum_info *nextp; in add_lnum() local
139 nextp = p; in add_lnum()
164 new->next = nextp; in add_lnum()
169 nextp->prev = new; in add_lnum()
176 calcgap(nextp); in add_lnum()
/dragonfly/bin/date/
H A Dvary.c86 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()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvar-tracking.c1836 for (nextp = var->var_part[i].loc_chain; nextp; nextp = nextp->next) in get_init_value()
1862 attrs *nextp; in var_reg_delete_and_set() local
1877 *nextp = next; in var_reg_delete_and_set()
1918 *nextp = next; in var_reg_delete()
3624 nextp = nodep; in variable_merge_over_cur()
6152 nextp = nextp->next) in find_src_set_src()
7064 for (nextp = &var->var_part[0].loc_chain; (node = *nextp); in set_slot_part()
7091 for (nextp = &var->var_part[0].loc_chain; (node = *nextp); in set_slot_part()
7114 for (nextp = &var->var_part[0].loc_chain; (node = *nextp); in set_slot_part()
7132 for (nextp = &var->var_part[0].loc_chain; (node = *nextp); in set_slot_part()
[all …]
H A Dtree.c4668 tree *nextp = &BLOCK_VARS (DECL_INITIAL (decl)); in free_lang_data_in_decl() local
4669 while (*nextp) in free_lang_data_in_decl()
4671 tree var = *nextp; in free_lang_data_in_decl()
4674 *nextp = TREE_CHAIN (var); in free_lang_data_in_decl()
4676 nextp = &TREE_CHAIN (var); in free_lang_data_in_decl()
H A Dc-parser.c3148 tree list = NULL_TREE, *nextp = &list; in c_parser_parms_declarator() local
3152 *nextp = build_tree_list (NULL_TREE, in c_parser_parms_declarator()
3154 nextp = & TREE_CHAIN (*nextp); in c_parser_parms_declarator()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dvar-tracking.c1922 for (nextp = var->var_part[i].loc_chain; nextp; nextp = nextp->next) in get_init_value()
1948 attrs **nextp; in var_reg_delete_and_set() local
1963 *nextp = next; in var_reg_delete_and_set()
2004 *nextp = next; in var_reg_delete()
4103 nextp = nodep; in variable_merge_over_cur()
6723 nextp = nextp->next) in find_src_set_src()
7658 for (nextp = &var->var_part[0].loc_chain; (node = *nextp); in set_slot_part()
7685 for (nextp = &var->var_part[0].loc_chain; (node = *nextp); in set_slot_part()
7708 for (nextp = &var->var_part[0].loc_chain; (node = *nextp); in set_slot_part()
7726 for (nextp = &var->var_part[0].loc_chain; (node = *nextp); in set_slot_part()
[all …]
H A Dtree.c5358 tree *nextp = &BLOCK_VARS (DECL_INITIAL (decl)); in free_lang_data_in_decl() local
5359 while (*nextp) in free_lang_data_in_decl()
5361 tree var = *nextp; in free_lang_data_in_decl()
5364 *nextp = TREE_CHAIN (var); in free_lang_data_in_decl()
5366 nextp = &TREE_CHAIN (var); in free_lang_data_in_decl()
/dragonfly/lib/libc/db/hash/
H A Dpage.h87 BUFHEAD *nextp; member
H A Dhash_bigkey.c570 if (!(ret->nextp = in __big_split()
574 ret->nextp = NULL; in __big_split()
H A Dhash_page.c313 bufp = ret.nextp; in ugly_split()
318 last_bfp = ret.nextp; in ugly_split()
/dragonfly/sys/vm/
H A Dswap_pager.c1225 struct buf **nextp; in swap_chain_iodone() local
1253 nextp = &nbio->bio_caller_info1.cluster_head; in swap_chain_iodone()
1254 while (*nextp != bufx) { in swap_chain_iodone()
1255 KKASSERT(*nextp != NULL); in swap_chain_iodone()
1256 nextp = &(*nextp)->b_cluster_next; in swap_chain_iodone()
1258 *nextp = bufx->b_cluster_next; in swap_chain_iodone()
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c1528 struct filed *f, *next, **nextp; in init() local
1585 nextp = &Files; in init()
1590 *nextp = (struct filed *)calloc(1, sizeof(*f)); in init()
1591 if (*nextp == NULL) { in init()
1595 cfline("*.ERR\t/dev/console", *nextp, "*", "*"); in init()
1596 (*nextp)->f_next = (struct filed *)calloc(1, sizeof(*f)); in init()
1597 if ((*nextp)->f_next == NULL) { in init()
1601 cfline("*.PANIC\t*", (*nextp)->f_next, "*", "*"); in init()
1679 *nextp = f; in init()
1680 nextp = &f->f_next; in init()
/dragonfly/sys/net/pf/
H A Dpf_if.c766 struct pfi_kif *p, *nextp; in pfi_get_ifaces() local
770 for (p = RB_MIN(pfi_ifhead, &pfi_ifs); p; p = nextp) { in pfi_get_ifaces()
771 nextp = RB_NEXT(pfi_ifhead, &pfi_ifs, p); in pfi_get_ifaces()
783 nextp = RB_NEXT(pfi_ifhead, &pfi_ifs, p); in pfi_get_ifaces()
/dragonfly/lib/libssh/openbsd-compat/
H A Dglob.c910 Char *nextp = NULL; local
925 nextp = pat - 1;
966 pat = nextp;
/dragonfly/sys/dev/virtual/vmware/vmxnet3/
H A Dif_vmx.c2254 goto nextp; in vmxnet3_rxq_eof()
2262 goto nextp; in vmxnet3_rxq_eof()
2284 goto nextp; in vmxnet3_rxq_eof()
2297 goto nextp; in vmxnet3_rxq_eof()
2315 nextp: in vmxnet3_rxq_eof()
/dragonfly/sys/dev/netif/ix/
H A Dif_ix.c3011 int nextp; in ix_rxeof() local
3020 nextp = ((staterr & in ix_rxeof()
3024 nextp = i + 1; in ix_rxeof()
3025 if (nextp == rxr->rx_ndesc) in ix_rxeof()
3026 nextp = 0; in ix_rxeof()
3028 nbuf = &rxr->rx_buf[nextp]; in ix_rxeof()
/dragonfly/contrib/binutils-2.27/ld/
H A Dldlang.c1167 lang_output_section_statement_type **nextp; in output_section_statement_newfunc() local
1203 nextp = &ret->s.output_section_statement.next; in output_section_statement_newfunc()
1206 (lang_statement_union_type **) nextp); in output_section_statement_newfunc()
/dragonfly/contrib/binutils-2.34/ld/
H A Dldlang.c1207 lang_output_section_statement_type **nextp; in output_section_statement_newfunc() local
1243 nextp = &ret->s.output_section_statement.next; in output_section_statement_newfunc()
1244 lang_statement_append (&lang_os_list, &ret->s, nextp); in output_section_statement_newfunc()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c3880 tree list = NULL_TREE, *nextp = &list; in c_parser_parms_declarator() local
3884 *nextp = build_tree_list (NULL_TREE, in c_parser_parms_declarator()
3886 nextp = & TREE_CHAIN (*nextp); in c_parser_parms_declarator()