| /netbsd/src/tests/lib/libcurses/check_files/ |
| D | Makefile | 12 FILES= curses_start.chk 13 FILES+= add_wch1.chk 14 FILES+= add_wch2.chk 15 FILES+= add_wch3.chk 16 FILES+= addch.chk 17 FILES+= addchstr.chk 18 FILES+= addchstr2.chk 19 FILES+= addchstr3.chk 20 FILES+= addnstr.chk 21 FILES+= addnwstr1.chk [all …]
|
| /netbsd/src/sys/netinet/ |
| D | sctp_indata.c | 233 sctp_build_ctl(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk) in sctp_build_ctl() argument 254 outinfo->sinfo_stream = chk->rec.data.stream_number; in sctp_build_ctl() 255 outinfo->sinfo_ssn = chk->rec.data.stream_seq; in sctp_build_ctl() 256 if (chk->rec.data.rcv_flags & SCTP_DATA_UNORDERED) { in sctp_build_ctl() 261 outinfo->sinfo_ppid = chk->rec.data.payloadtype; in sctp_build_ctl() 262 outinfo->sinfo_context = chk->rec.data.context; in sctp_build_ctl() 264 outinfo->sinfo_tsn = chk->rec.data.TSN_seq; in sctp_build_ctl() 275 struct sctp_tmit_chunk *chk, int hold_locks) in sctp_deliver_data() argument 284 printf("I am now in Deliver data! (%p)\n", chk); in sctp_deliver_data() 302 if (chk != NULL) { in sctp_deliver_data() [all …]
|
| D | sctp_output.c | 2010 struct sctp_tmit_chunk *chk) in sctp_get_ect() argument 2027 if (chk == NULL) in sctp_get_ect() 2048 if (chk != NULL) in sctp_get_ect() 2050 chk->rec.data.ect_nonce = SCTP_ECT1_BIT; in sctp_get_ect() 2069 struct sctp_tmit_chunk *chk, in sctp_lowlevel_chunk_output() argument 2141 sctp_get_ect(stcb, chk)); in sctp_lowlevel_chunk_output() 2334 … tosBottom = (((in6p_flowinfo(inp) & 0x0c) | sctp_get_ect(stcb, chk)) << 4); in sctp_lowlevel_chunk_output() 3915 struct sctp_tmit_chunk *chk, *nchk; in sctp_prune_prsctp() local 3917 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) { in sctp_prune_prsctp() 3924 if ((chk->flags & (SCTP_PR_SCTP_ENABLED | in sctp_prune_prsctp() [all …]
|
| D | sctp_timer.c | 102 struct sctp_tmit_chunk *chk; in sctp_audit_retranmission_queue() local 113 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) { in sctp_audit_retranmission_queue() 114 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue() 119 TAILQ_FOREACH(chk, &asoc->control_send_queue, sctp_next) { in sctp_audit_retranmission_queue() 120 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue() 356 struct sctp_tmit_chunk *chk, *tp2; in sctp_mark_all_for_resend() local 431 chk = TAILQ_FIRST(&stcb->asoc.sent_queue); in sctp_mark_all_for_resend() 432 for (;chk != NULL; chk = tp2) { in sctp_mark_all_for_resend() 433 tp2 = TAILQ_NEXT(chk, sctp_next); in sctp_mark_all_for_resend() 435 chk->rec.data.TSN_seq, in sctp_mark_all_for_resend() [all …]
|
| D | sctp_pcb.c | 3026 struct sctp_tmit_chunk *chk; in sctp_free_assoc() local 3126 chk = TAILQ_FIRST(&outs->outqueue); in sctp_free_assoc() 3127 while (chk) { in sctp_free_assoc() 3128 TAILQ_REMOVE(&outs->outqueue, chk, sctp_next); in sctp_free_assoc() 3129 sctp_m_freem(chk->data); in sctp_free_assoc() 3130 chk->data = NULL; in sctp_free_assoc() 3131 chk->whoTo = NULL; in sctp_free_assoc() 3132 chk->asoc = NULL; in sctp_free_assoc() 3134 SCTP_ZONE_FREE(sctppcbinfo.ipi_zone_chunk, chk); in sctp_free_assoc() 3140 chk = TAILQ_FIRST(&outs->outqueue); in sctp_free_assoc() [all …]
|
| D | sctputil.c | 176 sctp_log_strm_del(struct sctp_tmit_chunk *chk, struct sctp_tmit_chunk *poschk, in sctp_log_strm_del() argument 180 if (chk == NULL) { in sctp_log_strm_del() 186 sctp_clog[sctp_cwnd_log_at].x.strlog.n_tsn = chk->rec.data.TSN_seq; in sctp_log_strm_del() 187 sctp_clog[sctp_cwnd_log_at].x.strlog.n_sseq = chk->rec.data.stream_seq; in sctp_log_strm_del() 436 struct sctp_tmit_chunk *chk; in sctp_auditing() local 472 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) { in sctp_auditing() 473 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_auditing() 475 } else if (chk->sent < SCTP_DATAGRAM_RESEND) { in sctp_auditing() 476 tot_out += chk->book_size; in sctp_auditing() 540 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) { in sctp_auditing() [all …]
|
| /netbsd/src/tests/lib/libcurses/tests/ |
| D | clear | 7 compare clear0.chk 10 compare clear1.chk 17 compare clear2.chk 20 compare clear3.chk 23 compare clear4.chk 25 compare fill.chk 28 compare clear5.chk 35 compare clear6.chk 38 compare clear7.chk 40 comparend home.chk [all …]
|
| D | deleteln | 4 compare fill_screen_numbers.chk 9 compare deleteln1.chk 15 comparend deleteln2.chk 16 compare fill_screen_numbers.chk 22 compare deleteln3.chk 28 compare deleteln2.chk 33 compare fill_window_numbers.chk 38 compare deleteln4.chk 43 compare deleteln5.chk 47 compare fill_window_numbers.chk [all …]
|
| D | insdelln | 4 compare fill_screen_numbers.chk 9 compare insdelln1.chk 14 compare clear1.chk 18 compare fill_screen_numbers.chk 24 compare insdelln3.chk 30 compare clear1.chk 35 compare fill_window_numbers.chk 40 compare insdelln4.chk 45 compare insdelln5.chk 49 compare fill_window_numbers.chk [all …]
|
| D | insertln | 4 compare fill_screen_numbers.chk 8 compare insertln1.chk 13 compare clear1.chk 17 compare fill_screen_numbers.chk 23 compare insertln3.chk 29 compare clear1.chk 34 compare fill_window_numbers.chk 39 compare insertln4.chk 44 compare insertln5.chk 48 compare fill_window_numbers.chk [all …]
|
| D | copywin | 6 compare copywin1.chk 18 compare copywin2.chk 21 compare copywin3.chk 26 compare copywin4.chk 35 compare copywin5.chk 38 compare copywin6.chk 43 compare copywin7.chk 52 compare copywin8.chk 61 compare copywin9.chk 64 compare copywin10.chk [all …]
|
| D | mvdelch | 4 compare delch1.chk 7 compare delch2.chk 12 compare delch3.chk 17 compare delch4.chk 22 compare delch5.chk 25 compare delch6.chk 30 compare delch7.chk
|
| D | delch | 5 compare delch1.chk 9 compare delch2.chk 15 compare delch3.chk 20 compare delch4.chk 26 compare delch5.chk 30 compare delch6.chk 36 compare delch7.chk
|
| D | slk | 25 compare slk1.chk 29 compare slk2.chk 34 compare slk3.chk 40 compare slk4.chk 46 compare slk5.chk 54 compare slk6.chk 60 compare slk7.chk
|
| D | assume_default_colors | 5 compare color_start.chk 7 compare color_default.chk 11 compare color_blue_back.chk 15 compare color_red_fore.chk 19 compare color_default.chk
|
| D | mutt_test | 8 comparend mutt_test1.chk 9 comparend fill.chk 10 compare mutt_test2.chk 17 compare mutt_test3.chk 23 compare mutt_test4.chk 44 compare mutt_test5.chk 59 compare mutt_test6.chk 91 compare mutt_test8.chk 109 compare mutt_test9.chk
|
| D | scroll | 4 compare fill_screen_numbers.chk 10 compare scroll1.chk 14 compare clear1.chk 19 compare fill_window_numbers.chk 25 compare scroll2.chk
|
| D | background | 5 compare background1.chk 8 compare background2.chk 14 compare background3.chk 18 compare background4.chk 22 compare background5.chk
|
| D | wcolor_set | 4 comparend color_start.chk 5 comparend home.chk 6 compare color_blank_draw.chk 11 compare wcolor_set.chk
|
| D | ins_wstr | 6 compare ins_wstr1.chk 21 compare ins_wstr2.chk 28 compare ins_wstr3.chk 36 compare ins_wstr4.chk 43 compare ins_wstr5.chk
|
| D | wins_wstr | 7 compare wins_wstr1.chk 18 compare wins_wstr2.chk 29 compare wins_wstr3.chk 43 compare wins_wstr4.chk 50 compare wins_wstr5.chk
|
| /netbsd/src/external/gpl3/gcc/dist/libssp/ |
| D | Makefile.am | 46 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \ 47 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \ 48 strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \ 49 vsnprintf-chk.c vsprintf-chk.c
|
| D | Makefile.in | 148 am_libssp_la_OBJECTS = ssp.lo gets-chk.lo memcpy-chk.lo memmove-chk.lo \ 149 mempcpy-chk.lo memset-chk.lo snprintf-chk.lo sprintf-chk.lo \ 150 stpcpy-chk.lo strcat-chk.lo strcpy-chk.lo strncat-chk.lo \ 151 strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo 372 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \ 373 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \ 374 strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \ 375 vsnprintf-chk.c vsprintf-chk.c 544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gets-chk.Plo@am__quote@ 546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy-chk.Plo@am__quote@ [all …]
|
| D | ChangeLog | 151 * gets-chk.c: Declare prototype for gets in C11 mode. 182 * strncat-chk.c (__strncat_chk): Fix loop unroll. 244 * memmove-chk.c: Change guard to HAVE_MEMMOVE. 295 * strcat-chk.c: Change copyright header to refer to version 3 299 * gets-chk.c: Likewise. 300 * memcpy-chk.c: Likewise. 301 * memmove-chk.c: Likewise. 302 * mempcpy-chk.c: Likewise. 303 * memset-chk.c: Likewise. 304 * snprintf-chk.c: Likewise. [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-harden-conditionals.cc | 222 basic_block chk = gsi_bb (*gsip); in insert_check_and_trap() local 228 basic_block trp = create_empty_bb (chk); in insert_check_and_trap() 238 chk->index, trp->index); in insert_check_and_trap() 240 if (BB_PARTITION (chk)) in insert_check_and_trap() 255 single_succ_edge (chk)->flags &= ~EDGE_FALLTHRU; in insert_check_and_trap() 256 single_succ_edge (chk)->flags |= neg_true_false_flag; in insert_check_and_trap() 257 single_succ_edge (chk)->probability = profile_probability::always (); in insert_check_and_trap() 258 edge e = make_edge (chk, trp, true_false_flag); in insert_check_and_trap() 263 set_immediate_dominator (CDI_DOMINATORS, trp, chk); in insert_check_and_trap() 281 basic_block chk = split_edge (e); in insert_edge_check_and_trap() local [all …]
|