Home
last modified time | relevance | path

Searched refs:warnings (Results 1 – 25 of 101) sorted by relevance

12345

/dragonfly/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c175 skinf->warnings++; in skim_printcap()
192 skinf->warnings++; in skim_printcap()
208 skinf->warnings++; in skim_printcap()
224 skinf->warnings++; in skim_printcap()
233 skinf->warnings++; in skim_printcap()
250 if (skinf->warnings > 0) in skim_printcap()
251 warnx("%4d warnings from skimming %s", skinf->warnings, in skim_printcap()
H A Dskimprintcap.h42 int warnings; member
/dragonfly/contrib/mdocml/
H A Dmandocdb.c382 warnings = 1; in mandocdb()
613 if (warnings) in treescan()
628 if (warnings) in treescan()
709 if (warnings) in treescan()
745 if (warnings) in treescan()
762 if (warnings) in treescan()
1096 if (warnings) in mlinks_undupe()
1286 if (warnings) in mpages_merge()
1322 if (warnings) in parse_cat()
1397 if (warnings) in parse_cat()
[all …]
/dragonfly/contrib/lvm2/dist/scripts/
H A Dlvm_dump.sh102 warnings() { function
110 warnings
226 warnings
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-score.texi92 Let the assembler not to generate warnings if the source machine
101 Let the assembler to generate warnings if the source machine
105 Let the assembler not to generate warnings if the source program
109 Let the assembler to generate warnings if the source program uses
H A Dc-nios2.texi222 generate warnings.
227 warnings, and macro expansion and relaxation are
237 Turns warnings back on for using @code{ba} and @code{bt}
H A Dc-z80.texi36 request warnings and error messages for undocumented instructions.
46 Issue warnings for undocumented Z80-instructions that work on R800, do
50 Issue warnings for other undocumented Z80-instructions, do not treat any
H A Dc-m32r.texi295 @cindex warnings, M32R
296 @cindex M32R warnings
304 This message is only produced if warnings for explicit parallel
313 This message is only produced if warnings for explicit parallel
/dragonfly/usr.sbin/makefs/
H A Dmtree.c80 static u_int errors, warnings; variable
143 warnings++; in mtree_warning()
1057 errors = warnings = 0; in read_mtree()
1101 if (error <= 0 && (errors || warnings)) { in read_mtree()
1103 errors, warnings); in read_mtree()
/dragonfly/contrib/zlib-1.2/
H A DChangeLog9 - Avoid warnings on snprintf() return value
13 - Add warnings when compiling with assembler code
121 - Cast to char * in gzprintf to avoid warnings [Zinser]
188 - Avoid some warnings in contrib/minizip [Vollant]
297 - Apply casts in zlib.h to avoid conversion warnings
596 - Turn off silly Borland warnings [Hay]
671 - Avoid some Visual C warnings in deflate.c
939 - More typecasting in deflate.c to avoid warnings
1067 - avoid some warnings with Borland C (Tom Tanner)
1357 - avoid harmless warnings for Borland C++
[all …]
/dragonfly/contrib/expat/
H A DChanges27 #648 Address compiler warnings
77 #592 #593 #610 Address Cppcheck warnings
283 #527 #528 Address compiler warnings
450 #441 Address compiler warnings
508 #356 #412 Address compiler warnings
630 #313 #331 #333 Address compiler warnings
632 #284 #285 Address cppcheck warnings
710 #131 #173 #202 Address compiler warnings
762 #161 Address compiler warnings
871 #58 Address compile warnings
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcppopts.texi80 Turns on all optional warnings which are desirable for normal code.
84 preprocessor's warnings are on by default and have no options to
102 warnings inside a comment.
106 get trigraph conversion without warnings, but get the other
107 @option{-Wall} warnings, use @samp{-trigraphs -Wall -Wno-trigraphs}.
164 Make all warnings into hard errors. Source code which triggers warnings
169 Issue warnings for code in system headers. These are normally unhelpful
175 Suppress all warnings, including those which GNU CPP issues by default.
187 without @samp{-pedantic} but treats as warnings.
215 warnings with an implicit @option{-w}.
[all …]
H A Dtrouble.texi34 * Warnings and Errors:: Which problems in your code get warnings,
174 GCC compiled code sometimes emits warnings from the HP-UX assembler of
182 These warnings are harmless and can be safely ignored.
524 standards, then your programs might get warnings (especially when using
1160 Making certain warnings into errors by default.
1170 option @option{-pedantic-errors}, which will turn these warnings into
1179 @cindex warnings vs errors
1182 warnings. Each kind has a different purpose:
1203 warnings).
1212 compiler. The @option{-pedantic} option tells GCC to issue warnings in
[all …]
/dragonfly/contrib/bmake/mk/
H A Dmk-files.txt447 warnings.mk
450 This provides a means of fine grained control over warnings on a per
453 A makefile sets ``WARNINGS_SET`` to name a list of warnings
460 would add all the warnings in ``${HIGH_WARNINGS}`` to CFLAGS, but
463 You should never need to edit ``warnings.mk``, it will include
464 ``warnings-sets.mk`` if it exists and you use that to make any local
H A Dinit.mk36 .include <warnings.mk>
H A Dwarnings.mk22 .-include <warnings-sets.mk>
H A DFILES63 warnings.mk
/dragonfly/nrelease/gui/root/
H A D.zshrc49 zstyle ':completion:*:warnings' format 'No matches for: %d'
/dragonfly/usr.bin/localedef/
H A Dlocaledef.h55 extern int warnings;
H A Dscanner.c52 int warnings = 0; variable
861 warnings++; in warn()
H A Dlocaledef.c344 return (warnings ? 1 : 0); in main()
/dragonfly/games/hack/
H A Dhack.mon.c73 static const char *const warnings[] = { variable
147 if (warnlevel >= SIZE(warnings)) in movemon()
148 warnlevel = SIZE(warnings) - 1; in movemon()
166 pline("%s %s!", rr, warnings[warnlevel]); in movemon()
/dragonfly/tools/regression/lib/libc-regex/
H A Dtestregex.c563 int warnings; member
1353 state.signals = state.unspecified = state.warnings = 0; in main()
2105 state.warnings++; in main()
2265 …gnored=%-2d unspecified=%-2d signals=%d\n", testno, state.errors, state.warnings, state.ignored, s… in main()
2274 if (state.warnings) in main()
2275 printf(", %d warning%s", state.warnings, state.warnings == 1 ? "" : "s"); in main()
/dragonfly/contrib/file/magic/Magdir/
H A Dmozilla31 # maybe only partly or after some warnings. Example:
/dragonfly/contrib/ee/
H A DChanges4 - minor changes to reduce number of warnings when using -pedantic option

12345