Home
last modified time | relevance | path

Searched refs:LADJUST (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dnano-vfprintf_i.c80 if ((pdata->flags & (LADJUST|ZEROPAD)) == 0) in _printf_common()
96 if ((pdata->flags & (LADJUST|ZEROPAD)) != ZEROPAD || n < 0) in _printf_common()
247 if (pdata->flags & LADJUST) in _printf_i()
Dnano-vfprintf_local.h127 #define LADJUST 0x002 /* Left adjustment. */ macro
Dvfwprintf.c324 #define LADJUST 0x004 /* left adjustment */ macro
726 flags |= LADJUST; in VFWPRINTF()
1401 if ((flags & (LADJUST|ZEROPAD)) == 0) in VFWPRINTF()
1411 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD) in VFWPRINTF()
1485 if (flags & LADJUST) in VFWPRINTF()
Dnano-vfprintf_float.c357 if (pdata->flags & LADJUST) in _printf_float()
Dvfprintf.c607 #define LADJUST 0x004 /* left adjustment */ macro
995 flags |= LADJUST;
1658 if ((flags & (LADJUST|ZEROPAD)) == 0)
1668 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD)
1741 if (flags & LADJUST)
Dnano-vfprintf.c560 prt_data.flags |= LADJUST; in VFPRINTF()