Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dnano-vfprintf_i.c78 if ((pdata->flags & (LADJUST|ZEROPAD)) == 0) in _printf_common()
94 if ((pdata->flags & (LADJUST|ZEROPAD)) != ZEROPAD || n < 0) in _printf_common()
245 if (pdata->flags & LADJUST) in _printf_i()
Dnano-vfprintf_local.h127 #define LADJUST 0x002 /* Left adjustment. */ macro
Dvfwprintf.c328 #define LADJUST 0x004 /* left adjustment */ macro
735 flags |= LADJUST; in VFWPRINTF()
1410 if ((flags & (LADJUST|ZEROPAD)) == 0) in VFWPRINTF()
1420 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD) in VFWPRINTF()
1494 if (flags & LADJUST) in VFWPRINTF()
Dnano-vfprintf_float.c355 if (pdata->flags & LADJUST) in _printf_float()
Dvfprintf.c359 #define LADJUST 0x004 /* left adjustment */ macro
769 flags |= LADJUST; in VFPRINTF()
1432 if ((flags & (LADJUST|ZEROPAD)) == 0) in VFPRINTF()
1442 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD) in VFPRINTF()
1515 if (flags & LADJUST) in VFPRINTF()
Dnano-vfprintf.c558 prt_data.flags |= LADJUST; in VFPRINTF()