/freebsd/crypto/heimdal/doc/ |
H A D | doxytmpl.dxy | 5 CREATE_SUBDIRS = NO 20 ALWAYS_DETAILED_SEC = NO 21 INLINE_INHERITED_MEMB = NO 25 SHORT_NAMES = NO 26 JAVADOC_AUTOBRIEF = NO 27 QT_AUTOBRIEF = NO 28 MULTILINE_CPP_IS_BRIEF = NO 29 DETAILS_AT_TOP = NO 31 SEPARATE_MEMBER_PAGES = NO 35 OPTIMIZE_OUTPUT_JAVA = NO [all …]
|
/freebsd/tools/kerneldoc/ |
H A D | Doxyfile | 10 USE_WINDOWS_ENCODING = NO 14 ALWAYS_DETAILED_SEC = NO 15 INLINE_INHERITED_MEMB = NO 18 SHORT_NAMES = NO 19 JAVADOC_AUTOBRIEF = NO 20 MULTILINE_CPP_IS_BRIEF = NO 21 DETAILS_AT_TOP = NO 23 DISTRIBUTE_GROUP_DOC = NO 27 OPTIMIZE_OUTPUT_JAVA = NO 33 EXTRACT_PRIVATE = NO [all …]
|
/freebsd/tools/kerneldoc/subsys/ |
H A D | common-Doxyfile | 23 ALWAYS_DETAILED_SEC = NO 24 INLINE_INHERITED_MEMB = NO 28 SHORT_NAMES = NO 29 JAVADOC_AUTOBRIEF = NO 30 MULTILINE_CPP_IS_BRIEF = NO 32 SEPARATE_MEMBER_PAGES = NO 36 OPTIMIZE_OUTPUT_JAVA = NO 37 BUILTIN_STL_SUPPORT = NO 38 CPP_CLI_SUPPORT = NO 39 DISTRIBUTE_GROUP_DOC = NO [all …]
|
/freebsd/contrib/unifdef/tests/ |
H A D | recursive.experr | 27 unifdef: parser line 3 state NO comment START line 29 unifdef: parser line 4 state NO comment START line 31 unifdef: parser line 5 state NO comment START line 33 unifdef: parser line 6 state NO comment START line 35 unifdef: parser line 7 state NO comment START line 52 unifdef: parser line 8 state NO comment START line 54 unifdef: parser line 9 state NO comment START line 56 unifdef: parser line 10 state NO comment START line 58 unifdef: parser line 11 state NO comment START line 60 unifdef: parser line 12 state NO comment START line [all …]
|
/freebsd/lib/libpam/modules/pam_login_access/ |
H A D | login_access.c | 34 #define NO 0 macro 57 int match = NO; in login_access() 116 int match = NO; in list_match() 134 if (match != NO) { in list_match() 139 list_match((char *) 0, item, match_fn, login_access_opts) == NO) { in list_match() 143 return (NO); in list_match() 156 return (NO); in netgroup_match() 165 return (NO); in netgroup_match() 170 return (NO); in netgroup_match() 184 return (NO); in group_match() [all …]
|
/freebsd/usr.bin/ctags/ |
H A D | C.c | 22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
H A D | yacc.c | 22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
/freebsd/contrib/tcp_wrappers/ |
H A D | hosts_access.c | 68 #define NO 0 macro 138 return (NO); in hosts_access() 150 int match = NO; in table_match() 164 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) { in table_match() 225 return (NO); in list_match() 232 return (NO); in list_match() 268 int match = NO; in hostfile_match() 304 return (NO); in host_match() 366 return NO; in string_match() 371 return NO; in string_match() [all …]
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-subs.c | 86 { "saveconfig", saveconfig, { NTP_STR, NO, NO, NO }, 89 { "associations", associations, { NO, NO, NO, NO }, 92 { "passociations", passociations, { NO, NO, NO, N [all...] |
H A D | ntpq.c | 265 { "?", help, { OPT|NTP_STR, NO, NO, NO }, 268 { "help", help, { OPT|NTP_STR, NO, NO, NO }, 271 { "timeout", timeout, { OPT|NTP_UINT, NO, NO, NO }, 274 { "delay", auth_delay, { OPT|NTP_INT, NO, N [all...] |
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc.c | 112 { "?", 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, NO, NO }, 124 { "host", host, { OPT|NTP_STR, OPT|NTP_STR, NO, NO }, 127 { "passwd", passwd, { OPT|NTP_STR, NO, NO, NO }, 130 { "hostnames", hostnames, { OPT|NTP_STR, NO, NO, NO }, 133 { "debug", setdebug, { OPT|NTP_STR, NO, NO, NO }, 136 { "quit", quit, { NO, NO, NO, NO }, 139 { "exit", quit, { NO, NO, NO, NO }, [all …]
|
H A D | ntpdc_ops.c | 96 { "listpeers", peerlist, { OPT|IP_VERSION, NO, NO, NO }, 99 { "peers", peers, { OPT|IP_VERSION, NO, NO, NO }, 102 { "dmpeers", dmpeers, { OPT|IP_VERSION, NO, NO, NO }, 111 { "loopinfo", loopinfo, { OPT|NTP_STR, NO, NO, NO }, 114 { "sysinfo", sysinfo, { NO, NO, NO, NO }, 117 { "sysstats", sysstats, { NO, NO, NO, NO }, 120 { "memstats", memstats, { NO, NO, NO, NO }, 123 { "iostats", iostats, { NO, NO, NO, NO }, 126 { "timerstats", timerstats, { NO, NO, NO, NO }, 150 { "reslist", reslist, {OPT|IP_VERSION, NO, NO, NO }, [all …]
|
/freebsd/crypto/heimdal/appl/login/ |
H A D | login_access.c | 38 #define NO 0 macro 65 int match = NO; in login_access() 133 int match = NO; in list_match() 153 if (match != NO) { in list_match() 156 if (tok == 0 || list_match(NULL, item, match_fn) == NO) in list_match() 159 return (NO); in list_match() 223 return (NO); in user_match() 258 return (NO); in from_match() 276 return (NO); in string_match()
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | login_access.c | 38 #define NO 0 macro 65 int match = NO; in login_access() 133 int match = NO; in list_match() 153 if (match != NO) { in list_match() 156 if (tok == 0 || list_match(NULL, item, match_fn) == NO) in list_match() 159 return (NO); in list_match() 223 return (NO); in user_match() 258 return (NO); in from_match() 276 return (NO); in string_match()
|
/freebsd/contrib/bearssl/ |
H A D | Doxyfile | 69 # The default value is: NO. 71 CREATE_SUBDIRS = NO 74 # characters to appear in the names of generated files. If set to NO, non-ASCII 77 # The default value is: NO. 79 ALLOW_UNICODE_NAMES = NO 98 # documentation (similar to Javadoc). Set to NO to disable this. 106 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 126 # The default value is: NO. 128 ALWAYS_DETAILED_SEC = NO 134 # The default value is: NO. [all …]
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | options.subr | 18 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 77 ' $msg_nfs_secure' 'NO' 86 ' $msg_nfs_slow' 'NO' 94 ' $msg_nfs_tcp' 'NO' '$msg_use_tcp_protocol_for_nfs'" 101 ' $msg_nfs_version_3' 'NO' '$msg_use_nfs_version_3'" 109 ' $msg_debugging' 'NO' 118 ' $msg_yes_to_all' 'NO' 127 ' $msg_dhcp' 'NO' 136 ' $msg_ipv6' 'NO' 229 export $VAR_NFS_SECURE="NO" [all …]
|
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 69 # The default value is: NO. 71 CREATE_SUBDIRS = NO 74 # characters to appear in the names of generated files. If set to NO, non-ASCII 77 # The default value is: NO. 79 ALLOW_UNICODE_NAMES = NO 106 # documentation (similar to Javadoc). Set to NO to disable this. 114 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 134 # The default value is: NO. 136 ALWAYS_DETAILED_SEC = NO 142 # The default value is: NO. [all …]
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 80 # The default value is: NO. 82 CREATE_SUBDIRS = NO 96 # characters to appear in the names of generated files. If set to NO, non-ASCII 99 # The default value is: NO. 101 ALLOW_UNICODE_NAMES = NO 120 # documentation (similar to Javadoc). Set to NO to disable this. 128 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 148 # The default value is: NO. 150 ALWAYS_DETAILED_SEC = NO 156 # The default value is: NO [all...] |
/freebsd/contrib/unbound/doc/ |
H A D | unbound.doxygen | 80 # The default value is: NO. 82 CREATE_SUBDIRS = NO 96 # characters to appear in the names of generated files. If set to NO, non-ASCII 99 # The default value is: NO. 101 ALLOW_UNICODE_NAMES = NO 120 # documentation (similar to Javadoc). Set to NO to disable this. 128 # Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 148 # The default value is: NO. 150 ALWAYS_DETAILED_SEC = NO 156 # The default value is: NO. [all …]
|
/freebsd/usr.bin/ident/tests/ |
H A D | test.in | 8 $Foo: bar $ (WRONG -- NO SPACE AFTER :) 9 $Foo:bar $ (WRONG -- NO SPACE AFTER :) 10 $Foo: bar$ (WRONG -- NO SPACE BEFORE $)) 12 $Bar:: baz$ (WRONG -- NO SPACE BEFORE $)
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.utf | 112 の今がその時だ の NO 1 NO今がその時だ 120 の今がその時だ の NO 2 NO今がそNO時だ
|
/freebsd/usr.sbin/periodic/ |
H A D | periodic.sh | 105 success=YES info=YES badconfig=NO empty_output=YES # Defaults when ${run}_* aren't YES/NO 109 [Nn][Oo]) eval $var=NO;; 140 0) [ $success = NO ] && output=FALSE;; 141 1) [ $info = NO ] && output=FALSE;; 142 2) [ $badconfig = NO ] && output=FALSE;;
|
/freebsd/contrib/ntp/sntp/libevent/cmake/ |
H A D | UseDoxygen.cmake | 16 set(${CMK_OPTION} NO) 35 set(DOXYGEN_RECURSIVE NO) 44 set(DOXYGEN_PDF_HYPERLINKS NO) 46 set(DOXYGEN_GENERATE_RTF NO) 47 set(DOXYGEN_GENERATE_XML NO) 48 set(DOXYGEN_GENERATE_CHI NO)
|
/freebsd/contrib/libevent/cmake/ |
H A D | UseDoxygen.cmake | 16 set(${CMK_OPTION} NO) 35 set(DOXYGEN_RECURSIVE NO) 44 set(DOXYGEN_PDF_HYPERLINKS NO) 46 set(DOXYGEN_GENERATE_RTF NO) 47 set(DOXYGEN_GENERATE_XML NO) 48 set(DOXYGEN_GENERATE_CHI NO)
|
/freebsd/share/mk/ |
H A D | meta.autodep.mk | 9 # be of use. There is absolutely NO WARRANTY. 52 # NO means don't update .depend - or Makefile.depend* 54 UPDATE_DEPENDFILE = NO 57 UPDATE_DEPENDFILE = NO 71 UPDATE_DEPENDFILE = NO 74 @echo UPDATE_DEPENDFILE=NO > ${.TARGET} 76 UPDATE_DEPENDFILE = NO 77 .warning ${RELDIR} built with nofilemon; UPDATE_DEPENDFILE=NO 82 UPDATE_DEPENDFILE = NO 97 UPDATE_DEPENDFILE = NO [all...] |