Lines Matching defs:supported
53 # returns success if that conversion specifier is supported, false otherwise
54 supported()
466 supported i || {
467 atf_skip "%i conversion not supported"
714 supported f || {
715 atf_skip "%f conversion not supported"
855 supported F || {
856 atf_skip "%F conversion not supported"
876 supported e || {
877 atf_skip "%e conversion not supported"
1013 supported E || {
1014 atf_skip "%E conversion not supported"
1039 supported g || {
1040 atf_skip "%g conversion not supported"
1107 supported G || {
1108 atf_skip "%G conversion not supported"
1138 supported a || {
1139 atf_skip "%a conversion not supported"
1173 supported A || {
1174 atf_skip "%A conversion not supported"
1224 if supported f
1376 supported '*d' 5 123 || {
1377 atf_skip "%*d not supported (indirect field width)"
1401 supported '.*d' 5 123 || {
1402 atf_skip "%.*d not supported (indirect precision)"
1424 supported '*.*d' 5 2 123 || {
1425 atf_skip "%*.*d not supported (indirect width & precision)"
1446 if ! supported q
1448 atf_skip '%q format not supported'
1520 if ! supported '*.*%%_._' 78 66
1533 # might not be supported.
1535 if supported zd
1659 if ! supported B
1661 atf_skip "%B format not supported"
1665 # Even if %B is supported, it is not necessarily *our* %B ...