Searched refs:checked (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp290 static bool checked = false; local
292 if (!checked) {
294 checked = true;
302 static bool checked = false; local
304 if (!checked) {
306 checked = true;
314 static bool checked = false; local
316 if (!checked) {
318 checked = true;
/freebsd-11-stable/contrib/dialog/samples/
H A Ddialog.py53 # - 'checked' option to checklist dialog; clicking "Cancel" is now
172 def checklist(self, text, height=15, width=54, list=[], checked=None):
177 checked -- a list of boolean (0/1) values; len(checked) must equal
180 if checked is None:
181 checked = [0]*len(list)
185 range(len(list)), list, checked)
324 "Sun-dried tomatoes"], checked=[0,0,0,1,1,1])
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp154 for (uptr checked = 0; sz > 0; checked += kPageSize) {
158 if (!has_something && checked > (128 << 10))
162 for (uptr checked = 0; sz > 0; checked += kPageSize) {
168 if (!has_something && checked > (512 << 10))
/freebsd-11-stable/lib/libc/nameser/
H A Dns_name.c426 int n, len, checked, l; local
429 checked = 0;
452 checked += l + 1;
472 checked += 2;
478 if (checked >= eom - msg) {
/freebsd-11-stable/contrib/bmake/
H A Dmake.c123 static unsigned int checked = 1;/* Sequence # to detect recursion */ variable
695 checked++;
1100 if (gn->checked == checked) {
1103 fprintf(debug_file, "already checked %s%s\n",
1108 gn->checked = checked;
H A Dmake.h238 unsigned int checked; /* Last time we tried to makle this node */ member in struct:GNode
H A Dtarg.c251 gn->checked = 0;
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s78 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
H A Dpkt_rx0.asm123 ; _pktRxBuf[n].rxBuffer[CX]. These values are checked in "PktReceive"
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy.c464 "checked out in the working copy "
478 /* Perform some sanity checks on the checked-out external. */
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js1446 // Make sure checked status is properly cloned
1447 input.checked = true;
1448 support.noCloneChecked = input.cloneNode( true ).checked;
1479 input.setAttribute("checked", "checked");
1484 // WebKit doesn't clone checked state correctly in fragments
1485 support.checkClone = fragment.cloneNode( true ).cloneNode( true ).lastChild.checked;
1522 // Check if a disconnected checkbox will retain its checked
1524 support.appendChecked = input.checked;
2212 rboolean = /^(?:autofocus|autoplay|async|checked|control
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.dep.mk223 # For meta+filemon the .meta file is checked for since it is the dependency
/freebsd-11-stable/sys/conf/
H A Dkern.post.mk259 # For meta+filemon the .meta file is checked for since it is the dependency
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp1043 os1 << "Return value is not checked in call to '" << *FD << '\'';
1048 << "' is not checked. If an error occurs in '" << *FD
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql494 of each node with the BASE ("as checked out") op_depth. This view
H A Dwc-queries.sql1203 * supposed to be checked out is queried.
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh5206 $ECHO "*** using a file magic. Last file checked: $potlib"
5257 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7117 // src is checked in the strlcpy() interceptor
8818 // FIXME: only need to be checked when "flag | VIS_NOLOCALE" doesn't hold
8914 // FIXME: only need to be checked when "flag | VIS_NOLOCALE" doesn't hold
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh7855 $ECHO "*** using a file magic. Last file checked: $potlib"
7909 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh7900 $ECHO "*** using a file magic. Last file checked: $potlib"
7954 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh7834 $ECHO "*** using a file magic. Last file checked: $potlib"
7888 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh9341 $ECHO "*** using a file magic. Last file checked: $potlib"
9395 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh9341 $ECHO "*** using a file magic. Last file checked: $potlib"
9395 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/freebsd-11-stable/contrib/file/
H A Dltmain.sh9355 $ECHO "*** using a file magic. Last file checked: $potlib"
9409 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh9343 $ECHO "*** using a file magic. Last file checked: $potlib"
9397 $ECHO "*** using a regex pattern. Last file checked: $potlib"

Completed in 348 milliseconds

12