Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 25 of 695) sorted by relevance

12345678910>>...28

/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-to-separator.mk10 . 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.
64 . warning Empty separator before closing brace does not work.
69 . warning Separator followed by :S modifier does not work.
[all …]
H A Dvarmod-edge.mk17 . warning expected "${EXP}", got "${MOD}"
28 . warning expected "${EXP}", got "${MOD}"
42 . warning expected "${EXP}", got "${MOD}"
61 . warning expected "${EXP}", got "${MOD}"
74 . warning expected "${EXP}", got "${MOD}"
89 . warning expected "${EXP}", got "${MOD}"
107 . warning expected "${EXP}", got "${MOD}"
121 . warning expected "${EXP}", got "${MOD}"
132 . warning expected "${EXP}", got "${MOD}"
143 . warning expected "${EXP}", got "${MOD}"
[all …]
H A Dvarmod-unique.mk7 . 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 Ddirective-for-errors.mk11 . warning <${i}>
27 . warning <${i}>
56 . warning Should not be reached.
65 . warning Should not be reached.
80 . warning Should not be reached.
93 . warning Should not be reached.
H A Dexport-variants.mk12 . 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 Ddirective-ifmake.mk16 . warning positive condition fails
23 . warning unexpected
38 . warning double negation fails
46 . warning && does not work as expected
54 . warning && with ! does not work as expected
H A Dinclude-main.mk17 . warning main-before-fail(${.INCLUDEDFROMFILE})
25 . warning main-before-for-fail(${.INCLUDEDFROMFILE})
35 . warning main-after-fail(${.INCLUDEDFROMFILE})
43 . warning main-after-for-fail(${.INCLUDEDFROMFILE})
H A Ddirective-else.mk12 . warning must not be reached
24 . warning must not be reached
33 . warning must not be reached
H A Dvarmod-indirect.mk20 . warning unexpected
26 . warning unexpected
33 . warning unexpected
42 . warning unexpected
54 . warning FIXME: this expression should have resulted in a parse $\
/freebsd/contrib/libpcap/
H A Ddiag-control.h63 __pragma(warning(push)) \
64 __pragma(warning(disable:4061))
66 __pragma(warning(pop))
76 __pragma(warning(push)) \
77 __pragma(warning(disable:4065))
79 __pragma(warning(pop))
161 __pragma(warning(push)) \
162 __pragma(warning(disable:4127)) \
163 __pragma(warning(disable:4242)) \
164 __pragma(warning(disable:4244)) \
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntpd-opts.h172 # warning undefining IPV4 due to option name conflict
176 # warning undefining IPV6 due to option name conflict
180 # warning undefining AUTHREQ due to option name conflict
184 # warning undefining AUTHNOREQ due to option name conflict
188 # warning undefining BCASTSYNC due to option name conflict
192 # warning undefining CONFIGFILE due to option name conflict
196 # warning undefining DEBUG_LEVEL due to option name conflict
200 # warning undefining SET_DEBUG_LEVEL due to option name conflict
204 # warning undefining DRIFTFILE due to option name conflict
208 # warning undefinin
[all...]
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Ddisable_warnings.h16 #pragma warning(disable : 593) /* parameter "XXXX" was set but never used */
17 #pragma warning(disable : 344) /* typedef name has already been declared (with \
19 #pragma warning(disable : 174) /* expression has no effect */
20 #pragma warning(disable : 4127) /* conditional expression is constant */
21 #pragma warning( \
30 #pragma warning(disable : 869) /* parameter "XXXXX" was never referenced */
31 #pragma warning(disable : 1418) /* external function definition with no prior \
33 #pragma warning( \
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.h161 # warning undefining IMBITS due to option name conflict
165 # warning undefining CERTIFICATE due to option name conflict
169 # warning undefining CIPHER due to option name conflict
173 # warning undefining DEBUG_LEVEL due to option name conflict
177 # warning undefining SET_DEBUG_LEVEL due to option name conflict
181 # warning undefining ID_KEY due to option name conflict
185 # warning undefining GQ_PARAMS due to option name conflict
189 # warning undefining HOST_KEY due to option name conflict
193 # warning undefining IFFKEY due to option name conflict
197 # warning undefinin
[all...]
/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.h158 # warning undefining IPV4 due to option name conflict
162 # warning undefining IPV6 due to option name conflict
166 # warning undefining AUTHENTICATION due to option name conflict
170 # warning undefining BROADCAST due to option name conflict
174 # warning undefining CONCURRENT due to option name conflict
178 # warning undefining DEBUG_LEVEL due to option name conflict
182 # warning undefining SET_DEBUG_LEVEL due to option name conflict
186 # warning undefining GAP due to option name conflict
190 # warning undefining KOD due to option name conflict
194 # warning undefinin
[all...]
/freebsd/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcore.c25 # 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/contrib/ntp/ntpq/
H A Dntpq-opts.h152 # warning undefining IPV4 due to option name conflict
156 # warning undefining IPV6 due to option name conflict
160 # warning undefining COMMAND due to option name conflict
164 # warning undefining DEBUG_LEVEL due to option name conflict
168 # warning undefining SET_DEBUG_LEVEL due to option name conflict
172 # warning undefining INTERACTIVE due to option name conflict
176 # warning undefining NUMERIC due to option name conflict
180 # warning undefining OLD_RV due to option name conflict
184 # warning undefining PEERS due to option name conflict
188 # warning undefinin
[all...]
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.h151 # warning undefining IPV4 due to option name conflict
155 # warning undefining IPV6 due to option name conflict
159 # warning undefining COMMAND due to option name conflict
163 # warning undefining DEBUG_LEVEL due to option name conflict
167 # warning undefining SET_DEBUG_LEVEL due to option name conflict
171 # warning undefining INTERACTIVE due to option name conflict
175 # warning undefining LISTPEERS due to option name conflict
179 # warning undefining NUMERIC due to option name conflict
183 # warning undefining PEERS due to option name conflict
187 # warning undefinin
[all...]
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_pointer_unimplemented.ipp16 #warning exception_ptr not yet implemented
22 #warning exception_ptr not yet implemented
28 #warning exception_ptr not yet implemented
34 #warning exception_ptr not yet implemented
48 #warning exception_ptr not yet implemented
59 #warning exception_ptr not yet implemented
65 #warning exception_ptr not yet implemented
/freebsd/contrib/libpcap/testprogs/
H A Dnonblocktest.c50 static void warning(const char *, ...) PCAP_PRINTFLIKE(1, 2);
73 warning(const char *fmt, ...) in warning() function
99 warning("using pcap_breakloop()"); in breakme()
130 warning("listening on %s", device); in main()
138 warning("%s", ebuf); in main()
186 warning("pcap_setnonblock failed as expected: %s", ebuf); in main()
/freebsd/sbin/init/
H A Dinit.c94 static void warning(const char *, ...) __printflike(1, 2);
259 warning("initial setsid() failed: %m"); in main()
266 warning("setlogin() failed: %m"); in main()
287 warning("unrecognized flag '-%c'", c); in main()
292 warning("ignoring excess arguments"); in main()
335 warning("Can't chroot to %s: %m", kenv_value); in main()
350 warning("Can't stat /dev: %m"); in main()
398 warning("Cannot unmount %s: %m", _PATH_REROOT); in main()
473 warning(const char *message, ...) in warning() function
554 warning("kernel security level changed from %d to %d", in setsecuritylevel()
[all …]
/freebsd/share/mk/
H A Dbsd.init.mk75 .warning ${_SKIP_BUILD}
88 .warning The filemon module (/dev/filemon) is not loaded.
89 .warning META_MODE is less useful for incremental builds without filemon.
90 .warning 'kldload filemon' or pass -DNO_FILEMON to suppress this warning.
/freebsd/usr.bin/gencat/
H A Dgencat.c109 static void warning(const char *, const char *);
183 warning(const char *cptr, const char *msg) function
201 warning(NULL, msg);
280 warning(cptr, "expected a space");
292 warning(cptr, "wasn't expecting a space");
327 warning(cptr, "unexpected quote character, ignoring");
370 warning(cptr, "octal number greater than 7?!");
376 warning(cptr, "unrecognized escape sequence");
428 warning(cptr, "unrecognized line");
447 warning(cptr, "neither blank line nor start of a message id");
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcompiler.h168 # pragma warning(disable : 4100) /* disable: C4100: unreferenced formal parameter */
169 # pragma warning(disable : 4127) /* disable: C4127: conditional expression is constant */
170 # pragma warning(disable : 4204) /* disable: C4204: non-constant aggregate initializer */
171 # pragma warning(disable : 4214) /* disable: C4214: non-int bitfields */
172 # pragma warning(disable : 4324) /* disable: C4324: padded structure */
/freebsd/sbin/dhclient/
H A Doptions.c150 warning("option %s (%d) %s.", in parse_option_buffer()
156 warning("Many bogus options seen in offers. " in parse_option_buffer()
160 warning("rejecting bogus offer."); in parse_option_buffer()
280 warning("Truncated pointer in DHCP Domain " in find_search_domain_name_len()
292 warning("Invalid forward pointer in DHCP " in find_search_domain_name_len()
308 warning("Truncated label in DHCP Domain Search " in find_search_domain_name_len()
323 warning("Truncated DHCP Domain Search option."); in find_search_domain_name_len()
655 warning("%s: Excess information in format string: %s", in pretty_print_option()
706 warning("%s: garbage in format string: %s", in pretty_print_option()
715 warning("%s: expecting at least %d bytes; got %d", in pretty_print_option()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__configuration/
H A Dcompiler.h38 # warning "Libc++ only supports Clang 17 and later"
42 # warning "Libc++ only supports AppleClang 15 and later"
46 # warning "Libc++ only supports GCC 14 and later"

12345678910>>...28