Searched defs:warnings (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticerror.c47 int warnings = 0; variable
70 warnings++;
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbsub.c39 int warnings = 1; variable
157 if (warnings) {
187 if (fs != size && warnings) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_hw_debug.c337 u32_t warnings = 0; local
1284 DbgMessage(pdev, FATAL, "Idle_chk completed successfully (with %d warnings of %d checks)\n", warnings, total);
1286 DbgMessage(pdev, FATAL, "Idle_chk failed !!! (with %d errors, %d warnings of %d checks)\n",errors, warnings, total);
/illumos-gate/usr/src/cmd/iconv/
H A Dscanner.c37 int warnings = 0; variable
681 warnings++;
/illumos-gate/usr/src/cmd/localedef/
H A Dscanner.c38 int warnings = 0; variable
840 warnings++;
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dtrace.c94 warnings, member in struct:stats_t
439 " %d errors\n %d warnings\n"
444 Statistics.errors, Statistics.warnings,
449 if (Statistics.errors != 0 || Statistics.warnings != 0) {
451 "spec2trace: %d errors %d warnings.\n",
452 Statistics.errors, Statistics.warnings);
465 Statistics.warnings++;
949 * now the build gets empty compilation unit warnings... So
/illumos-gate/usr/src/tools/cw/
H A Dcw.c52 * -erroff=<t> Suppress warnings specified by tags t(%none, %all, <tag list>)
54 * -errwarn=<t> Treats warnings specified by tags t(%none, %all, <tag list>)
100 * -t Turn off duplicate symbol warnings when linking
157 * -xtransition Emit warnings for differences between K&R C and ANSI C
524 * Add the current favourite set of warnings to the gcc invocation.
527 warnings(struct aelist *h) function
535 * Enable as many warnings as exist, then disable those that we never
734 /* turn warnings into errors */
889 warnings(ctx->i_ae);
1047 warnings(ct
[all...]

Completed in 71 milliseconds