HomeSort by: relevance | last modified time | path
    Searched refs:chk (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/tests/lib/libcurses/check_files/
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...]
  /src/external/gpl3/gcc/dist/libssp/
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
    [all...]
  /src/external/gpl3/gcc.old/dist/libssp/
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
    [all...]
  /src/sys/netinet/
sctp_timer.c 102 struct sctp_tmit_chunk *chk; local
113 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
114 if (chk->sent == SCTP_DATAGRAM_RESEND) {
119 TAILQ_FOREACH(chk, &asoc->control_send_queue, sctp_next) {
120 if (chk->sent == SCTP_DATAGRAM_RESEND) {
356 struct sctp_tmit_chunk *chk, *tp2; local
431 chk = TAILQ_FIRST(&stcb->asoc.sent_queue);
432 for (;chk != NULL; chk = tp2) {
433 tp2 = TAILQ_NEXT(chk, sctp_next)
696 struct sctp_tmit_chunk *chk; local
968 struct sctp_tmit_chunk *strrst, *chk; local
1040 struct sctp_tmit_chunk *asconf, *chk; local
1195 struct sctp_tmit_chunk *chk; local
    [all...]
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)
254 outinfo->sinfo_stream = chk->rec.data.stream_number;
255 outinfo->sinfo_ssn = chk->rec.data.stream_seq;
256 if (chk->rec.data.rcv_flags & SCTP_DATA_UNORDERED) {
261 outinfo->sinfo_ppid = chk->rec.data.payloadtype;
262 outinfo->sinfo_context = chk->rec.data.context;
264 outinfo->sinfo_tsn = chk->rec.data.TSN_seq;
275 struct sctp_tmit_chunk *chk, int hold_locks
516 struct sctp_tmit_chunk *chk, *at; local
1005 struct sctp_tmit_chunk *chk; local
1671 struct sctp_tmit_chunk *chk; local
2356 struct sctp_tmit_chunk *chk; local
2425 struct sctp_tmit_chunk *chk; local
4283 struct sctp_tmit_chunk *chk; local
4332 struct sctp_tmit_chunk *chk, *nchk; local
4421 struct sctp_tmit_chunk *chk, *at; local
    [all...]
sctp_output.c 2010 struct sctp_tmit_chunk *chk)
2027 if (chk == NULL)
2048 if (chk != NULL)
2050 chk->rec.data.ect_nonce = SCTP_ECT1_BIT;
2069 struct sctp_tmit_chunk *chk,
2141 sctp_get_ect(stcb, chk));
2334 tosBottom = (((in6p_flowinfo(inp) & 0x0c) | sctp_get_ect(stcb, chk)) << 4);
3915 struct sctp_tmit_chunk *chk, *nchk; local
3917 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
3924 if ((chk->flags & (SCTP_PR_SCTP_ENABLED
4131 struct sctp_tmit_chunk *chk; local
4830 struct sctp_tmit_chunk *chk, *nchk; local
4856 struct sctp_tmit_chunk *chk, *chk_tmp; local
4949 struct sctp_tmit_chunk *chk, *nchk; local
4996 struct sctp_tmit_chunk *chk, *nchk; local
5128 struct sctp_tmit_chunk *chk; local
5219 struct sctp_tmit_chunk *chk; local
5232 struct sctp_tmit_chunk *chk; local
5277 struct sctp_tmit_chunk *chk, *nchk; local
5981 struct sctp_tmit_chunk *chk; local
6040 struct sctp_tmit_chunk *chk; local
6127 struct sctp_tmit_chunk *chk; local
6189 struct sctp_tmit_chunk *chk; local
6238 struct sctp_tmit_chunk *chk; local
6283 struct sctp_tmit_chunk *chk; local
6336 struct sctp_tmit_chunk *chk; local
6374 struct sctp_tmit_chunk *chk; local
6470 struct sctp_tmit_chunk *chk, *fwd; local
7498 struct sctp_tmit_chunk *chk; local
7659 struct sctp_tmit_chunk *chk, *a_chk; local
8251 struct sctp_tmit_chunk *chk; local
8430 struct sctp_tmit_chunk *chk; local
8482 struct sctp_tmit_chunk *chk; local
8610 struct sctp_tmit_chunk *chk; local
8686 struct sctp_tmit_chunk *chk; local
8836 struct sctp_tmit_chunk *chk; local
9294 struct sctp_tmit_chunk *chk; local
    [all...]
sctp_pcb.c 3026 struct sctp_tmit_chunk *chk; local
3126 chk = TAILQ_FIRST(&outs->outqueue);
3127 while (chk) {
3128 TAILQ_REMOVE(&outs->outqueue, chk, sctp_next);
3129 sctp_m_freem(chk->data);
3130 chk->data = NULL;
3131 chk->whoTo = NULL;
3132 chk->asoc = NULL;
3134 SCTP_ZONE_FREE(sctppcbinfo.ipi_zone_chunk, chk);
3140 chk = TAILQ_FIRST(&outs->outqueue)
4493 struct sctp_tmit_chunk *chk, *nchk; local
    [all...]
sctputil.c 176 sctp_log_strm_del(struct sctp_tmit_chunk *chk, struct sctp_tmit_chunk *poschk,
180 if (chk == NULL) {
186 sctp_clog[sctp_cwnd_log_at].x.strlog.n_tsn = chk->rec.data.TSN_seq;
187 sctp_clog[sctp_cwnd_log_at].x.strlog.n_sseq = chk->rec.data.stream_seq;
436 struct sctp_tmit_chunk *chk; local
472 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
473 if (chk->sent == SCTP_DATAGRAM_RESEND) {
475 } else if (chk->sent < SCTP_DATAGRAM_RESEND) {
476 tot_out += chk->book_size;
540 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next)
907 struct sctp_tmit_chunk *chk; local
1597 struct sctp_tmit_chunk *chk; local
2571 struct sctp_tmit_chunk *chk; local
    [all...]
  /src/tests/lib/libcurses/tests/
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
timeout 21 compare timeout.chk
  /src/usr.bin/xlint/lint2/
Makefile 6 SRCS= main2.c hash.c read.c mem.c chk.c msg.c emit.c emit2.c \
  /src/external/bsd/flex/dist/src/
tblcmp.c 303 chk = reallocate_integer_array (chk, current_max_xpairs);
305 memset(chk + old_max, 0, MAX_XPAIRS_INCREMENT * sizeof(int));
321 * chk) able to accommodate the state
331 * consecutive unused records in the chk and nxt arrays.
338 * nxt and chk.
342 * chk/nxt, which should be 1.
348 * chk/nxt arrays.
369 if (chk[i - 1] == 0) {
371 if (chk[i] == 0
    [all...]
gen.c 239 /* We need to have room in nxt/chk for two more slots: One for the
242 * nxt/chk pair with is EOB, i.e., 0, so we don't have to make sure
254 chk[tblend + 1] = numecs + 1;
255 chk[tblend + 2] = 1; /* anything but EOB */
267 chk[offset] = EOB_POSITION;
268 chk[offset - 1] = ACTION_POSITION;
273 if (chk[i] == EOB_POSITION) {
278 else if (chk[i] == ACTION_POSITION) {
283 else if (chk[i] > numecs || chk[i] == 0)
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Elf.h 111 normalize_checksum (int64_t chk)
113 return (chk == 0xffffffff || chk == -1) ? 0 : chk;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Elf.h 111 normalize_checksum (int64_t chk)
113 return (chk == 0xffffffff || chk == -1) ? 0 : chk;
  /src/external/gpl3/gcc/dist/gcc/
gimple-harden-conditionals.cc 231 basic_block chk = gsi_bb (*gsip); local
237 basic_block trp = create_empty_bb (chk);
249 chk->index, trp->index);
251 if (BB_PARTITION (chk))
266 single_succ_edge (chk)->flags &= ~EDGE_FALLTHRU;
267 single_succ_edge (chk)->flags |= neg_true_false_flag;
268 single_succ_edge (chk)->probability = profile_probability::always ();
269 edge e = make_edge (chk, trp, true_false_flag);
274 set_immediate_dominator (CDI_DOMINATORS, trp, chk);
292 basic_block chk = split_edge (e) local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-harden-conditionals.cc 222 basic_block chk = gsi_bb (*gsip); local
228 basic_block trp = create_empty_bb (chk);
238 chk->index, trp->index);
240 if (BB_PARTITION (chk))
255 single_succ_edge (chk)->flags &= ~EDGE_FALLTHRU;
256 single_succ_edge (chk)->flags |= neg_true_false_flag;
257 single_succ_edge (chk)->probability = profile_probability::always ();
258 edge e = make_edge (chk, trp, true_false_flag);
263 set_immediate_dominator (CDI_DOMINATORS, trp, chk);
281 basic_block chk = split_edge (e) local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/objects/
objxref.pl 135 my ($chk) = @_;
136 if (!exists $oid_tbl{$chk})
138 die "Can't find \"$chk\"\n";
  /src/crypto/external/bsd/openssl/dist/crypto/objects/
objxref.pl 135 my ($chk) = @_;
136 if (!exists $oid_tbl{$chk})
138 die "Can't find \"$chk\"\n";
  /src/crypto/external/bsd/openssl.old/dist/crypto/objects/
objxref.pl 136 my ($chk) = @_;
137 if (!exists $oid_tbl{$chk})
139 die "Can't find \"$chk\"\n";
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_utl.c 868 static int do_x509_check(X509 *x, const char *chk, size_t chklen,
889 if (chklen > 1 && chk[0] == '.')
902 chklen = strlen(chk);
971 chk, chklen, peername))
994 chk, chklen, peername))
1001 int X509_check_host(X509 *x, const char *chk, size_t chklen,
1004 if (chk == NULL)
1012 chklen = strlen(chk);
1013 else if (memchr(chk, '\0', chklen > 1 ? chklen - 1 : chklen))
1015 if (chklen > 1 && chk[chklen - 1] == '\0'
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_utl.c 876 static int do_x509_check(X509 *x, const char *chk, size_t chklen,
897 if (chklen > 1 && chk[0] == '.')
910 chklen = strlen(chk);
979 chk, chklen, peername)) != 0)
1001 chk, chklen, peername)) != 0)
1007 int X509_check_host(X509 *x, const char *chk, size_t chklen,
1010 if (chk == NULL)
1018 chklen = strlen(chk);
1019 else if (memchr(chk, '\0', chklen > 1 ? chklen - 1 : chklen))
1021 if (chklen > 1 && chk[chklen - 1] == '\0'
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_utl.c 863 static int do_x509_check(X509 *x, const char *chk, size_t chklen,
884 if (chklen > 1 && chk[0] == '.')
897 chklen = strlen(chk);
916 chk, chklen, peername)) != 0)
938 chk, chklen, peername)) != 0)
944 int X509_check_host(X509 *x, const char *chk, size_t chklen,
947 if (chk == NULL)
955 chklen = strlen(chk);
956 else if (memchr(chk, '\0', chklen > 1 ? chklen - 1 : chklen))
958 if (chklen > 1 && chk[chklen - 1] == '\0'
    [all...]
  /src/sys/netinet6/
sctp6_usrreq.c 350 struct sctp_tmit_chunk *chk; local
356 TAILQ_FOREACH(chk, &stcb->asoc.send_queue, sctp_next) {
357 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) {
358 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
361 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
362 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) {
367 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
368 if (chk->sent != SCTP_DATAGRAM_RESEND)
370 chk->sent = SCTP_DATAGRAM_RESEND;
371 chk->rec.data.doing_fast_retransmit = 0
    [all...]
  /src/usr.sbin/lpr/common_source/
lp.h 105 int chk(const char *);

Completed in 36 milliseconds

1 2 3 4