Gcc/10.2.0/gcc/Solaris-Format-Checks
From Get docs
Next: Darwin Format Checks, Up: Target Format Checks [Contents][Index]
6.61.1 Solaris Format Checks
Solaris targets support the cmn_err
(or __cmn_err__
) format
check. cmn_err
accepts a subset of the standard printf
conversions, and the two-argument %b
conversion for displaying
bit-fields. See the Solaris man page for cmn_err
for more information.