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

/freebsd-10-stable/lib/libc/stdio/
H A Dprintflocal.h39 #define LADJUST 0x004 /* left adjustment */ macro
H A Dvfwprintf.c608 flags |= LADJUST;
993 * points to a string which (if not flags&LADJUST) should be
1000 * floating precision; finally, if LADJUST, pad with blanks.
1019 if ((flags & (LADJUST|ZEROPAD)) == 0)
1032 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD)
1087 if (flags & LADJUST)
H A Dvfprintf.c535 flags |= LADJUST;
925 * points to a string which (if not flags&LADJUST) should be
932 * floating precision; finally, if LADJUST, pad with blanks.
951 if ((flags & (LADJUST|ZEROPAD)) == 0)
964 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD)
1018 if (flags & LADJUST)
/freebsd-10-stable/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 368 milliseconds