• Home
  • Raw
  • Download

Lines Matching refs:supports

7 dnl Test whether the *printf family of functions supports the 'j', 'z', 't',
17 AC_CACHE_CHECK([whether printf supports size specifiers as in C99],
88 dnl Test whether the *printf family of functions supports 'long double'
96 AC_CACHE_CHECK([whether printf supports 'long double' arguments],
135 dnl Test whether the *printf family of functions supports infinite and NaN
144 AC_CACHE_CHECK([whether printf supports infinite 'double' arguments],
245 dnl Test whether the *printf family of functions supports infinite and NaN
265 AC_CACHE_CHECK([whether printf supports infinite 'long double' arguments],
465 dnl Test whether the *printf family of functions supports the 'a' and 'A'
474 AC_CACHE_CHECK([whether printf supports the 'a' and 'A' directives],
551 dnl Test whether the *printf family of functions supports the %F format
559 AC_CACHE_CHECK([whether printf supports the 'F' directive],
607 dnl Test whether the *printf family of functions supports the %n format
615 AC_CACHE_CHECK([whether printf supports the 'n' directive],
665 dnl Test whether the *printf family of functions supports the %ls format
676 AC_CACHE_CHECK([whether printf supports the 'ls' directive],
747 dnl Test whether the *printf family of functions supports POSIX/XSI format
755 AC_CACHE_CHECK([whether printf supports POSIX/XSI format strings with positions],
787 dnl Test whether the *printf family of functions supports POSIX/XSI format
795 AC_CACHE_CHECK([whether printf supports the grouping flag],
825 dnl Test whether the *printf family of functions supports the - flag correctly.
834 AC_CACHE_CHECK([whether printf supports the left-adjust flag correctly],
867 dnl Test whether the *printf family of functions supports padding of non-finite
876 AC_CACHE_CHECK([whether printf supports the zero flag correctly],
910 dnl Test whether the *printf family of functions supports large precisions.
923 AC_CACHE_CHECK([whether printf supports large precisions],
1267 dnl Test whether the snprintf function supports the %n format directive
1276 AC_CACHE_CHECK([whether snprintf fully supports the 'n' directive],
1516 dnl 1 = checking whether printf supports size specifiers as in C99...
1517 dnl 2 = checking whether printf supports 'long double' arguments...
1518 dnl 3 = checking whether printf supports infinite 'double' arguments...
1519 dnl 4 = checking whether printf supports infinite 'long double' arguments...
1520 dnl 5 = checking whether printf supports the 'a' and 'A' directives...
1521 dnl 6 = checking whether printf supports the 'F' directive...
1522 dnl 7 = checking whether printf supports the 'n' directive...
1523 dnl 8 = checking whether printf supports the 'ls' directive...
1524 dnl 9 = checking whether printf supports POSIX/XSI format strings with positions...
1525 dnl 10 = checking whether printf supports the grouping flag...
1526 dnl 11 = checking whether printf supports the left-adjust flag correctly...
1527 dnl 12 = checking whether printf supports the zero flag correctly...
1528 dnl 13 = checking whether printf supports large precisions...
1533 dnl 18 = checking whether snprintf fully supports the 'n' directive...