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

12

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp292 static bool checked = false; local
294 if (!checked) {
296 checked = true;
304 static bool checked = false; local
306 if (!checked) {
308 checked = true;
316 static bool checked = false; local
318 if (!checked) {
320 checked = true;
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dsh-errctl.mk7 # With error control, each simple command is checked, whereas with echo
8 # control, only the last command from each line is checked. A shell command
H A Dvar-recursive.mk41 # name. Ensure that these are checked as well.
/freebsd-13-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-13-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-13-stable/lib/libc/nameser/
H A Dns_name.c428 int n, len, checked, l; local
431 checked = 0;
454 checked += l + 1;
474 checked += 2;
480 if (checked >= eom - msg) {
/freebsd-13-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-13-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-13-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-13-stable/share/mk/
H A Dbsd.dep.mk248 # For meta+filemon the .meta file is checked for since it is the dependency
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk318 # For meta+filemon the .meta file is checked for since it is the dependency
/freebsd-13-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-13-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-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7159 // src is checked in the strlcpy() interceptor
8893 // FIXME: only need to be checked when "flag | VIS_NOLOCALE" doesn't hold
8989 // FIXME: only need to be checked when "flag | VIS_NOLOCALE" doesn't hold
/freebsd-13-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"
/freebsd-13-stable/contrib/sqlite3/
H A Dltmain.sh9350 $ECHO "*** using a file magic. Last file checked: $potlib"
9404 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/freebsd-13-stable/contrib/ldns/
H A Dltmain.sh9350 $ECHO "*** using a file magic. Last file checked: $potlib"
9404 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/freebsd-13-stable/contrib/libevent/
H A Dltmain.sh9341 $ECHO "*** using a file magic. Last file checked: $potlib"
9395 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/freebsd-13-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-13-stable/contrib/openbsm/config/
H A Dltmain.sh9341 $ECHO "*** using a file magic. Last file checked: $potlib"
9395 $ECHO "*** using a regex pattern. Last file checked: $potlib"
/freebsd-13-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-13-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-13-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"

Completed in 499 milliseconds

12