Searched refs:YES (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-9.3-release/usr.sbin/nologin/
H A DMakefile14 NO_SHARED= YES
/freebsd-9.3-release/etc/periodic/monthly/
H A D200.accounting25 remove=YES
29 remove=YES
45 [ $remove = YES ] && rm -f $W.0;;
/freebsd-9.3-release/sbin/init/
H A DMakefile12 NO_SHARED?= YES
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dlogin_access.c37 #define YES 1 macro
148 if ((match = (*match_fn) (tok, item)) != 0) /* YES */
203 * Otherwise, return YES if the token fully matches the username, if the
215 return (YES);
218 return (YES);
221 return (YES);
236 * YES if the token fully matches the string. If the token is a domain
237 * name, return YES if it matches the last fields of the string. If the
238 * token has the magic value "LOCAL", return YES if the string does not
239 * contain a "." character. If the token is a network number, return YES
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/rsh/
H A Dlogin_access.c37 #define YES 1 macro
148 if ((match = (*match_fn) (tok, item)) != 0) /* YES */
203 * Otherwise, return YES if the token fully matches the username, if the
215 return (YES);
218 return (YES);
221 return (YES);
236 * YES if the token fully matches the string. If the token is a domain
237 * name, return YES if it matches the last fields of the string. If the
238 * token has the magic value "LOCAL", return YES if the string does not
239 * contain a "." character. If the token is a network number, return YES
[all...]
/freebsd-9.3-release/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c41 #define YES 1 macro
130 if ((match = (*match_fn)(tok, item)) != 0) /* YES */
167 return (YES);
181 * Otherwise, return YES if the token fully matches the username, or if
188 return (YES);
192 return (YES);
207 * YES if the token fully matches the string. If the token is a domain
208 * name, return YES if it matches the last fields of the string. If the
209 * token has the magic value "LOCAL", return YES if the string does not
210 * contain a "." character. If the token is a network number, return YES
[all...]
/freebsd-9.3-release/release/picobsd/mfs_tree/etc/
H A Drc.network32 if [ -f /etc/rc.firewall -a "${firewall_enable}" = "YES" ] ; then
34 if [ "${firewall_quiet}" = "YES" ]; then
65 if [ "X$gateway_enable" = X"YES" ]; then
66 echo -n ' IP_gateway=YES'
69 if [ "X$arpproxy_all" = X"YES" ]; then
74 network_pass1_done=YES # Let future generations know we made it.
78 network_pass2_done=YES
82 network_pass3_done=YES
/freebsd-9.3-release/sbin/devd/
H A DMakefile9 NO_SHARED?=YES
/freebsd-9.3-release/usr.bin/m4/
H A Dstdd.h55 #define YES 1 macro
/freebsd-9.3-release/usr.sbin/faithd/
H A Dfaithd.h58 #define YES 1 macro
/freebsd-9.3-release/usr.sbin/periodic/
H A Dperiodic.sh46 success=YES info=YES badconfig=NO empty_output=YES # Defaults when ${run}_* aren't YES/NO
50 [Yy][Ee][Ss]) eval $var=YES;;
/freebsd-9.3-release/share/mk/
H A Dbsd.pkg.mk7 NO_WRKSUBDIR=YES
8 NO_CHECKSUM=YES
9 NO_BUILD=YES
/freebsd-9.3-release/usr.bin/msgs/
H A Dmsgs.c94 #define YES 1 macro
203 clean = YES;
207 hush = YES;
211 hdrs = YES;
215 locomode = YES;
219 lastcmd = YES;
223 use_pager = YES;
227 qopt = YES;
231 send_msg = YES;
253 if (send_msg != YES) {
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.boolopt.d30 #pragma D option quiet=YES
/freebsd-9.3-release/usr.bin/ctags/
H A Dfortran.c129 pfcnt = YES;
149 return (YES);
H A Dlisp.c70 special = YES;
74 special = YES;
H A Dctags.c100 tflag = YES;
122 tflag = YES;
236 * CWHITE are set to YES. Thus, "_wht" of a char is YES if it is in
247 _gd[i] = YES;
251 _wht[*sp] = YES;
254 _etk[*sp] = YES;
257 _itk[*sp] = YES;
260 _btk[*sp] = YES;
H A DC.c100 token = YES;
215 t_def = YES;
243 token = YES;
314 return (YES);
399 return (YES);
429 return (YES);
446 star = YES;
506 retval = YES; /* have moved out of the rule */
H A Dctags.h37 #define YES 1 macro
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dmsg.c65 ch = (AutoAnswer == YES) ? 'Y' : 'N';
/freebsd-9.3-release/usr.sbin/bsdinstall/scripts/
H A Dservices32 eval $( sed -e s/YES/on/i -e s/NO/off/i \
58 echo ${daemon}_enable=\"YES\" >> $BSDINSTALL_TMPETC/rc.conf.services
/freebsd-9.3-release/usr.bin/kdump/
H A DMakefile19 NO_WERROR?= YES
/freebsd-9.3-release/usr.bin/make/
H A DMakefile14 NO_SHARED?= YES
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend-query/
H A Denable-net.sh112 ON|on|yes|YES) fetch -o /tmp/mirrors-list.txt ${MIRRORLIST} >/dev/null 2>/dev/null;;
/freebsd-9.3-release/sys/modules/cam/
H A DMakefile45 EXPORT_SYMS= YES # XXX evaluate

Completed in 358 milliseconds

123