| /netbsd-src/tests/lib/libcurses/check_files/ |
| H A 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/ |
| H A D | sctp_indata.c | 176 * Take a chk structure and build it into an mbuf. Hmm should we change things 228 * Take a chk structure and build it into an mbuf. Should we change things 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, in in sctp_deliver_data() argument 516 struct sctp_tmit_chunk *chk, *at; sctp_service_reassembly() local 802 sctp_queue_data_to_stream(struct sctp_tcb * stcb,struct sctp_association * asoc,struct sctp_tmit_chunk * chk,int * abort_flag) sctp_queue_data_to_stream() argument 1005 struct sctp_tmit_chunk *chk; sctp_is_all_msg_on_reasm() local 1041 sctp_queue_data_for_reasm(struct sctp_tcb * stcb,struct sctp_association * asoc,struct sctp_tmit_chunk * chk,int * abort_flag) sctp_queue_data_for_reasm() argument 1610 sctp_does_chk_belong_to_reasm(struct sctp_association * asoc,struct sctp_tmit_chunk * chk) sctp_does_chk_belong_to_reasm() argument 1671 struct sctp_tmit_chunk *chk; sctp_process_a_data_chunk() local 2356 struct sctp_tmit_chunk *chk; sctp_sack_check() local 2425 struct sctp_tmit_chunk *chk; sctp_service_queues() local 4283 struct sctp_tmit_chunk *chk; sctp_handle_sack() local 4332 struct sctp_tmit_chunk *chk, *nchk; sctp_kick_prsctp_reorder_queue() local 4421 struct sctp_tmit_chunk *chk, *at; sctp_handle_forward_tsn() local [all...] |
| H A 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 in sctp_prune_prsctp() 4131 struct sctp_tmit_chunk *chk; global() local 4830 struct sctp_tmit_chunk *chk, *nchk; global() local 4856 struct sctp_tmit_chunk *chk, *chk_tmp; global() local 4949 struct sctp_tmit_chunk *chk, *nchk; global() local 4996 struct sctp_tmit_chunk *chk, *nchk; global() local 5128 struct sctp_tmit_chunk *chk; global() local 5219 struct sctp_tmit_chunk *chk; global() local 5232 struct sctp_tmit_chunk *chk; global() local 5277 struct sctp_tmit_chunk *chk, *nchk; global() local 5981 struct sctp_tmit_chunk *chk; global() local 6040 struct sctp_tmit_chunk *chk; global() local 6127 struct sctp_tmit_chunk *chk; global() local 6189 struct sctp_tmit_chunk *chk; global() local 6238 struct sctp_tmit_chunk *chk; global() local 6283 struct sctp_tmit_chunk *chk; global() local 6336 struct sctp_tmit_chunk *chk; global() local 6374 struct sctp_tmit_chunk *chk; global() local 6470 struct sctp_tmit_chunk *chk, *fwd; global() local 7498 struct sctp_tmit_chunk *chk; global() local 7659 struct sctp_tmit_chunk *chk, *a_chk; global() local 8251 struct sctp_tmit_chunk *chk; global() local 8430 struct sctp_tmit_chunk *chk; global() local 8482 struct sctp_tmit_chunk *chk; global() local 8610 struct sctp_tmit_chunk *chk; global() local 8686 struct sctp_tmit_chunk *chk; global() local 8836 struct sctp_tmit_chunk *chk; global() local 9294 struct sctp_tmit_chunk *chk; global() local [all...] |
| H A 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 …]
|
| H A 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 …]
|
| /netbsd-src/tests/lib/libcurses/tests/ |
| H A 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 …]
|
| H A 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 …]
|
| H A 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 …]
|
| H A 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 …]
|
| H A 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 …]
|
| H A 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
|
| H A 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
|
| H A 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
|
| H A 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
|
| H A 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
|
| H A 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
|
| H A D | background | 5 compare background1.chk 8 compare background2.chk 14 compare background3.chk 18 compare background4.chk 22 compare background5.chk
|
| /netbsd-src/external/gpl3/gcc/dist/libssp/ |
| H A 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
|
| H A 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 …]
|
| H A 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.old/dist/libssp/ |
| H A 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
|
| H A 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 …]
|
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | tblcmp.c | 303 chk = reallocate_integer_array (chk, current_max_xpairs); in expand_nxt_chk() 305 memset(chk + old_max, 0, MAX_XPAIRS_INCREMENT * sizeof(int)); in expand_nxt_chk() 369 if (chk[i - 1] == 0) { in find_table_space() 371 if (chk[i] == 0) in find_table_space() 401 ptr_to_last_entry_in_state = &chk[i + numecs + 1]; in find_table_space() 403 for (chk_ptr = &chk[i + 1]; in find_table_space() 426 memset(chk, 0, (size_t) current_max_xpairs * sizeof(int)); in inittbl() 465 chk[tblend] = jamstate; in mkdeftbl() 469 chk[tblend + i] = jamstate; in mkdeftbl() 555 for (++baseaddr; chk[baseaddr] != 0; ++baseaddr) ; in mkentry() [all …]
|
| H A D | gen.c | 254 chk[tblend + 1] = numecs + 1; in mkctbl() 255 chk[tblend + 2] = 1; /* anything but EOB */ in mkctbl() 267 chk[offset] = EOB_POSITION; in mkctbl() 268 chk[offset - 1] = ACTION_POSITION; in mkctbl() 273 if (chk[i] == EOB_POSITION) { in mkctbl() 278 else if (chk[i] == ACTION_POSITION) { in mkctbl() 283 else if (chk[i] > numecs || chk[i] == 0) { in mkctbl() 289 tdata[curr++] = chk[i]; in mkctbl() 290 tdata[curr++] = base[nxt[i]] - (i - chk[i]); in mkctbl() 296 tdata[curr++] = chk[tblend + 1]; in mkctbl() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A 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 …]
|