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

/freebsd-11.0-release/lib/libc/stdio/
H A Dprintflocal.h39 #define LADJUST 0x004 /* left adjustment */ macro
H A Dvfprintf.c531 flags |= LADJUST;
921 * points to a string which (if not flags&LADJUST) should be
928 * floating precision; finally, if LADJUST, pad with blanks.
947 if ((flags & (LADJUST|ZEROPAD)) == 0)
960 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD)
1014 if (flags & LADJUST)
H A Dvfwprintf.c604 flags |= LADJUST;
989 * points to a string which (if not flags&LADJUST) should be
996 * floating precision; finally, if LADJUST, pad with blanks.
1015 if ((flags & (LADJUST|ZEROPAD)) == 0)
1028 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD)
1083 if (flags & LADJUST)
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dvfprintf.c151 #define LADJUST 0x004 /* left adjustment */ macro
394 flags |= LADJUST;
520 if (flags & LADJUST)
729 ** points to a string which (if not flags&LADJUST) should be
736 ** floating precision; finally, if LADJUST, pad with blanks.
749 if ((flags & (LADJUST|ZEROPAD)) == 0)
765 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD)
774 if (flags & LADJUST)

Completed in 63 milliseconds