Home | History | Annotate | Download | only in Stdio

Lines Matching refs:LADJUST

595 #define LADJUST   0x004   /* left adjustment */

915 flags |= LADJUST;
1458 * points to a string which (if not flags&LADJUST) should be
1465 * floating precision; finally, if LADJUST, pad with blanks.
1483 if ((flags & (LADJUST|ZEROPAD)) == 0)
1496 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD)
1560 if (flags & LADJUST)