Home
last modified time | relevance | path

Searched refs:ZEROPAD (Results 1 – 5 of 5) 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()
179 pdata->flags &= ~ZEROPAD; in _printf_i()
Dvfwprintf.c339 #define ZEROPAD 0x080 /* zero (as opposed to blank) pad */ macro
792 flags |= ZEROPAD; in VFWPRINTF()
945 flags &= ~ZEROPAD; in VFWPRINTF()
956 flags &= ~ZEROPAD; in VFWPRINTF()
978 flags &= ~ZEROPAD; in VFWPRINTF()
989 flags &= ~ZEROPAD; in VFWPRINTF()
1291 flags &= ~ZEROPAD; in VFWPRINTF()
1410 if ((flags & (LADJUST|ZEROPAD)) == 0) in VFWPRINTF()
1420 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD) in VFWPRINTF()
Dnano-vfprintf_float.c210 pdata->flags &= ~ZEROPAD; in _printf_float()
222 pdata->flags &= ~ZEROPAD; in _printf_float()
Dvfprintf.c370 #define ZEROPAD 0x080 /* zero (as opposed to blank) pad */ macro
826 flags |= ZEROPAD; in VFPRINTF()
986 flags &= ~ZEROPAD; in VFPRINTF()
997 flags &= ~ZEROPAD; in VFPRINTF()
1019 flags &= ~ZEROPAD; in VFPRINTF()
1030 flags &= ~ZEROPAD; in VFPRINTF()
1311 flags &= ~ZEROPAD; in VFPRINTF()
1432 if ((flags & (LADJUST|ZEROPAD)) == 0) in VFPRINTF()
1442 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD) in VFPRINTF()
Dnano-vfprintf_local.h128 #define ZEROPAD 0x004 /* Zero (as opposed to blank) pad. */ macro