Searched refs:maybe_warn (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/usr.bin/gzip/ |
| D | gzip.c | 212 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/ |
| D | gimple-ssa-sprintf.cc | 2777 maybe_warn (substring_loc &dirloc, location_t argloc, in maybe_warn() function 3192 warned = maybe_warn (dirloc, argloc, info, avail_range, in format_directive()
|
| D | ChangeLog-2017 | 384 * 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.
|
| D | ChangeLog-2019 | 16156 (maybe_warn): Same.
|
| D | ChangeLog-2018 | 28367 (maybe_warn, format_directive, parse_directive): Use fmtwarn_n where
|