Searched refs:YES (Results 51 - 70 of 70) sorted by relevance

123

/freebsd-13-stable/crypto/heimdal/appl/rcp/
H A Drcp.c418 enum { YES, NO, DISPLAYED } wrerr; enumerator in enum:__anon6687
592 wrerr = YES;
602 wrerr = YES;
631 case YES:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp51 #ifndef YES
52 #define YES ((BOOL)1) macro
/freebsd-13-stable/contrib/bmake/mk/
H A Doptions.mk18 # Options are normally listed in either OPTIONS_DEFAULT_{YES,NO}
/freebsd-13-stable/usr.sbin/etcupdate/
H A Detcupdate.sh1730 dryrun=YES
1733 preworld=YES
1736 rerun=YES
1756 nobuild=YES
1762 FREEBSD_ID=YES
/freebsd-13-stable/usr.sbin/bluetooth/bluetooth-config/
H A Dbluetooth-config.sh53 found="YES"
81 [ "${n}" = "${node}" ] && found="YES"
82 [ "${n}" = "${node}hci" ] && node="${node}hci" && found="YES"
102 found=YES
/freebsd-13-stable/usr.sbin/bsdconfig/startup/
H A Dmisc312 *) toggled= reverse=YES
335 f_sysrc_set 'f_sysrc_set rpcbind_enable YES'
342 f_sysrc_set 'f_sysrc_set rpcbind_enable YES'
/freebsd-13-stable/stand/lua/
H A Dconfig.lua473 -- character taken up by the string nextboot_enable="YES"
758 elseif modules[modname].load == "YES" then
763 modules[modname].load = "YES"
771 elseif modules[modname].load ~= "YES" then
782 if not mod or mod.load ~= "YES" then
H A Dcli.lua227 elseif info.load == "YES" then
/freebsd-13-stable/crypto/openssh/
H A Dscp.c1228 YES, NO, DISPLAYED enumerator in enum:__anon6888
1475 wrerr = YES;
1486 wrerr = YES;
1518 wrerr = YES;
1533 case YES:
/freebsd-13-stable/sys/conf/
H A Dkmod.mk13 # or the name of a file containing a list of symbols, or YES
235 .if ${EXPORT_SYMS} != YES
254 .if ${EXPORT_SYMS} != YES
/freebsd-13-stable/contrib/tcp_wrappers/
H A Dtcpdchk.c84 #define YES 1 macro
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dauto63 msg_yes="YES"
368 export FTP_PASSIVE_MODE=YES
/freebsd-13-stable/libexec/rc/rc.d/
H A Djail149 : ${jail_confwarn:=YES}
206 allow.raw_sockets NY YES
475 # jail_parallel_start is YES.
/freebsd-13-stable/usr.sbin/etcupdate/tests/
H A Dtests_test.sh1011 || failed=YES
1017 || failed=YES
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh45 VAL=YES
978 VAL=YES
993 VAL=YES
/freebsd-13-stable/
H A DMakefile484 @cd ${.CURDIR}; ${SUB_MAKE} DOING_TINDERBOX=YES universe
H A DMakefile.inc11870 @env ASSUME_ALWAYS_YES=YES pkg bootstrap
/freebsd-13-stable/contrib/ldns/
H A DMakefile.in406 echo "is builddir srcdir" > ldns/YES ; \
407 if test -f $(srcdir)/ldns/YES ; then \
409 rm -f ldns/YES; \
414 rm -f ldns/YES; \
/freebsd-13-stable/lib/libc/net/
H A Dgetaddrinfo.c104 #define YES 1 macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10493 return MacroName != "YES" && MacroName != "NO" &&
10732 OS << (BL->getValue() ? "YES" : "NO");
11091 Builder << FixItHint::CreateInsertion(EndLoc, " ? YES : NO");

Completed in 476 milliseconds

123