Searched refs:WARN (Results 1 - 25 of 106) sorted by relevance

12345

/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsWeak.cpp23 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
42 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
45 #NAME, WARN);
H A DFuzzerExtFunctionsDlsym.cpp41 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
42 this->NAME = GetFnPtr<decltype(ExternalFunctions::NAME)>(#NAME, WARN)
H A DFuzzerExtFunctions.h25 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
H A DFuzzerExtFunctionsWindows.cpp47 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
72 #define EXT_FUNC(NAME, RETURN_TYPE, FUNC_SIG, WARN) \
73 this->NAME = GetFnPtr<decltype(::NAME)>(::NAME, ::NAME##Def, #NAME, WARN);
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dlogging.h74 #ifndef WARN
77 # define WARN(w) __rt_warning(WARN_FORMAT, (w), __FILE__, __LINE__) macro
79 # define WARN(w) ((void)(0)) macro
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dopen.t431 my $WARN;
432 local $SIG{__WARN__} = sub { $WARN = shift };
446 like($WARN, qr/^Invalid \\0 character in pathname for open: $temp_match\\0\.invalid/,
447 "warn on embedded nul"); $WARN = '';
449 like($WARN, qr/^Invalid \\0 character in pathname for open: $temp_match\\0\.overload/,
450 "warn on embedded nul"); $WARN = '';
453 like($WARN, qr/^Invalid \\0 character in pathname for chmod: $temp_match\\0\.invalid/,
454 "also on chmod"); $WARN = '';
457 like($WARN, qr/^Invalid \\0 character in pathname for chmod: $temp_match\\0\.overload/,
458 "also on chmod"); $WARN
[all...]
/openbsd-current/sys/lib/libsa/
H A Dloadfile_elf.c89 WARN(("lseek phdr"));
94 WARN(("read program headers"));
143 WARN(("lseek text"));
149 WARN(("read text"));
191 WARN(("lseek section headers"));
198 WARN(("read section headers"));
209 WARN(("lseek section header string table"));
215 WARN(("read section header string table"));
242 WARN(("lseek symbols"));
249 WARN(("rea
[all...]
H A Dloadfile.c122 WARN(("open %s", fname ? fname : "<default>"));
128 WARN(("read header"));
147 WARN(("%s", fname ? fname : "<default>"));
/openbsd-current/sys/arch/sparc64/include/
H A Dloadfile_machdep.h49 #define WARN(a) (void)(printf a, \ macro
61 #define WARN(a) warn a macro
/openbsd-current/sys/arch/landisk/include/
H A Dloadfile_machdep.h44 #define WARN(a) (void)(printf a, \ macro
/openbsd-current/sys/arch/loongson/include/
H A Dloadfile_machdep.h44 #define WARN(a) (void)(printf a, \ macro
/openbsd-current/sys/arch/luna88k/include/
H A Dloadfile_machdep.h42 #define WARN(a) (void)(printf a, \ macro
/openbsd-current/sys/arch/macppc/include/
H A Dloadfile_machdep.h44 #define WARN(a) (void)(printf a, \ macro
/openbsd-current/sys/arch/octeon/include/
H A Dloadfile_machdep.h44 #define WARN(a) (void)(printf a, \ macro
/openbsd-current/sys/arch/alpha/include/
H A Dloadfile_machdep.h43 #define WARN(a) (void)(printf a, \ macro
/openbsd-current/sys/arch/i386/include/
H A Dloadfile_machdep.h48 #define WARN(a) (void)(printf a, \ macro
/openbsd-current/sys/arch/arm64/include/
H A Dloadfile_machdep.h46 #define WARN(a) (void)(printf a, \ macro
/openbsd-current/sys/arch/armv7/include/
H A Dloadfile_machdep.h46 #define WARN(a) (void)(printf a, \ macro
/openbsd-current/sys/arch/amd64/include/
H A Dloadfile_machdep.h54 #define WARN(a) (void)(printf a, \ macro
/openbsd-current/sys/arch/riscv64/include/
H A Dloadfile_machdep.h46 #define WARN(a) (void)(printf a, \ macro
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dbug.h37 #define WARN(condition, fmt...) ({ \ macro
/openbsd-current/sys/arch/hppa/include/
H A Dloadfile_machdep.h52 #define WARN(a) (void)(printf a, \ macro
70 #define WARN(a) warn a macro
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Drequire_errors.t224 my $WARN;
225 local $SIG{__WARN__} = sub { $WARN = shift };
234 like $WARN, qr{^Invalid \\0 character in pathname for do: strict\.pm\\0invalid at }, 'do nulstring warning';
237 $WARN = '';
239 like $WARN, qr{^Invalid \\0 character in pathname for require: strict\.pm\\0invalid at }, 'nul warning';
242 $WARN = '';
246 like $WARN, qr{^Invalid \\0 character in \@INC entry for require: lib\\0invalid at }, 'nul warning';
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_mode_config.c545 * so politely WARN about this.
592 WARN(!!(encoder->possible_clones & drm_encoder_mask(other)) !=
603 WARN((encoder->possible_clones & drm_encoder_mask(encoder)) == 0 ||
626 WARN((encoder->possible_crtcs & crtc_mask) == 0 ||
654 WARN(!crtc->primary, "Missing primary plane on [CRTC:%d:%s]\n",
657 WARN(crtc->cursor && crtc->funcs->cursor_set,
660 WARN(crtc->cursor && crtc->funcs->cursor_set2,
663 WARN(crtc->cursor && crtc->funcs->cursor_move,
668 WARN(!(crtc->primary->possible_crtcs & drm_crtc_mask(crtc)),
672 WARN(primary_with_crt
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dcharnames.t19 my @WARN;
26 $SIG{__WARN__} = sub { push @WARN, @_ };
298 my $warning_count = @WARN;
300 cmp_ok($warning_count, '==', scalar @WARN, "Verify vianame doesn't warn on unknown names");
302 cmp_ok($warning_count, '==', scalar @WARN, "Verify string_vianame doesn't warn on unknown names");
304 cmp_ok($warning_count, '==', scalar @WARN, "... and no warning is generated");
306 cmp_ok($warning_count, '==', scalar @WARN, "... and no warning is generated");
315 cmp_ok($warning_count, '==', scalar @WARN, "Verify vianame doesn't warn on legal inputs under 'use bytes'");
317 ok($warning_count == scalar @WARN - 1 && $WARN[
[all...]

Completed in 282 milliseconds

12345