Searched refs:YES (Results 126 - 150 of 150) sorted by relevance

123456

/freebsd-current/tools/boot/
H A Dci-qemu-test.sh52 boot_verbose=YES
/freebsd-current/usr.sbin/etcupdate/
H A Detcupdate.sh1800 dryrun=YES
1803 preworld=YES
1806 rerun=YES
1826 nobuild=YES
1832 FREEBSD_ID=YES
1852 noroot=YES
/freebsd-current/stand/lua/
H A Dcore.lua109 loader.setenv("boot_verbose", "YES")
122 loader.setenv("boot_single", "YES")
527 loader.setenv("boot_serial", "YES")
533 loader.setenv("boot_multicons", "YES")
534 loader.setenv("boot_serial", "YES")
H A Dconfig.lua490 -- character taken up by the string nextboot_enable="YES"
864 elseif modules[modname].load == "YES" then
869 modules[modname].load = "YES"
877 elseif modules[modname].load ~= "YES" then
888 if not mod or mod.load ~= "YES" then
H A Dcli.lua213 elseif info.load == "YES" then
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp56 #ifndef YES
57 #define YES ((BOOL)1) macro
/freebsd-current/contrib/bmake/mk/
H A Doptions.mk20 # Options are normally listed in either OPTIONS_DEFAULT_{YES,NO}
/freebsd-current/usr.sbin/bluetooth/bluetooth-config/
H A Dbluetooth-config.sh52 found="YES"
80 [ "${n}" = "${node}" ] && found="YES"
81 [ "${n}" = "${node}hci" ] && node="${node}hci" && found="YES"
101 found=YES
/freebsd-current/usr.sbin/bsdconfig/startup/
H A Dmisc311 *) toggled= reverse=YES
334 f_sysrc_set 'f_sysrc_set rpcbind_enable YES'
341 f_sysrc_set 'f_sysrc_set rpcbind_enable YES'
/freebsd-current/crypto/openssl/util/
H A Dmkdef.pl360 CASE_SENSITIVE=YES
/freebsd-current/sys/modules/linux/
H A DMakefile147 EXPORT_SYMS= YES
/freebsd-current/sys/modules/linux64/
H A DMakefile100 EXPORT_SYMS= YES
/freebsd-current/contrib/tcp_wrappers/
H A Dtcpdchk.c84 #define YES 1 macro
/freebsd-current/sys/conf/
H A Dkmod.mk10 # or the name of a file containing a list of symbols, or YES
252 .if ${EXPORT_SYMS} != YES
271 .if ${EXPORT_SYMS} != YES
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-ifelse.mk303 YES= ${1:?${BRACES:S,}}},yes,}:${BRACES:S,}}},no,}} macro
304 BOTH= <${YES}> <${NO}>
/freebsd-current/libexec/rc/rc.d/
H A Djail154 : ${jail_confwarn:=YES}
211 allow.raw_sockets NY YES
487 # jail_parallel_start is YES.
/freebsd-current/usr.sbin/etcupdate/tests/
H A Dtests_test.sh1010 || failed=YES
1016 || failed=YES
/freebsd-current/contrib/libevent/
H A Dconfigure16596 y|Y|yes|Yes|YES)
16861 y|Y|yes|Yes|YES)
17003 DX_ENV="$DX_ENV HAVE_DOT='YES'"
17004 HAVE_DOT=YES
17027 y|Y|yes|Yes|YES)
17060 DX_ENV="$DX_ENV GENERATE_MAN='YES'"
17061 GENERATE_MAN=YES
17081 y|Y|yes|Yes|YES)
17114 DX_ENV="$DX_ENV GENERATE_RTF='YES'"
17115 GENERATE_RTF=YES
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dconfigure17859 y|Y|yes|Yes|YES)
18145 y|Y|yes|Yes|YES)
18297 DX_ENV="$DX_ENV HAVE_DOT='YES'"
18298 HAVE_DOT=YES
18322 y|Y|yes|Yes|YES)
18355 DX_ENV="$DX_ENV GENERATE_MAN='YES'"
18356 GENERATE_MAN=YES
18377 y|Y|yes|Yes|YES)
18410 DX_ENV="$DX_ENV GENERATE_RTF='YES'"
18411 GENERATE_RTF=YES
[all...]
/freebsd-current/share/examples/drivers/
H A Dmake_device_driver.sh42 VAL=YES
969 VAL=YES
984 VAL=YES
/freebsd-current/
H A DMakefile497 @cd ${.CURDIR}; ${SUB_MAKE} DOING_TINDERBOX=YES universe
H A DMakefile.inc12001 @env ASSUME_ALWAYS_YES=YES pkg bootstrap
/freebsd-current/contrib/ldns/
H A DMakefile.in283 echo "is builddir srcdir" > ldns/YES ; \
284 if [ ! -f $(srcdir)/ldns/YES ]; then \
291 rm -f ldns/YES; \
454 echo "is builddir srcdir" > ldns/YES ; \
455 if test -f $(srcdir)/ldns/YES ; then \
457 rm -f ldns/YES; \
462 rm -f ldns/YES; \
/freebsd-current/lib/libc/net/
H A Dgetaddrinfo.c101 #define YES 1 macro
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14556 return MacroName != "YES" && MacroName != "NO" &&
14822 OS << (BL->getValue() ? "YES" : "NO");
15199 Builder << FixItHint::CreateInsertion(EndLoc, " ? YES : NO");

Completed in 539 milliseconds

123456