Home
last modified time | relevance | path

Searched refs:check (Results 126 – 150 of 603) sorted by relevance

12345678910>>...25

/dragonfly/contrib/byacc/
H A Doutput.c30 static Value_t *check; variable
877 check = TREALLOC(Value_t, check, newmax); in pack_vector()
878 NO_SPACE(check); in pack_vector()
883 check[l] = -1; in pack_vector()
888 if (check[loc] != -1) in pack_vector()
902 check[loc] = from[k]; in pack_vector()
907 while (check[lowzero] != -1) in pack_vector()
926 check = NEW2(maxtable, Value_t); in pack_table()
932 check[i] = -1; in pack_table()
1099 output_int(check[i]); in output_check()
[all …]
/dragonfly/sbin/hammer2/
H A Dcmd_recover.c528 bcopy(bref->check.buf, buf, flen); in check_filename()
532 if (bcmp(filename, bref->check.buf, flen) == 0) in check_filename()
922 bcmp(&bref->check, &neg->bref.check, in find_neg()
923 sizeof(bref->check)) == 0) in find_neg()
1500 if (bref->check.iscsi32.value == cv) { in validate_crc()
1506 if (bref->check.xxhash64.value == cv64) { in validate_crc()
1515 if (memcmp(u.digest, bref->check.sha192.data, in validate_crc()
1516 sizeof(bref->check.sha192.data)) == 0) in validate_crc()
1523 if (bref->check.freemap.icrc32 == cv) { in validate_crc()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-ia64.texi72 @item -munwind-check=warning
73 @itemx -munwind-check=error
75 consistency checks on unwind directives. @code{-munwind-check=warning}
76 will make the assembler issue a warning when an unwind directive check
77 fails. This is the default. @code{-munwind-check=error} will make the
78 assembler issue an error when an unwind directive check fails.
/dragonfly/contrib/dialog/
H A Deditbox.c294 int check = (int) strlen(value); in widest_line() local
295 if (check > result) in widest_line()
296 result = check; in widest_line()
541 int check = (cell / wide) + base_row; in dlg_editbox() local
542 if (check < listsize) { in dlg_editbox()
543 thisrow = check; in dlg_editbox()
H A Dinputstr.c413 size_t check; in dlg_index_columns() local
417 check = mbrtowc(temp, in dlg_index_columns()
421 if ((int) check <= 0) { in dlg_index_columns()
709 int check = cols[i + 1] - cols[scrollamt]; in dlg_show_string() local
710 if (check <= x_last) { in dlg_show_string()
723 k = check; in dlg_show_string()
H A DCHANGES198 + add configure-check for curses_exit() from ncurses 6.2
210 + add "make check" rule.
448 check to define _DEFAULT_SOURCE.
713 + check for clang compiler
714 + check for tinfo library when looking for ncurses
781 + add configure check for lint program.
887 + add a null-pointer check in dlg_print_scrolled()
946 check for unctrl.h
1006 + add a null-pointer check in show_result() for
1561 + add a check for getenv("HOME") in rc.c
[all …]
/dragonfly/nrelease/
H A DMakefile129 release: check clean buildworld1 buildkernel1 \
132 quickrel: check clean buildworld2 buildkernel2 \
135 realquickrel: check clean \
138 restartpkgs: check pkgs customizeiso srcs mkiso mkimg
148 check: target
493 .PHONY: check buildworld1 buildworld2
/dragonfly/games/hunt/huntd/
H A Dexpl.c131 check(pp, y, x); in rollexpl()
223 check(pp, r->r_y, r->r_x); in remove_wall()
235 check(pp, y, x); in remove_wall()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Daes-siv.c174 u8 check[AES_BLOCK_SIZE]; in aes_siv_decrypt() local
201 ret = aes_s2v(k1, key_len, num_elem + 1, _addr, _len, check); in aes_siv_decrypt()
204 if (os_memcmp(check, iv_crypt, AES_BLOCK_SIZE) == 0) in aes_siv_decrypt()
/dragonfly/usr.bin/gzip/
H A Dgzexe80 check () {
204 elif ! check "$1" || ! compress "$1"; then
/dragonfly/contrib/file/magic/Magdir/
H A Dtcl24 # check the first line
27 # not 'p', check other lines
/dragonfly/contrib/cryptsetup/man/
H A DMakefile.in345 check-am: all-am
346 check: check-am
447 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
/dragonfly/etc/
H A Drc.subr219 # has check to make sure this call is necessary
513 # boot time) check if rc_startmsgs is enabled.
618 # The check and possible loads are actually
690 fast*) # "fast" prefix; don't check pid
719 fast*) # "fast" prefix; don't check pid
754 # setup pid check command if not fast
866 # check for required variables,
966 "${name} not running? (check $pidfile)."
1011 "${name} not running? (check $pidfile)."
1158 _pidmsg=" (check $pidfile)."
[all …]
/dragonfly/contrib/ee/
H A DChanges20 - made changes to check usage of arguments provided so that if a file is
27 - added code to check if the parent process has died, and if so to exit
/dragonfly/sys/platform/pc64/x86_64/
H A Ddb_trace.c337 struct x86_64_frame *check; in db_stack_trace_cmd() local
339 check = (struct x86_64_frame *)db_get_value((long)((char *)&frame->f_frame + i), 8, FALSE); in db_stack_trace_cmd()
340 if ((char *)check - (char *)frame >= 0 && in db_stack_trace_cmd()
341 (char *)check - (char *)frame < 4096 in db_stack_trace_cmd()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Ddb_trace.c337 struct x86_64_frame *check; in db_stack_trace_cmd() local
339 check = (struct x86_64_frame *)db_get_value((long)((char *)&frame->f_frame + i), 8, FALSE); in db_stack_trace_cmd()
340 if ((char *)check - (char *)frame >= 0 && in db_stack_trace_cmd()
341 (char *)check - (char *)frame < 4096 in db_stack_trace_cmd()
/dragonfly/usr.bin/crunch/crunchide/
H A Dcrunchide.c203 int (*check)(int, const char *); /* 1 if match, zero if not */ member
230 if ((*exec_formats[i].check)(fd, filename) != 0) in hide_syms()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dhaifa-sched.c5498 rtx check = DEP_PRO (dep); in add_to_speculative_block() local
5517 rtx check, twin; in add_to_speculative_block() local
5530 check = DEP_PRO (dep); in add_to_speculative_block()
5532 gcc_assert (!IS_SPECULATION_CHECK_P (check) && !ORIG_PAT (check) in add_to_speculative_block()
5844 rtx label, check, twin; in create_check_block_twin() local
5886 check = emit_jump_insn_before (check, insn); in create_check_block_twin()
5891 check = emit_insn_before (check, insn); in create_check_block_twin()
5894 haifa_init_insn (check); in create_check_block_twin()
5903 RECOVERY_BLOCK (check) = rec; in create_check_block_twin()
5941 twin = check; in create_check_block_twin()
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Ddhparam.c136 int check; member
173 .opt.flag = &dhparam_config.check,
394 if (dhparam_config.check) { in dhparam_main()
/dragonfly/test/libpthread/
H A DMakefile72 default : check
101 check : check_a check_p check_s target
/dragonfly/bin/sh/
H A Dalias.c144 lookupalias(const char *name, int check) in lookupalias() argument
152 if (check && (ap->flag & ALIASINUSE)) in lookupalias()
/dragonfly/contrib/tcsh-6/nls/russian/
H A Dset2102 100 check point start
103 101 check point start of kernel
/dragonfly/contrib/tcsh-6/nls/ukrainian/
H A Dset2102 100 check point start
103 101 check point start of kernel
/dragonfly/contrib/cryptsetup/
H A DMakefile.in61 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
593 && $(MAKE) $(AM_MAKEFLAGS) check \
635 check-am: all-am
636 check: check-recursive
739 all all-am am--refresh check check-am clean clean-generic \
/dragonfly/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c207 .check = thr->coder->stream_flags.check, in worker_encode()
966 if ((unsigned int)(options->check) > LZMA_CHECK_ID_MAX) in stream_encoder_mt_init()
969 if (!lzma_check_is_supported(options->check)) in stream_encoder_mt_init()
1064 coder->stream_flags.check = options->check; in stream_encoder_mt_init()

12345678910>>...25