/illumos-gate/usr/src/cmd/adbgen/common/ |
H A D | adbsub.c | 38 int warnings = 1; variable 156 if (warnings) { in do_fmt() 186 if (fs != size && warnings) { in format()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs.conf | 77 console-warnings=0; 80 log-warnings=0xffffffff;
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | lib.c | 632 static const struct flag warnings[] = { variable 687 static char **handle_onoff_switch(char *arg, char **next, const struct flag warnings[], int n) in handle_onoff_switch() argument 695 if (*warnings[i].flag != WARNING_FORCE_OFF && warnings[i].flag != &Wsparse_error) in handle_onoff_switch() 696 *warnings[i].flag = WARNING_ON; in handle_onoff_switch() 710 if (!strcmp(p,warnings[i].name)) { in handle_onoff_switch() 711 *warnings[i].flag = flag; in handle_onoff_switch() 722 char ** ret = handle_onoff_switch(arg, next, warnings, ARRAY_SIZE(warnings)); in handle_switch_W() 785 static void handle_onoff_switch_finalize(const struct flag warnings[], int n) in handle_onoff_switch_finalize() argument 790 if (*warnings[i].flag == WARNING_FORCE_OFF) in handle_onoff_switch_finalize() 791 *warnings[i].flag = WARNING_OFF; in handle_onoff_switch_finalize() [all …]
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | mandocdb.c | 182 static int warnings; /* warn about crap */ variable 382 warnings = 1; in mandocdb() 399 nodb = warnings = 1; in mandocdb() 613 if (warnings) in treescan() 622 if (warnings) say("", in treescan() 628 if (warnings) in treescan() 644 if (warnings) in treescan() 660 if (warnings) in treescan() 666 if (warnings) in treescan() 670 if (warnings) in treescan() [all …]
|
/illumos-gate/usr/src/test/elf-tests/tests/sections/shf-exclude/ |
H A D | Makefile.test | 46 ld -zfatal-warnings -r exclude.o stub.o -o test.o 49 ld -zfatal-warnings -r unknown-os-exclude.o stub.o -o test.unknown-os
|
/illumos-gate/usr/src/cmd/abi/appcert/scripts/ |
H A D | symcheck.pl | 1185 my (%warnings, %wskip); 1193 $warnings{$tag} = 1 if ($res); 1263 next if ($warnings{$tag}); 1277 $warnings{$tag} = 1; 1294 if (%warnings) { 1304 foreach $tag (keys(%warnings)) {
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 92 warnings, member 442 Statistics.errors, Statistics.warnings, in stats_report() 447 if (Statistics.errors != 0 || Statistics.warnings != 0) { in stats_report() 450 Statistics.errors, Statistics.warnings); in stats_report() 463 Statistics.warnings++; in stats_add_warning()
|
/illumos-gate/usr/src/cmd/iconv/ |
H A D | iconv_main.c | 153 exit(warnings ? 1 : 0); in main() 165 exit(warnings ? 1 : 0); in main()
|
H A D | charmap.h | 44 extern int warnings;
|
H A D | scanner.c | 37 int warnings = 0; variable 681 warnings++; in warn()
|
/illumos-gate/usr/src/test/elf-tests/tests/linker-sets/ |
H A D | in-use-check.sh | 43 gcc -o broken broken.c -Wall -Wextra -Wl,-zfatal-warnings > in-use.$$.out 2>&1
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | error.h | 36 int warnings; member
|
H A D | error.c | 63 error_info.warnings++; in errorv()
|
/illumos-gate/usr/src/cmd/initpkg/init.d/ |
H A D | README.rc2 | 38 earlier single user milestone. Any warnings, errors, or output from the 45 /etc/rc2.d/ with the argument 'stop'. Any warnings, errors, or output
|
H A D | README.rcS | 36 'S' script within /etc/rcS.d/ with the argument 'start'. Any warnings, 43 /etc/rcS.d/ with the argument 'stop'. Any warnings, errors, or output
|
/illumos-gate/usr/src/tools/cw/ |
H A D | Makefile | 43 ZFATALWARNINGS = -Wl,-zfatal-warnings
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | smatch.txt | 50 and a combined smatch_warns.txt file with all the warnings. 60 The kchecker script prints its warnings to stdout.
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | ChangeLog | 12 - Avoid some conversion warnings in gzread.c and gzwrite.c 59 - Clean up minizip to reduce warnings for testing 62 - Separate out address sanitizing from warnings in configure 72 - Avoid warnings on snprintf() return value 76 - Add warnings when compiling with assembler code 93 - Add --warn (-w) option to ./configure for more compiler warnings 184 - Cast to char * in gzprintf to avoid warnings [Zinser] 251 - Avoid some warnings in contrib/minizip [Vollant] 359 - Use u4 type for crc_table to avoid conversion warnings 360 - Apply casts in zlib.h to avoid conversion warnings [all …]
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | localedef.h | 38 extern int warnings;
|
H A D | scanner.c | 38 int warnings = 0; variable 822 warnings++; in warn()
|
H A D | localedef.c | 317 return (warnings ? 1 : 0); in main()
|
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | README.txt | 31 exceptions for which warnings are disabled in the Makefile
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | error.h | 114 int warnings; /* ERROR_WARNING count */ \
|
/illumos-gate/usr/src/test/libc-tests/tests/regex/ |
H A D | testregex.c | 563 int warnings; member 1359 state.signals = state.unspecified = state.warnings = 0; in main() 2109 state.warnings++; in main() 2269 …gnored=%-2d unspecified=%-2d signals=%d\n", testno, state.errors, state.warnings, state.ignored, s… in main() 2278 if (state.warnings) in main() 2279 printf(", %d warning%s", state.warnings, state.warnings == 1 ? "" : "s"); in main()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | libld.msg | 145 \t\t\tenables warnings for linking with libraries in \ 148 \t\t\tenables warnings for linking with libraries in \ 165 @ MSG_ARG_DETAIL_ZFATW "\t[-z fatal-warnings | nofatal-warnings],\n\ 166 \t[--fatal-warnings | --no-fatal-warnings]\n\ 167 \t\tenable|disable treatment of warnings as fatal\n" 175 \t\t\tenable guidance warnings. items: \ 256 generate warnings for suspicious processings\n" 1415 @ MSG_ARG_ZFATWNOFATW "-z[fatal-warnings|nofatalwarnings]" 1476 @ MSG_ARG_FATWARN "fatal-warnings" 1477 @ MSG_ARG_NOFATWARN "nofatal-warnings" [all …]
|