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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c153 #define LADJUST 0x004 /* left adjustment */ macro
396 flags |= LADJUST;
522 if (flags & LADJUST)
731 ** points to a string which (if not flags&LADJUST) should be
738 ** floating precision; finally, if LADJUST, pad with blanks.
751 if ((flags & (LADJUST|ZEROPAD)) == 0)
767 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD)
776 if (flags & LADJUST)

Completed in 302 milliseconds