Lines Matching refs:functions
255 Enable C99 support in IO functions like printf/scanf.
263 Enable long long type support in IO functions like printf/scanf.
267 Enable long double type support in IO functions printf/scanf.
319 with functions like `setbuf' or `setvbuf'. The buffering mechanism
337 NEWLIB has two implementations of malloc family's functions, one in
402 invoke clean-up functions such as _fini or global destructors.
407 functions, designed to lower the size of application on small systems
409 formatted I/O functions. Some notes about the feature:
410 1) The non-wide-char formatted I/O functions only support the C89
413 functions use double so accuracy is only guaranteed to double
416 weak functions which are not linked by default. Programs that need
418 both of the floating-point functions: _printf_float or _scanf_float.
422 by default, but if the floating-point functions are not explicitly
425 3) Integer-only versions of the formatted I/O functions (the iprintf/
427 The affected functions are:
453 formatted I/O functions, and can be thought of as disabled.