Lines Matching refs:option

49 the picolibc built-time option, `-Dformat-default`, which defaults to
60 this option maps __d_vfprintf to vfprintf and __d_vfscanf to
90 option maps __l_vfprintf to vfprintf and __l_vfscanf to
104 picolibc.specs stanza that matches this option maps __i_vfprintf to
123 matches this option maps __m_vfprintf to vfprintf and __m_vfscanf
196 There's a build-time option available that enables long-long support
212 * `-Dio-c99-formats=true` This option controls whether support for
216 like PRId8 is always provided. This option is enabled by default.
218 * `-Dio-pos-args=true` This option add support for C99 positional
222 variant. This option is disabled by default.
224 * `-Dio-long-long=true` This deprecated option controls whether
226 printf and scanf. Instead of using this option, applications should
227 select the long long printf and scanf variants. This option is
230 * `-Dminimal-io-long-long=true` This option controls whether support
232 and scanf. This option is disabled by default.
234 * `-Dio-float-exact=true` This option, which is enabled by default,
241 * `-Dio-long-double=true` This option add support for long double
244 double. This option is disabled by default
246 * `-Datomic-ungetc=true` This option, which is enabled by default,
248 make them re-entrant. Without this option, multiple threads using
251 * `-Dprintf-small-ultoa=true` This option, which is enabled by
256 will save space by disabling this option as that avoids including
268 * `-Dnewlib-stdio64=true` This option changes the newlib stdio code
271 which may be 32-bits (like 'long'). This option is enabled by default.