Searched refs:LADJUST (Results 1 – 6 of 6) sorted by relevance
80 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()
127 #define LADJUST 0x002 /* Left adjustment. */ macro
324 #define LADJUST 0x004 /* left adjustment */ macro726 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()
357 if (pdata->flags & LADJUST) in _printf_float()
607 #define LADJUST 0x004 /* left adjustment */ macro995 flags |= LADJUST;1658 if ((flags & (LADJUST|ZEROPAD)) == 0)1668 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD)1741 if (flags & LADJUST)
560 prt_data.flags |= LADJUST; in VFPRINTF()