Searched refs:NO (Results 1 - 25 of 253) sorted by relevance

1234567891011

/freebsd-12-stable/contrib/subversion/doc/
H A Ddoxygen.conf57 CREATE_SUBDIRS = NO
75 # Set to NO to disable this.
81 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
102 ALWAYS_DETAILED_SEC = NO
109 INLINE_INHERITED_MEMB = NO
113 # to NO the shortest path that makes the file name unique will be used.
139 SHORT_NAMES = NO
143 # comment as the brief description. If set to NO, the JavaDoc
151 # comment as the brief description. If set to NO, the comments
155 QT_AUTOBRIEF = NO
[all...]
/freebsd-12-stable/contrib/apr/docs/
H A Ddoxygen.conf25 STRIP_CODE_COMMENTS=NO
27 FULL_PATH_NAMES=NO
28 CASE_SENSE_NAMES=NO
/freebsd-12-stable/contrib/gdb/gdb/
H A Dcopying.awk24 NR == 1,/^[ ]*NO WARRANTY[ ]*$/ {
30 else if ($0 !~ /^[ ]*NO WARRANTY[ ]*$/)
38 /^[ ]*NO WARRANTY[ ]*$/ {
49 /^[ ]*NO WARRANTY[ ]*$/, /^[ ]*END OF TERMS AND CONDITIONS[ ]*$/{
/freebsd-12-stable/usr.bin/ctags/
H A Dyacc.c22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
59 in_rule = NO;
73 in_rule = NO;
78 in_rule = NO;
93 in_rule = NO;
H A DC.c22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
68 sp = tok; token = t_def = NO; t_level = -1; level = 0; lineno = 1;
106 token = NO;
184 t_def = NO;
251 token = NO;
294 return (NO);
311 return (NO);
399 return (NO);
409 return (NO);
426 return (NO);
[all...]
H A Dfortran.c22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
59 for (pfcnt = NO;;) {
153 return (NO);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrInfo.h33 unsigned NO) {
37 NumOpcodes = NO;
32 InitMCInstrInfo(const MCInstrDesc *D, const unsigned *NI, const char *ND, unsigned NO) argument
/freebsd-12-stable/contrib/apr-util/docs/
H A Ddoxygen.conf28 CASE_SENSE_NAMES=NO
/freebsd-12-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c37 #define NO 0 macro
60 int match = NO;
119 int match = NO;
137 if (match != NO) {
142 list_match((char *) 0, item, match_fn, login_access_opts) == NO) {
146 return (NO);
159 return (NO);
168 return (NO);
173 return (NO);
187 return (NO);
[all...]
/freebsd-12-stable/sbin/mount_cd9660/
H A DMakefile15 NO_SHARED?= NO
/freebsd-12-stable/sbin/mount_msdosfs/
H A DMakefile16 NO_SHARED?= NO
/freebsd-12-stable/sbin/mount_udf/
H A DMakefile15 NO_SHARED?= NO
/freebsd-12-stable/usr.bin/dtc/
H A DMakefile13 NO_SHARED?=NO
/freebsd-12-stable/crypto/heimdal/appl/login/
H A Dlogin_access.c38 #define NO 0 macro
65 int match = NO;
133 int match = NO;
153 if (match != NO) {
156 if (tok == 0 || list_match(NULL, item, match_fn) == NO)
159 return (NO);
223 return (NO);
258 return (NO);
276 return (NO);
/freebsd-12-stable/crypto/heimdal/appl/rsh/
H A Dlogin_access.c38 #define NO 0 macro
65 int match = NO;
133 int match = NO;
153 if (match != NO) {
156 if (tok == 0 || list_match(NULL, item, match_fn) == NO)
159 return (NO);
223 return (NO);
258 return (NO);
276 return (NO);
/freebsd-12-stable/usr.bin/m4/
H A Dstdd.h28 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
58 #define NO 0 macro
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A Dservices18 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
32 eval $( sed -e s/YES/on/i -e s/NO/off/i \
64 echo '# Set dumpdev to "AUTO" to enable crash dumps, "NO"' \
69 echo dumpdev=\"NO\" >> $BSDINSTALL_TMPETC/rc.conf.services
/freebsd-12-stable/contrib/tcp_wrappers/
H A Dhosts_access.c71 #define NO 0 macro
142 return (NO);
156 int match = NO;
170 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) {
231 return (NO);
238 return (NO);
280 int match = NO;
318 return (NO);
381 return NO;
386 return NO;
[all...]
/freebsd-12-stable/usr.sbin/periodic/
H A Dperiodic.sh98 success=YES info=YES badconfig=NO empty_output=YES # Defaults when ${run}_* aren't YES/NO
102 [Nn][Oo]) eval $var=NO;;
133 0) [ $success = NO ] && output=FALSE;;
134 1) [ $info = NO ] && output=FALSE;;
135 2) [ $badconfig = NO ] && output=FALSE;;
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc.h21 #define NO 0x0 macro
H A Dntpdc.c112 { "?", help, { OPT|NTP_STR, NO, NO, NO },
115 { "help", help, { OPT|NTP_STR, NO, NO, NO },
118 { "timeout", timeout, { OPT|NTP_UINT, NO, NO, NO },
121 { "delay", my_delay, { OPT|NTP_INT, NO, N
[all...]
/freebsd-12-stable/usr.bin/msgs/
H A Dmsgs.c22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
95 #define NO 0 macro
127 static bool printing = NO;
128 static bool mailing = NO;
129 static bool quitit = NO;
130 static bool sending = NO;
131 static bool intrpflg = NO;
142 static bool hdrs = NO;
143 static bool qopt = NO;
144 static bool hush = NO;
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.boolopt.d39 #pragma D option flowindent=NO
/freebsd-12-stable/usr.sbin/bsdconfig/networking/
H A Ddefaultrouter18 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
32 DEVICE_SELF_SCAN_ALL=NO
H A Dhostname18 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
32 DEVICE_SELF_SCAN_ALL=NO

Completed in 301 milliseconds

1234567891011