Home
last modified time | relevance | path

Searched refs:last (Results 126 – 150 of 1159) sorted by relevance

12345678910>>...47

/dragonfly/lib/libc/gen/
H A Dpopen.c181 struct pid *cur, *last = NULL; in pclose() local
192 last = cur; in pclose()
198 if (last == NULL) in pclose()
201 SLIST_REMOVE_AFTER(last, next); in pclose()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddojump.c921 rtx last; in do_compare_rtx_and_jump() local
1107 last = get_last_insn (); in do_compare_rtx_and_jump()
1112 for (last = NEXT_INSN (last); in do_compare_rtx_and_jump()
1113 last && NEXT_INSN (last); in do_compare_rtx_and_jump()
1114 last = NEXT_INSN (last)) in do_compare_rtx_and_jump()
1115 if (JUMP_P (last)) in do_compare_rtx_and_jump()
1117 if (!last in do_compare_rtx_and_jump()
1118 || !JUMP_P (last) in do_compare_rtx_and_jump()
1119 || NEXT_INSN (last) in do_compare_rtx_and_jump()
1120 || !any_condjump_p (last)) in do_compare_rtx_and_jump()
[all …]
/dragonfly/sys/vfs/ext2fs/
H A Dext2_inode.c127 e2fs_lbn_t nb, nlbn, last; in ext2_indirtrunc() local
138 last = lastbn; in ext2_indirtrunc()
140 last /= factor; in ext2_indirtrunc()
172 bzero((caddr_t)&bap[last + 1], in ext2_indirtrunc()
173 (NINDIR(fs) - (last + 1)) * sizeof(e2fs_daddr_t)); in ext2_indirtrunc()
174 if (last == -1) in ext2_indirtrunc()
188 for (i = NINDIR(fs) - 1, nlbn = lbn + 1 - i * factor; i > last; in ext2_indirtrunc()
207 last = lastbn % factor; in ext2_indirtrunc()
211 last, level - 1, &blkcount)) != 0) in ext2_indirtrunc()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_add_passphrase.c38 *a->passphrases.last = p; in add_passphrase_to_tail()
39 a->passphrases.last = &p->next; in add_passphrase_to_tail()
60 if (&a->passphrases.first == a->passphrases.last) { in insert_passphrase_to_head()
61 a->passphrases.last = &p->next; in insert_passphrase_to_head()
/dragonfly/contrib/ncurses/ncurses/
H A Dwcwidth.h66 int last; member
74 if (ucs < table[0].first || ucs > table[max].last) in bisearch()
78 if (ucs > table[mid].last) in bisearch()
/dragonfly/contrib/nvi2/ex/
H A Dex_subst.c719 last = 0; in s()
724 lb + last, sp->newl[cnt] - last)) in s()
726 last = sp->newl[cnt] + 1; in s()
729 lbclen -= last; in s()
730 offset -= last; in s()
735 if (db_set(sp, lno, lb + last, lbclen)) in s()
785 last = 0; in s()
790 lno, lb + last, sp->newl[cnt] - last)) in s()
792 last = sp->newl[cnt] + 1; in s()
795 lbclen -= last; in s()
[all …]
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Dtncc.c886 struct tnc_if_imc *imc, *last; in tncc_read_config_reg() local
889 last = tncc->imc; in tncc_read_config_reg()
890 while (last && last->next) in tncc_read_config_reg()
891 last = last->next; in tncc_read_config_reg()
980 if (last == NULL) in tncc_read_config_reg()
983 last->next = imc; in tncc_read_config_reg()
984 last = imc; in tncc_read_config_reg()
1075 last = NULL; in tncc_read_config()
1101 if (last == NULL) in tncc_read_config()
1104 last->next = imc; in tncc_read_config()
[all …]
/dragonfly/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c209 struct ISO_SUSP_ATTRIBUTES *temp, *pre_ce, *last, *CE, *ST; in cd9660_susp_handle_continuation_common() local
211 pre_ce = last = NULL; in cd9660_susp_handle_continuation_common()
229 last = temp; in cd9660_susp_handle_continuation_common()
237 pre_ce = last; in cd9660_susp_handle_continuation_common()
252 last = CE; in cd9660_susp_handle_continuation_common()
255 for (temp = TAILQ_NEXT(last, rr_ll); temp != NULL; in cd9660_susp_handle_continuation_common()
266 if (last != NULL) in cd9660_susp_handle_continuation_common()
267 TAILQ_INSERT_AFTER(&node->head, last, ST, rr_ll); in cd9660_susp_handle_continuation_common()
270 last = ST; in cd9660_susp_handle_continuation_common()
273 if (last != NULL) in cd9660_susp_handle_continuation_common()
[all …]
/dragonfly/sys/vfs/ufs/
H A Dffs_inode.c472 ufs_daddr_t *copy = NULL, nb, nlbn, last; in ffs_indirtrunc() local
485 last = lastbn; in ffs_indirtrunc()
487 last /= factor; in ffs_indirtrunc()
535 bzero((caddr_t)&bap[last + 1], in ffs_indirtrunc()
536 (uint)(NINDIR(fs) - (last + 1)) * sizeof (ufs_daddr_t)); in ffs_indirtrunc()
550 for (i = NINDIR(fs) - 1, nlbn = lbn + 1 - i * factor; i > last; in ffs_indirtrunc()
569 last = lastbn % factor; in ffs_indirtrunc()
573 last, level - 1, &blkcount); in ffs_indirtrunc()
/dragonfly/contrib/nvi2/vi/
H A Dvs_relative.c97 size_t chlen, cno, curoff, last = 0, len, scno; in vs_columns() local
157 last = scno; in vs_columns()
164 last = scno; in vs_columns()
181 *diffp = scno - last; in vs_columns()
/dragonfly/contrib/ncurses/ncurses/base/
H A Dlib_getstr.c51 WipeOut(WINDOW *win, int y, int x, char *first, char *last, int echoed) in WipeOut() argument
53 if (last > first) { in WipeOut()
54 *--last = '\0'; in WipeOut()
69 return last; in WipeOut()
/dragonfly/sbin/hammer2/
H A Dcmd_destroy.c40 const char *last; in cmd_destroy_path() local
50 fd = pathdir(av[i], &last); in cmd_destroy_path()
53 "%s", last); in cmd_destroy_path()
/dragonfly/stand/boot/efi/loader/
H A Dcopy.c143 uint64_t *src, *dst, *last; in efi_copy_finish() local
147 last = (uint64_t *)staging_end; in efi_copy_finish()
149 while (src < last) in efi_copy_finish()
H A Dbootinfo.c117 vm_offset_t addr, last; in bi_copyenv() local
120 addr = last = start; in bi_copyenv()
139 last = ++addr; in bi_copyenv()
142 if (archsw.arch_copyin("", last++, 1) != 1) in bi_copyenv()
143 last = start; in bi_copyenv()
144 return(last); in bi_copyenv()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcfgexpand.c2537 BB_END (bb) = last; in expand_gimple_cond()
2715 last = PREV_INSN (last); in expand_call_stmt()
3829 return last; in expand_gimple_stmt()
3852 for (last = NEXT_INSN (last); last; last = NEXT_INSN (last)) in expand_gimple_tailcall()
3853 if (CALL_P (last) && SIBLING_CALL_P (last)) in expand_gimple_tailcall()
3891 last = NEXT_INSN (last); in expand_gimple_tailcall()
3910 BB_END (bb) = last; in expand_gimple_tailcall()
5503 rtx_insn *last; in expand_gimple_basic_block() local
5873 last = PREV_INSN (last); in expand_gimple_basic_block()
5875 last = PREV_INSN (PREV_INSN (last)); in expand_gimple_basic_block()
[all …]
H A Doptabs.c1138 rtx_insn *last; in expand_binop() local
1963 rtx_insn *last; in expand_twoval_unop() local
2035 rtx_insn *last; in expand_twoval_binop() local
2176 rtx_insn *last; in widen_leading() local
2333 rtx_insn *last; in widen_bswap() local
2405 rtx_insn *last; in expand_parity() local
2808 rtx_insn *last; in expand_unop() local
4279 rtx_insn *last; in emit_conditional_move() local
4460 rtx_insn *last; in emit_conditional_add() local
7100 rtx_insn *last; in maybe_legitimize_operand_same_code() local
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Dstringpool.cc414 for (typename std::vector<Stringpool_sort_info>::iterator last = v.end(), in set_string_offsets() local
417 last = curr++) in set_string_offsets()
422 else if (last != v.end() in set_string_offsets()
423 && ((((*curr)->first.length - (*last)->first.length) in set_string_offsets()
427 (*last)->first.string, in set_string_offsets()
428 (*last)->first.length)) in set_string_offsets()
430 + (((*last)->first.length - (*curr)->first.length) in set_string_offsets()
H A Ddescriptors.cc239 int last = -1; in close_some_descriptor() local
253 if (last < 0) in close_some_descriptor()
256 this->open_descriptors_[last].stack_next = pod->stack_next; in close_some_descriptor()
261 last = i; in close_some_descriptor()
/dragonfly/contrib/binutils-2.27/gold/
H A Dstringpool.cc414 for (typename std::vector<Stringpool_sort_info>::iterator last = v.end(), in set_string_offsets() local
417 last = curr++) in set_string_offsets()
422 else if (last != v.end() in set_string_offsets()
423 && ((((*curr)->first.length - (*last)->first.length) in set_string_offsets()
427 (*last)->first.string, in set_string_offsets()
428 (*last)->first.length)) in set_string_offsets()
430 + (((*last)->first.length - (*curr)->first.length) in set_string_offsets()
H A Ddescriptors.cc238 int last = -1; in close_some_descriptor() local
252 if (last < 0) in close_some_descriptor()
255 this->open_descriptors_[last].stack_next = pod->stack_next; in close_some_descriptor()
260 last = i; in close_some_descriptor()
/dragonfly/sys/netinet6/
H A Draw_ip6.c127 struct inpcb *last = NULL; in rip6_input() local
157 if (last) { in rip6_input()
164 so = last->in6p_socket; in rip6_input()
165 if ((last->in6p_flags & IN6P_CONTROLOPTS) || in rip6_input()
167 ip6_savecontrol(last, &opts, ip6, n); in rip6_input()
187 last = in6p; in rip6_input()
189 if (last) { in rip6_input()
192 so = last->in6p_socket; in rip6_input()
193 if ((last->in6p_flags & IN6P_CONTROLOPTS) || in rip6_input()
195 ip6_savecontrol(last, &opts, ip6, m); in rip6_input()
/dragonfly/contrib/mdocml/
H A Deqn.c527 parent->last->next = bp; in eqn_box_alloc()
528 bp->prev = parent->last; in eqn_box_alloc()
532 parent->last = bp; in eqn_box_alloc()
547 assert(NULL != parent->last); in eqn_box_makebinary()
548 b = parent->last; in eqn_box_makebinary()
552 parent->last = b->prev; in eqn_box_makebinary()
558 newb->first = newb->last = b; in eqn_box_makebinary()
718 if (parent->last == NULL) { in eqn_parse()
832 if (parent->last == NULL) { in eqn_parse()
899 if (parent->last == NULL) { in eqn_parse()
[all …]
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c62 WipeOut(WINDOW *win, int y, int x, wint_t *first, wint_t *last, int echoed) in WipeOut() argument
64 if (last > first) { in WipeOut()
65 *--last = '\0'; in WipeOut()
83 return last; in WipeOut()
/dragonfly/contrib/tcpdump/
H A Dprint-rx.c2662 int i, start, last; in rx_ack_print() local
2728 if (last == -2) { in rx_ack_print()
2742 else if (last != i - 1) { in rx_ack_print()
2754 last = i; in rx_ack_print()
2768 } else if (last == i - 1 && start != last) in rx_ack_print()
2782 if (last == i - 1 && start != last) in rx_ack_print()
2791 if (last == -2) { in rx_ack_print()
2794 } else if (last != i - 1) { in rx_ack_print()
2798 last = i; in rx_ack_print()
2799 } else if (last == i - 1 && start != last) in rx_ack_print()
[all …]
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_cl.c289 OCSP_resp_find(OCSP_BASICRESP *bs, OCSP_CERTID *id, int last) in OCSP_resp_find() argument
297 if (last < 0) in OCSP_resp_find()
298 last = 0; in OCSP_resp_find()
300 last++; in OCSP_resp_find()
302 for (i = last; i < sk_OCSP_SINGLERESP_num(sresp); i++) { in OCSP_resp_find()

12345678910>>...47