Home
last modified time | relevance | path

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

12

/dragonfly/gnu/lib/gcc80/libssp/
H A DMakefile15 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
16 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
17 strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
18 vsnprintf-chk.c vsprintf-chk.c
/dragonfly/gnu/lib/gcc47/libssp/
H A DMakefile15 ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
16 memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
17 strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
18 vsnprintf-chk.c vsprintf-chk.c
/dragonfly/contrib/flex/src/
H A Dtblcmp.c300 chk = reallocate_integer_array (chk, current_max_xpairs); in expand_nxt_chk()
366 if (chk[i - 1] == 0) { in find_table_space()
368 if (chk[i] == 0) in find_table_space()
400 for (chk_ptr = &chk[i + 1]; in find_table_space()
462 chk[tblend] = jamstate; in mkdeftbl()
466 chk[tblend + i] = jamstate; in mkdeftbl()
618 while (chk[firstfree] != 0) in mk1tbl()
624 chk[firstfree] = state; in mk1tbl()
767 chk[position - 1] = 1; in place_state()
772 chk[position] = 1; in place_state()
[all …]
H A Dgen.c251 chk[tblend + 1] = numecs + 1; in mkctbl()
264 chk[offset] = EOB_POSITION; in mkctbl()
280 else if (chk[i] > numecs || chk[i] == 0) { in mkctbl()
286 tdata[curr++] = chk[i]; in mkctbl()
385 chk[offset] = EOB_POSITION; in genctbl()
391 if (chk[i] == EOB_POSITION) in genctbl()
397 else if (chk[i] > numecs || chk[i] == 0) in genctbl()
403 chk[i])); in genctbl()
1445 if (chk[i] == 0) in gentabs()
1448 mkdata (chk[i]); in gentabs()
[all …]
H A Dmain.c90 int lastdfa, *nxt, *chk, *tnxt; variable
1763 chk = allocate_integer_array (current_max_xpairs); in set_up_initial_allocations()
H A Dflexdef.h581 extern int lastdfa, *nxt, *chk, *tnxt;
/dragonfly/crypto/openssh/
H A Dge25519.c199 fe25519 t, chk, num, den, den2, den4, den6; in ge25519_unpackneg_vartime() local
224 fe25519_square(&chk, &r->x); in ge25519_unpackneg_vartime()
225 fe25519_mul(&chk, &chk, &den); in ge25519_unpackneg_vartime()
226 if (!fe25519_iseq_vartime(&chk, &num)) in ge25519_unpackneg_vartime()
230 fe25519_square(&chk, &r->x); in ge25519_unpackneg_vartime()
231 fe25519_mul(&chk, &chk, &den); in ge25519_unpackneg_vartime()
232 if (!fe25519_iseq_vartime(&chk, &num)) in ge25519_unpackneg_vartime()
/dragonfly/stand/lib/
H A Ddosfs.c375 u_int chk, i, x, xdn; in dos_readdir() local
378 x = chk = 0; in dos_readdir()
407 chk = dd.xde.chk; in dos_readdir()
408 else if (dd.xde.seq != xdn - 1 || dd.xde.chk != chk) in dos_readdir()
428 if (x == chk) in dos_readdir()
537 u_int nsec, lsec, xdn, chk, sec, ent, x; in lookup() local
550 xdn = chk = 0; in lookup()
568 dir[ent].xde.chk == chk)) { in lookup()
570 chk = dir[ent].xde.chk; in lookup()
586 ok = chk == x && in lookup()
H A Ddosfs.h84 u_char chk; /* checksum */ member
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_utl.c994 if (chklen > 1 && chk[0] == '.') in do_x509_check()
1023 chk, chklen, peername)) != 0) in do_x509_check()
1050 chk, chklen, peername)) != 0) in do_x509_check()
1060 if (chk == NULL) in X509_check_host()
1063 chklen = strlen(chk); in X509_check_host()
1064 else if (memchr(chk, '\0', chklen)) in X509_check_host()
1072 if (chk == NULL) in X509_check_email()
1075 chklen = strlen(chk); in X509_check_email()
1076 else if (memchr(chk, '\0', chklen)) in X509_check_email()
1078 return do_x509_check(x, chk, chklen, flags, GEN_EMAIL, NULL); in X509_check_email()
[all …]
/dragonfly/tools/tools/chkmoddeps/
H A Dchkdeps.rb47 chk = proc do |h|
60 match = defm.select{|mn, k| chk.call(k)}
69 chk.call(pd)
/dragonfly/usr.sbin/ckdist/
H A Dckdist.c275 char sum[MDSUMLEN + 1], chk[MDSUMLEN + 1]; in chkmd5() local
300 } else if (!md5_file(dname, chk)) in chkmd5()
302 else if (strcmp(chk, sum)) in chkmd5()
325 uint32_t chk; in chkinf() local
353 if (crc(fd, &chk, &len)) in chkinf()
355 else if (chk != sum) in chkinf()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_warc.c384 char *chk = strchr(hdr.tgturi, ':'); in _popul_ehdr() local
386 if (chk != NULL && chk[1U] == '/' && chk[2U] == '/') { in _popul_ehdr()
/dragonfly/games/snake/snake/
H A Dsnake.c106 int chk(const struct point *);
705 chk(&p); in stretch()
712 chk(&p); in stretch()
725 chk(&p); in stretch()
732 chk(&p); in stretch()
872 chk(const struct point *sp) in chk() function
/dragonfly/usr.sbin/lpr/common_source/
H A Drmjob.c119 if (lockchk(pp, pp->lock_file) && chk(current)) { in rmjob()
189 if (!chk(file)) in process()
224 chk(char *file) in chk() function
H A Dlp.h260 int chk(char *_file);
/dragonfly/contrib/binutils-2.34/gas/
H A Ddwarf2dbg.c382 expressionS chk; in set_or_check_view() local
384 memset (&chk, 0, sizeof (chk)); in set_or_check_view()
385 chk.X_unsigned = 1; in set_or_check_view()
386 chk.X_op = O_add; in set_or_check_view()
387 chk.X_add_number = 0; in set_or_check_view()
388 chk.X_add_symbol = view_assert_failed; in set_or_check_view()
389 chk.X_op_symbol = deferred; in set_or_check_view()
390 deferred = make_expr_symbol (&chk); in set_or_check_view()
/dragonfly/sys/net/pf/
H A Dpf_ioctl.c3203 int chk; in pf_check_in() local
3208 if (chk && *m) { in pf_check_in()
3213 return chk; in pf_check_in()
3222 int chk; in pf_check_out() local
3232 if (chk && *m) { in pf_check_out()
3237 return chk; in pf_check_out()
3244 int chk; in pf_check6_in() local
3249 if (chk && *m) { in pf_check6_in()
3254 return chk; in pf_check6_in()
3260 int chk; in pf_check6_out() local
[all …]
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dsources48 !IF "$(DDKBUILDENV)"=="chk"
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dsemantics.c233 deferred_access_check *chk, *probe; in pop_to_parent_deferring_access_checks() local
240 if (probe->binfo == chk->binfo && in pop_to_parent_deferring_access_checks()
241 probe->decl == chk->decl && in pop_to_parent_deferring_access_checks()
242 probe->diag_decl == chk->diag_decl) in pop_to_parent_deferring_access_checks()
247 ptr->deferred_access_checks, chk); in pop_to_parent_deferring_access_checks()
262 deferred_access_check *chk; in perform_access_checks() local
268 enforce_access (chk->binfo, chk->decl, chk->diag_decl); in perform_access_checks()
301 deferred_access_check *chk; in perform_or_defer_access_check() local
323 ptr->deferred_access_checks, i, chk) in perform_or_defer_access_check()
325 if (chk->decl == decl && chk->binfo == binfo && in perform_or_defer_access_check()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c240 deferred_access_check *chk, *probe; in pop_to_parent_deferring_access_checks() local
242 FOR_EACH_VEC_SAFE_ELT (checks, i, chk) in pop_to_parent_deferring_access_checks()
246 if (probe->binfo == chk->binfo && in pop_to_parent_deferring_access_checks()
247 probe->decl == chk->decl && in pop_to_parent_deferring_access_checks()
270 deferred_access_check *chk; in perform_access_checks() local
277 FOR_EACH_VEC_SAFE_ELT (checks, i, chk) in perform_access_checks()
279 input_location = chk->loc; in perform_access_checks()
280 ok &= enforce_access (chk->binfo, chk->decl, chk->diag_decl, complain); in perform_access_checks()
321 deferred_access_check *chk; in perform_or_defer_access_check() local
343 if (chk->decl == decl && chk->binfo == binfo && in perform_or_defer_access_check()
[all …]
/dragonfly/crypto/libressl/include/openssl/
H A Dx509v3.h832 int X509_check_host(X509 *x, const char *chk, size_t chklen,
834 int X509_check_email(X509 *x, const char *chk, size_t chklen,
836 int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
/dragonfly/usr.bin/pr/
H A Dpr.c987 int chk = (int)inchar; in inln() local
999 if (ch == chk) { in inln()
/dragonfly/games/hack/
H A Dhack.mklev.c471 chk: in maker()
493 goto chk; in maker()
/dragonfly/contrib/tcpdump/
H A Dprint-sctp.c177 struct sctpChunkDesc chk; member

12