Searched refs:formats (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/test/ |
D | long_double.c | 342 static const char *formats[] = { "%La", "%.30Le", }; variable 344 #define NFMTS (sizeof (formats)/sizeof(formats[0])) 434 sprintf(buf, formats[j], v); in test_io()
|
/picolibc-latest/ |
D | CMakeLists.txt | 383 option(_WANT_IO_C99_FORMATS "Support C99 formats in printf/scanf" ON) 409 option(_PRINTF_PERCENT_N "Support %n formats in printf" OFF) 413 option(_WANT_IO_PERCENT_B "Support %b/%B formats in printf/scanf" OFF) 417 option(_WANT_IO_WCHAR "Support %ls/%lc formats in printf even without multi-byte" OFF)
|
D | meson_options.txt | 142 option('io-c99-formats', type: 'boolean', value: true, 144 option('newlib-io-c99-formats', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto',
|
D | meson.build | 280 io_c99_formats = get_option('io-c99-formats') 281 newlib_io_c99_formats = get_option('newlib-io-c99-formats')
|
/picolibc-latest/doc/ |
D | printf.md | 88 positional parameters optional via the `io-c99-formats` and 121 positional arguments and %b formats that might be selected with 212 * `-Dio-c99-formats=true` This option controls whether support for
|
D | build.md | 54 types and formats. 58 | io-c99-formats | true | Enable C99 support in IO functions like printf/scanf …
|
/picolibc-latest/newlib/libc/xdr/ |
D | README | 54 If your platform does not use IEEE754 standard formats for
|
/picolibc-latest/newlib/ |
D | README | 254 `--enable-newlib-io-c99-formats' 456 enable-newlib-io-c99-formats
|
D | NEWS | 232 * documentation fixes to support pdf, info, ps formats and
|
D | ChangeLog-2015 | 534 print and scan formats. 5382 (strftime): Throughout, convert locale-specific formats to use 5387 (strptime): Throughout, convert locale-specific formats to use 7330 * configure.host: Let *rtems* default to c99-formats. 10382 * configure.in (newlib-io-c99-formats): New configure option. 10384 * configure.host (*-linux*, cygwin): Default c99-formats to yes. 12513 Print "inf" and "nan" in lowercase for e/f/g formats and in 12514 uppercase for E/F/G formats. 18224 return code setting for vector formats. Also treat vector 18226 Perform some syntax checking for vector formats. [all …]
|