/src/usr.bin/make/unit-tests/ |
lint.mk | 8 # then, make checked for parse errors only after parsing each top-level 10 # in shell commands, the parse errors were not checked again.
|
sh-errctl.mk | 7 # 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
|
var-recursive.mk | 39 # name. Ensure that these are checked as well.
|
varname-empty.mk | 28 # The bug in Var_Set was that only expanded variables had been checked for
|
cond-token-string.mk | 48 # A string in quotes is checked whether it is not empty.
|
deptgt-posix.mk | 8 # needs to be cross-checked with the POSIX specification.
|
directive-include-guard.mk | 616 # at the point where the guard condition is checked, line continuations have
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_sync.cc | 155 for (uptr checked = 0; sz > 0; checked += kPageSize) { local in function:__tsan::MetaMap::ResetRange 159 if (!has_something && checked > (128 << 10)) 163 for (uptr checked = 0; sz > 0; checked += kPageSize) { local in function:__tsan::MetaMap::ResetRange 169 if (!has_something && checked > (512 << 10))
|
/src/sys/dev/ |
mm.c | 270 bool checked = false; local in function:dev_kmem_readwrite 274 error = mm_md_kernacc(addr, prot, &checked); 280 if (!checked && !uvm_kernacc(addr, len, prot)) {
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
berlin2cd-google-chromecast.dts | 31 * normally. Fortunately, this alternate property is checked
|
/src/lib/libc/nameser/ |
ns_name.c | 434 int n, len, checked, l; local in function:ns_name_unpack2 437 checked = 0; 460 checked += l + 1; 482 checked += 2; 488 if (checked >= eom - msg) {
|
/src/sys/external/isc/libsodium/dist/m4/ |
ax_pthread.m4 | 97 # It gets checked for in the link test anyway. 145 # -D_REENTRANT too), HP C (must be checked before -lpthread, which
|
/src/tests/usr.bin/indent/ |
t_options.lua | 65 local seen_input_section = false-- the first input section is not checked
|
/src/sys/dev/pci/ |
if_aq.c | 5607 bool checked = false; local in function:aq_rx_intr 5620 checked = true; 5627 checked = true; 5637 checked = true; 5644 checked = true; 5647 if (checked &&
|
/src/usr.sbin/sysinst/ |
msg.mi.en | 455 checked after the first complete boot.
|
/src/sys/arch/m68k/060sp/dist/ |
ilsp.s | 304 # Since we already checked this case above, we can treat the most significant
|
pfpsp.s | 2444 # Before any of the above is attempted, it must be checked to #
|
fpsp.s | 2444 # Before any of the above is attempted, it must be checked to #
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_common_interceptors.inc | 6988 // src is checked in the strlcpy() interceptor 8688 // FIXME: only need to be checked when "flag | VIS_NOLOCALE" doesn't hold 8784 // FIXME: only need to be checked when "flag | VIS_NOLOCALE" doesn't hold
|
/src/sys/external/isc/libsodium/dist/build-aux/ |
ltmain.sh | 9341 $ECHO "*** using a file magic. Last file checked: $potlib" 9395 $ECHO "*** using a regex pattern. Last file checked: $potlib"
|
/src/sys/external/isc/libsodium/dist/ |
ltmain.sh | 7855 $ECHO "*** using a file magic. Last file checked: $potlib" 7909 $ECHO "*** using a regex pattern. Last file checked: $potlib"
|