Home
last modified time | relevance | path

Searched refs:maybe_warn (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.bin/gzip/
Dgzip.c212 static void maybe_warn(const char *fmt, ...) __printflike(1, 2);
447 maybe_warn(const char *fmt, ...) in maybe_warn() function
641 maybe_warn("write"); in gz_compress()
654 maybe_warn("read"); in gz_compress()
692 maybe_warn("write"); in gz_compress()
723 maybe_warn("input file size >= 4GB cannot be saved"); in gz_compress()
726 maybe_warn("write"); in gz_compress()
814 maybe_warn("failed to read stdin"); in gz_uncompress()
980 maybe_warn("unknown error from inflate(): %d", in gz_uncompress()
993 maybe_warn("error writing to output"); in gz_uncompress()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-ssa-sprintf.cc2777 maybe_warn (substring_loc &dirloc, location_t argloc, in maybe_warn() function
3192 warned = maybe_warn (dirloc, argloc, info, avail_range, in format_directive()
DChangeLog-2017384 * gimple-ssa-sprintf.c (maybe_warn): Don't call set_caret_index
11325 (maybe_warn): Convert source_range * param to a location_t. Pass
32934 (maybe_warn, format_directive, parse_directive): Use new functions.
38764 (should_warn_p, maybe_warn): Same.
38960 (maybe_warn): Call should_warn_p. Update diagnostic messages
39268 (maybe_warn): New function.
39269 (format_directive): Factor out warnings into maybe_warn.
DChangeLog-201916156 (maybe_warn): Same.
DChangeLog-201828367 (maybe_warn, format_directive, parse_directive): Use fmtwarn_n where