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

123

/freebsd-13-stable/usr.bin/ctags/
H A DC.c102 token = YES;
217 t_def = YES;
245 token = YES;
316 return (YES);
401 return (YES);
431 return (YES);
448 star = YES;
508 retval = YES; /* have moved out of the rule */
H A Dctags.h39 #define YES 1 macro
H A Dtree.c111 cur_node->been_warned = YES;
/freebsd-13-stable/sbin/init/
H A DMakefile30 NO_SHARED?= YES
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dservices32 eval $( sed -e s/YES/on/i -e s/NO/off/i \
61 echo ${daemon}_enable=\"YES\" >> $BSDINSTALL_TMPETC/rc.conf.services
/freebsd-13-stable/release/tools/
H A Dopenstack.conf14 export NOSWAP=YES
18 echo 'sshd_enable="YES"' >> ${DESTDIR}/etc/rc.conf
43 echo 'beastie_disable="YES"' >> ${DESTDIR}/boot/loader.conf
44 echo 'boot_multicons="YES"' >> ${DESTDIR}/boot/loader.conf
H A Dec2.conf36 export NOSWAP=YES
51 echo 'growfs_enable="YES"' >> ${DESTDIR}/etc/rc.conf
59 echo 'sshd_enable="YES"' >> ${DESTDIR}/etc/rc.conf
67 echo 'ipv6_activate_all_interfaces="YES"' >> ${DESTDIR}/etc/rc.conf
68 echo 'rtsold_enable="YES"' >> ${DESTDIR}/etc/rc.conf
89 echo 'beastie_disable="YES"' >> ${DESTDIR}/boot/loader.conf
101 echo 'boot_multicons="YES"' >> ${DESTDIR}/boot/loader.conf
109 echo 'if_ena_load="YES"' >> ${DESTDIR}/boot/loader.conf
/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A DMakefile.common16 IGNORE_PRAGMA= YES
/freebsd-13-stable/sbin/reboot/
H A Dnextboot.sh64 append="YES"
67 delete="YES"
79 force="YES"
95 if [ ${delete} = "YES" ]; then
120 zfsbootcfg -z ${zfs} -n freebsd:nvstore -k nextboot_enable -v YES
126 nextboot_enable="YES"
/freebsd-13-stable/lib/libproc/
H A DMakefile31 IGNORE_PRAGMA= YES
/freebsd-13-stable/sbin/devd/
H A DMakefile35 NO_SHARED?=YES
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile89 KYUAFILE= YES
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/common/uctf/
H A DMakefile41 WITH_CTF=YES
/freebsd-13-stable/usr.bin/last/
H A Dlast.c69 #define YES 1 /* true/yes */ macro
461 return (YES);
468 return (YES);
472 return (YES);
476 return (YES);
480 return (YES);
/freebsd-13-stable/tools/boot/
H A Drootgen.sh111 cryptodev_load=YES
112 zfs_load=YES
150 cryptodev_load=YES
151 zfs_load=YES
190 cryptodev_load=YES
191 zfs_load=YES
272 cryptodev_load=YES
273 zfs_load=YES
314 cryptodev_load=YES
315 zfs_load=YES
[all...]
H A Dci-qemu-test.sh53 boot_verbose=YES
/freebsd-13-stable/sys/modules/cam/
H A DMakefile45 EXPORT_SYMS= YES # XXX evaluate
/freebsd-13-stable/usr.sbin/fstyp/
H A DMakefile29 IGNORE_PRAGMA= YES
/freebsd-13-stable/contrib/tcp_wrappers/
H A Dhosts_access.c70 #define YES 1 macro
140 return (YES);
143 return (YES);
232 if (match_fn(tok, request)) { /* YES: look for exceptions */
355 return (YES);
502 return YES;
/freebsd-13-stable/usr.bin/su/
H A Dsu.c137 enum tristate { UNSET, YES, NO }; enumerator in enum:tristate
404 iscsh = strcmp(p, "csh") ? (strcmp(p, "tcsh") ? NO : YES) : YES;
545 if (iscsh == YES) {
552 *np.a = asthem ? "-su" : iscsh == YES ? "_su" : "su";
/freebsd-13-stable/contrib/apr/strings/
H A Dapr_snprintf.c46 NO = 0, YES = 1 enumerator in enum:__anon90
310 has_prefix=YES;
738 boolean_e print_something = YES;
757 print_sign = YES;
759 alternate_form = YES;
761 print_blank = YES;
773 adjust_width = YES;
778 adjust_width = YES;
793 adjust_precision = YES;
1328 if (print_something == YES) {
[all...]
/freebsd-13-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh43 VAL=YES
406 VAL=YES
421 VAL=YES
/freebsd-13-stable/lib/libbe/
H A DMakefile67 HAS_TESTS= YES
/freebsd-13-stable/sys/modules/sound/sound/
H A DMakefile35 EXPORT_SYMS= YES # XXX evaluate
/freebsd-13-stable/stand/lua/
H A Dcore.lua122 loader.setenv("boot_verbose", "YES")
135 loader.setenv("boot_single", "YES")
162 loader.setenv("acpi_load", "YES")
496 loader.setenv("boot_serial", "YES")
502 loader.setenv("boot_multicons", "YES")
503 loader.setenv("boot_serial", "YES")

Completed in 301 milliseconds

123