• Home
  • Raw
  • Download

Lines Matching refs:whether

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
666 dnl directive and in particular, when a precision is specified, whether
676 AC_CACHE_CHECK([whether printf supports the 'ls' directive],
694 /* Test whether %ls works at all.
713 /* Test whether precisions in %ls are supported as specified in ISO C 99
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],
966 dnl Test whether the *printf family of functions recovers gracefully in case
967 dnl of an out-of-memory condition, or whether it crashes the entire program.
975 AC_CACHE_CHECK([whether printf survives out-of-memory conditions],
1084 dnl Test whether the snprintf function exists. (ISO C99, POSIX:2001)
1092 dnl Test whether the string produced by the snprintf function is always NUL
1101 AC_CACHE_CHECK([whether snprintf truncates the result as in C99],
1177 dnl Test whether the return value of the snprintf function is the number
1197 AC_CACHE_CHECK([whether snprintf returns a byte count as in C99],
1267 dnl Test whether the snprintf function supports the %n format directive
1276 AC_CACHE_CHECK([whether snprintf fully supports the 'n' directive],
1350 dnl Test whether the snprintf function, when passed a size = 1, writes any
1359 AC_CACHE_CHECK([whether snprintf respects a size of 1],
1391 dnl Test whether the vsnprintf function, when passed a zero size, produces no
1431 AC_CACHE_CHECK([whether vsnprintf respects a zero size as in C99],
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...
1529 dnl 14 = checking whether printf survives out-of-memory conditions...
1531 dnl 16 = checking whether snprintf truncates the result as in C99...
1532 dnl 17 = checking whether snprintf returns a byte count as in C99...
1533 dnl 18 = checking whether snprintf fully supports the 'n' directive...
1534 dnl 19 = checking whether snprintf respects a size of 1...
1535 dnl 20 = checking whether vsnprintf respects a zero size as in C99...