Home
last modified time | relevance | path

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

12

/dflybsd-src/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
/dflybsd-src/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
/dflybsd-src/contrib/flex/src/
H A Dtblcmp.c300 chk = reallocate_integer_array (chk, current_max_xpairs); in expand_nxt_chk()
302 memset(chk + old_max, 0, MAX_XPAIRS_INCREMENT * sizeof(int)); in expand_nxt_chk()
366 if (chk[i - 1] == 0) { in find_table_space()
368 if (chk[i] == 0) in find_table_space()
398 ptr_to_last_entry_in_state = &chk[i + numecs + 1]; in find_table_space()
400 for (chk_ptr = &chk[i + 1]; in find_table_space()
423 memset(chk, 0, (size_t) current_max_xpairs * sizeof(int)); in inittbl()
462 chk[tblend] = jamstate; in mkdeftbl()
466 chk[tblend + i] = jamstate; in mkdeftbl()
552 for (++baseaddr; chk[baseaddr] != 0; ++baseaddr) ; in mkentry()
[all …]
H A Dgen.c251 chk[tblend + 1] = numecs + 1; in mkctbl()
252 chk[tblend + 2] = 1; /* anything but EOB */ in mkctbl()
264 chk[offset] = EOB_POSITION; in mkctbl()
265 chk[offset - 1] = ACTION_POSITION; in mkctbl()
270 if (chk[i] == EOB_POSITION) { in mkctbl()
275 else if (chk[i] == ACTION_POSITION) { in mkctbl()
280 else if (chk[i] > numecs || chk[i] == 0) { in mkctbl()
286 tdata[curr++] = chk[i]; in mkctbl()
287 tdata[curr++] = base[nxt[i]] - (i - chk[i]); in mkctbl()
293 tdata[curr++] = chk[tblend + 1]; in mkctbl()
[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;
/dflybsd-src/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
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_utl.c971 do_x509_check(X509 *x, const char *chk, size_t chklen, unsigned int flags, in do_x509_check() argument
994 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()
1057 X509_check_host(X509 *x, const char *chk, size_t chklen, unsigned int flags, in X509_check_host() argument
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()
1066 return do_x509_check(x, chk, chklen, flags, GEN_DNS, peername); in X509_check_host()
1070 X509_check_email(X509 *x, const char *chk, size_t chklen, unsigned int flags) in X509_check_email() argument
[all …]
/dflybsd-src/tools/tools/chkmoddeps/
H A Dchkdeps.rb47 chk = proc do |h|
60 match = defm.select{|mn, k| chk.call(k)}
69 chk.call(pd)
/dflybsd-src/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()
/dflybsd-src/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()
/dflybsd-src/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
/dflybsd-src/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);
/dflybsd-src/crypto/openssh/
H A Ded25519.c1788 fe25519 t, chk, num, den, den2, den4, den6; in ge25519_unpackneg_vartime() local
1813 fe25519_square(&chk, &r->x); in ge25519_unpackneg_vartime()
1814 fe25519_mul(&chk, &chk, &den); in ge25519_unpackneg_vartime()
1815 if (!fe25519_iseq_vartime(&chk, &num)) in ge25519_unpackneg_vartime()
1819 fe25519_square(&chk, &r->x); in ge25519_unpackneg_vartime()
1820 fe25519_mul(&chk, &chk, &den); in ge25519_unpackneg_vartime()
1821 if (!fe25519_iseq_vartime(&chk, &num)) in ge25519_unpackneg_vartime()
/dflybsd-src/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()
/dflybsd-src/sys/net/pf/
H A Dpf_ioctl.c3203 int chk; in pf_check_in() local
3207 chk = pf_test(PF_IN, ifp, m, NULL, NULL); in pf_check_in()
3208 if (chk && *m) { in pf_check_in()
3213 return chk; in pf_check_in()
3222 int chk; in pf_check_out() local
3231 chk = pf_test(PF_OUT, ifp, m, NULL, NULL); in pf_check_out()
3232 if (chk && *m) { in pf_check_out()
3237 return chk; in pf_check_out()
3244 int chk; in pf_check6_in() local
3248 chk = pf_test6(PF_IN, ifp, m, NULL, NULL); in pf_check6_in()
[all …]
/dflybsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dsources48 !IF "$(DDKBUILDENV)"=="chk"
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dsemantics.c233 deferred_access_check *chk, *probe; in pop_to_parent_deferring_access_checks() local
235 FOR_EACH_VEC_ELT (deferred_access_check, checks, i, chk) in pop_to_parent_deferring_access_checks()
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
267 FOR_EACH_VEC_ELT (deferred_access_check, checks, i, chk) in perform_access_checks()
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
[all …]
/dflybsd-src/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()
248 probe->diag_decl == chk->diag_decl) in pop_to_parent_deferring_access_checks()
252 vec_safe_push (ptr->deferred_access_checks, *chk); 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()
[all …]
/dflybsd-src/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,
/dflybsd-src/games/hack/
H A Dhack.mklev.c471 chk: in maker()
493 goto chk; in maker()
/dflybsd-src/usr.bin/pr/
H A Dpr.c987 int chk = (int)inchar; in inln() local
999 if (ch == chk) { in inln()
/dflybsd-src/contrib/tcpdump/
H A Dprint-sctp.c177 struct sctpChunkDesc chk; member

12