| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | varmod-to-separator.mk | 10 . warning Space as separator does not work. 15 . warning Comma as separator does not work. 20 . warning Chaining modifiers does not work. 26 . warning Colon as separator does not work. 33 . warning Colon as separator does not work. 45 . warning Colon as separator does not work. 52 . warning Colon as separator does not work. 59 . warning Colon followed by closing brace does not work. 69 . warning Separator followed by :S modifier does not work. 131 . warning The separator \n does not produce a newline. [all …]
|
| H A D | varmod-unique.mk | 7 . warning The modifier ':u' only merges _adjacent_ duplicate words. 11 . warning The modifier ':u' must merge adjacent duplicate words. 15 . warning The modifier ':u' must do nothing with an empty word list. 19 . warning The modifier ':u' must normalize the whitespace. 23 . warning The modifier ':u' must do nothing with a single-element word list. 27 . warning The modifier ':u' must normalize the whitespace. 31 . warning The modifier ':u' must merge _all_ adjacent duplicate words. 35 . warning The modifier ':u' must normalize whitespace between the words. 39 . warning Duplicate words at the beginning must be merged. 43 . warning Duplicate words at the end must be merged.
|
| H A D | varmod-subst.mk | 13 . warning The empty pattern matches something. 17 . warning The :S modifier flag '1' is not applied exactly once. 21 . warning The :S modifier flag '1' is only applied to the first word,\ 26 . warning The :S modifier does not replace every first match per word. 30 . warning The :S modifier flag 'g' does not replace every occurrence. 34 . warning The :S modifier fails for a short match anchored at the start. 46 . warning The :S modifier fails for a short match anchored at the end. 50 . warning The :S modifier fails to replace one occurrence per word. 62 . warning The :S modifier does not match a word anchored at both ends. 66 . warning The :S modifier matches a prefix anchored at both ends. [all …]
|
| H A D | directive-for-errors.mk | 8 . warning ${i} 20 . warning ${i} 47 . warning Should not be reached. 54 . warning Should not be reached. 66 . warning Should not be reached. 74 . warning Should not be reached.
|
| H A D | export-variants.mk | 12 . warning At this point, no variable should be exported. 16 . warning At this point, no variable should be exported. 20 . warning At this point, no variable should be exported. 28 . warning At this point, a single variable should be exported. 32 . warning At this point, a single variable should be exported. 36 . warning At this point, a single variable should be exported.
|
| H A D | directive-ifmake.mk | 15 . warning positive condition fails 22 . warning unexpected 35 . warning double negation fails 42 . warning && does not work as expected 49 . warning && with ! does not work as expected
|
| H A D | include-sub.mk | 6 . warning sub-before-fail(${.INCLUDEDFROMFILE}) 16 . warning sub-before-for-fail(${.INCLUDEDFROMFILE}) 40 . warning sub-after-fail(${.INCLUDEDFROMFILE}) 47 . warning sub-after-for-fail(${.INCLUDEDFROMFILE})
|
| H A D | include-main.mk | 16 . warning main-before-fail(${.INCLUDEDFROMFILE}) 23 . warning main-before-for-fail(${.INCLUDEDFROMFILE}) 32 . warning main-after-fail(${.INCLUDEDFROMFILE}) 39 . warning main-after-for-fail(${.INCLUDEDFROMFILE})
|
| H A D | varmod-indirect.mk | 20 . warning unexpected 26 . warning unexpected 33 . warning unexpected 42 . warning unexpected 53 . warning FIXME: this expression should have resulted in a parse $\
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntpd-opts.h | 164 # warning undefining IPV4 due to option name conflict 168 # warning undefining IPV6 due to option name conflict 232 # warning undefining NOFORK due to option name conflict 236 # warning undefining NICE due to option name conflict 248 # warning undefining QUIT due to option name conflict 268 # warning undefining USER due to option name conflict 276 # warning undefining VAR due to option name conflict 280 # warning undefining DVAR due to option name conflict 288 # warning undefining SLEW due to option name conflict 292 # warning undefining USEPCC due to option name conflict [all …]
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | diag-control.h | 62 __pragma(warning(push)) \ 63 __pragma(warning(disable:4127)) \ 64 __pragma(warning(disable:4242)) \ 65 __pragma(warning(disable:4244)) \ 66 __pragma(warning(disable:4702)) 133 __pragma(warning(push)) \ 134 __pragma(warning(disable:4702)) 182 __pragma(warning(push)) \ 183 __pragma(warning(disable:4127)) \ 184 __pragma(warning(disable:4242)) \ [all …]
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | disable_warnings.h | 14 #pragma warning(disable: 593) /* parameter "XXXX" was set but never used */ 15 #pragma warning(disable: 344) /* typedef name has already been declared (with 17 #pragma warning(disable: 174) /* expression has no effect */ 18 #pragma warning(disable: 4127) /* conditional expression is constant */ 19 #pragma warning(disable: 4306) /* conversion from '?' to '?' of greater size */ 25 #pragma warning(disable: 869) /* parameter "XXXXX" was never referenced */ 26 #pragma warning(disable: 1418) /* external function definition with no prior 28 #pragma warning(disable: 1419) /* external declaration in primary source file */
|
| /freebsd-13.1/contrib/ntp/util/ |
| H A D | ntp-keygen-opts.h | 153 # warning undefining IMBITS due to option name conflict 161 # warning undefining CIPHER due to option name conflict 173 # warning undefining ID_KEY due to option name conflict 181 # warning undefining HOST_KEY due to option name conflict 185 # warning undefining IFFKEY due to option name conflict 189 # warning undefining IDENT due to option name conflict 193 # warning undefining LIFETIME due to option name conflict 197 # warning undefining MODULUS due to option name conflict 201 # warning undefining MD5KEY due to option name conflict 205 # warning undefining PVT_CERT due to option name conflict [all …]
|
| /freebsd-13.1/contrib/ntp/sntp/ |
| H A D | sntp-opts.h | 150 # warning undefining IPV4 due to option name conflict 154 # warning undefining IPV6 due to option name conflict 162 # warning undefining BROADCAST due to option name conflict 178 # warning undefining GAP due to option name conflict 182 # warning undefining KOD due to option name conflict 186 # warning undefining KEYFILE due to option name conflict 190 # warning undefining LOGFILE due to option name conflict 206 # warning undefining STEP due to option name conflict 210 # warning undefining SLEW due to option name conflict 214 # warning undefining TIMEOUT due to option name conflict [all …]
|
| /freebsd-13.1/sys/contrib/libsodium/src/libsodium/sodium/ |
| H A D | core.c | 25 # warning *** This is unstable, untested, development code. 26 # warning It might not compile. It might not work as expected. 27 # warning It might be totally insecure. 28 # warning Do not use this in production. 29 # warning Use releases available at https://download.libsodium.org/libsodium/releases/ instead. 30 # warning Alternatively, use the "stable" branch in the git repository. 34 # warning *** The library is being compiled using an undocumented method. 35 # warning This is not supported. It has not been tested, it might not 36 # warning work as expected, and performance is likely to be suboptimal.
|
| /freebsd-13.1/contrib/ntp/ntpq/ |
| H A D | ntpq-opts.h | 143 # warning undefining IPV4 due to option name conflict 147 # warning undefining IPV6 due to option name conflict 151 # warning undefining COMMAND due to option name conflict 155 # warning undefining DEBUG_LEVEL due to option name conflict 159 # warning undefining SET_DEBUG_LEVEL due to option name conflict 163 # warning undefining INTERACTIVE due to option name conflict 167 # warning undefining NUMERIC due to option name conflict 171 # warning undefining OLD_RV due to option name conflict 175 # warning undefining PEERS due to option name conflict 179 # warning undefining REFID due to option name conflict [all …]
|
| /freebsd-13.1/contrib/ntp/ntpdc/ |
| H A D | ntpdc-opts.h | 142 # warning undefining IPV4 due to option name conflict 146 # warning undefining IPV6 due to option name conflict 150 # warning undefining COMMAND due to option name conflict 154 # warning undefining DEBUG_LEVEL due to option name conflict 158 # warning undefining SET_DEBUG_LEVEL due to option name conflict 162 # warning undefining INTERACTIVE due to option name conflict 166 # warning undefining LISTPEERS due to option name conflict 170 # warning undefining NUMERIC due to option name conflict 174 # warning undefining PEERS due to option name conflict 178 # warning undefining SHOWPEERS due to option name conflict
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-helper-check-defines.h | 63 #warning WARNING: default CVMX_HELPER_FIRST_MBUFF_SKIP used. Defaults deprecated, please set in ex… 70 #warning WARNING: default CVMX_HELPER_NOT_FIRST_MBUFF_SKIP used. Defaults deprecated, please set i… 79 #warning WARNING: default CVMX_HELPER_ENABLE_IPD used. Defaults deprecated, please set in executiv… 85 #warning WARNING: default CVMX_HELPER_INPUT_TAG_TYPE used. Defaults deprecated, please set in exec… 90 #warning WARNING: default CVMX_HELPER_INPUT_PORT_SKIP_MODE used. Defaults deprecated, please set i…
|
| /freebsd-13.1/contrib/llvm-project/libcxx/src/support/runtime/ |
| H A D | exception_pointer_unimplemented.ipp | 17 # warning exception_ptr not yet implemented 25 # warning exception_ptr not yet implemented 32 # warning exception_ptr not yet implemented 54 # warning exception_ptr not yet implemented 66 # warning exception_ptr not yet implemented 74 # warning exception_ptr not yet implemented
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-more-matchers.h | 50 # pragma warning(push) 51 # pragma warning(disable:4100) 55 # pragma warning(disable:4800) 86 # pragma warning(pop)
|
| H A D | gmock-more-actions.h | 157 # pragma warning(push) 158 # pragma warning(disable:4100) 231 # pragma warning(push) // Saves the current warning state. 232 # pragma warning(disable:4702) // Temporarily disables warning 4702. 236 # pragma warning(pop) // Restores the warning state. 242 # pragma warning(pop)
|
| /freebsd-13.1/sbin/init/ |
| H A D | init.c | 271 warning("initial setsid() failed: %m"); in main() 278 warning("setlogin() failed: %m"); in main() 299 warning("unrecognized flag '-%c'", c); in main() 304 warning("ignoring excess arguments"); in main() 362 warning("Can't stat /dev: %m"); in main() 485 warning(const char *message, ...) in warning() function 886 warning("reboot(%#x) returned", howto); in single_user() 918 warning("single-user login failed\n"); in single_user() 1003 warning("single user shell terminated."); in single_user() 1070 warning("can't access %s: %m", script); in execute_script() [all …]
|
| /freebsd-13.1/share/mk/ |
| H A D | bsd.init.mk | 76 .warning ${_SKIP_BUILD} 89 .warning The filemon module (/dev/filemon) is not loaded. 90 .warning META_MODE is less useful for incremental builds without filemon. 91 .warning 'kldload filemon' or pass -DNO_FILEMON to suppress this warning.
|
| /freebsd-13.1/usr.bin/gencat/ |
| H A D | gencat.c | 111 static void warning(const char *, const char *); 185 warning(const char *cptr, const char *msg) function 203 warning(NULL, msg); 282 warning(cptr, "expected a space"); 294 warning(cptr, "wasn't expecting a space"); 329 warning(cptr, "unexpected quote character, ignoring"); 372 warning(cptr, "octal number greater than 7?!"); 378 warning(cptr, "unrecognized escape sequence"); 430 warning(cptr, "unrecognized line"); 676 warning(NULL, "specified set doesn't exist"); [all …]
|
| /freebsd-13.1/secure/lib/libssl/ |
| H A D | dummy_abi.c | 14 static const char warning[] = "SSLv3 use is deprecated.\n"; in __SSLv3_dummy_method_impl() local 21 write(STDERR_FILENO, warning, sizeof(warning) - 1); in __SSLv3_dummy_method_impl()
|