Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dselectable.js15 Inputs[i].checked = SummaryCheckButton.checked;
35 if (CheckButton.checked) {
38 returnObjById("AllBugsCheck").checked = true;
43 returnObjById("AllBugsCheck").checked = false;
/openbsd-src/gnu/llvm/libunwind/src/
H A Dlibunwind.cpp361 static bool checked = false; in logAPIs() local
363 if (!checked) { in logAPIs()
365 checked = true; in logAPIs()
373 static bool checked = false; in logUnwinding() local
375 if (!checked) { in logUnwinding()
377 checked = true; in logUnwinding()
385 static bool checked = false; in logDWARF() local
387 if (!checked) { in logDWARF()
389 checked = true; in logDWARF()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp141 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local
145 if (!has_something && checked > (128 << 10)) in ResetRange()
149 for (uptr checked = 0; sz > 0; checked += kPageSize) { in ResetRange() local
155 if (!has_something && checked > (512 << 10)) in ResetRange()
/openbsd-src/lib/libc/net/
H A Dres_comp.c83 int len = -1, checked = 0; in dn_expand() local
112 checked += n + 1; in dn_expand()
131 checked += 2; in dn_expand()
137 if (checked >= eomorig - msg) in dn_expand()
/openbsd-src/gnu/llvm/lldb/examples/test/
H A Dusage-config5 # The config file is checked in as .lldbtest-config and the redirected stderr
6 # and stdout are checked in as lldbtest-stderr and lldbtest-stdout, all in the
/openbsd-src/regress/usr.sbin/syslogd/
H A DREADME10 the server received are checked. Logging to /dev/console is tested
12 a fake login. The invocation of the sendsyslog(2) syscall is checked
13 with ktrace, the open file descriptors of syslogd are checked with
/openbsd-src/gnu/usr.bin/cvs/contrib/
H A Drcs2sccs.sh71 echo checked out of RCS
93 echo initial rev checked into SCCS
116 echo checked into SCCS
H A Dsccs2rcs.in128 echo "file as it is checked in to RCS initially?"
240 echo checked into RCS
/openbsd-src/lib/libc/gen/
H A Dgetpwent.c519 static int checked = -1; in __has_ypmaster() local
527 if (checked != -1 && saved_uid == uid && saved_euid == euid) in __has_ypmaster()
528 return (checked); in __has_ypmaster()
533 checked = 0; in __has_ypmaster()
534 return (checked); in __has_ypmaster()
544 checked = 0; in __has_ypmaster()
545 return (checked); in __has_ypmaster()
552 checked = 1; in __has_ypmaster()
553 return (checked); in __has_ypmaster()
/openbsd-src/regress/sys/netinet/ipsec/
H A DREADME15 The netstat -s counters are checked to ensure that encrypted packets
18 The BPF output of the enc0 and pflog0 interface is checked. This
/openbsd-src/gnu/llvm/llvm/utils/crosstool/ARM/
H A DREADME8 REV_L is the revision at which "llvm" was checked out, and
9 REV_G is the revision at which "llvm-gcc-4.2" was checked out
/openbsd-src/gnu/llvm/llvm/utils/gn/build/
H A Dsync_source_lists_from_cmake.py136 checked = [ 'bolt', 'clang', 'clang-tools-extra', 'lld', 'llvm' ]
138 for c in checked:
/openbsd-src/usr.bin/file/magdir/
H A Dadventure36 # I haven't checked for false matches yet.
83 # files, and checked them.
/openbsd-src/gnu/usr.bin/perl/cpan/File-Temp/lib/File/
H A DTemp.pm1525 my ($alt_tmpdir, $checked);
1530 if ( $checked ) {
1541 $checked = 1;
1554 $checked = 1;
/openbsd-src/gnu/llvm/libcxx/
H A D.gitignore16 #lib/ # We actually have things checked in to lib/
/openbsd-src/regress/sys/kern/sosplice/
H A DREADME5 files that are checked for certain messages. The test arguments
/openbsd-src/sbin/isakmpd/
H A Dsa.c946 u_int8_t checked[ATTRS_SIZE]; member
987 avs->checked[type]++; in sa_validate_xf_attrs()
1056 bzero(avs->checked, sizeof avs->checked); in sa_validate_proto_xf()
1072 for (i = 0; i < sizeof avs->checked; i++) in sa_validate_proto_xf()
1073 if (avs->attrp[i] && !avs->checked[i]) in sa_validate_proto_xf()
/openbsd-src/regress/usr.sbin/ospfd/
H A DREADME11 could also be checked.
/openbsd-src/gnu/llvm/libcxxabi/
H A D.gitignore20 #lib/ # We actually have things checked in to lib/
/openbsd-src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/
H A DChanges11 - Bugfix: string keys are now checked whether they represent
/openbsd-src/regress/usr.sbin/httpd/tests/
H A DREADME3 All processes write log files that are checked for certain messages.
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFFProperties.td13 …dule name is matched by its file name with extension. These versions are checked in sequence: exac…
/openbsd-src/regress/usr.sbin/relayd/
H A DREADME5 checked for certain messages. The test arguments are kept in the
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DMAINTAINERS131 Fixes for obvious mistakes do not need approval, and can be checked in
143 also be checked into the current release branch. Normally however
157 relevent port maintainer(s), and can be approved/checked in by them.
/openbsd-src/regress/lib/libcrypto/x509/bettertls/
H A DREADME22 The output from validate.c is checked by check.perl against "known"

12345678910>>...16