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

/freebsd-12-stable/lib/libc/stdio/
H A Dprintflocal.h41 #define LADJUST 0x004 /* left adjustment */ macro
H A Dvfprintf.c539 flags |= LADJUST;
934 * points to a string which (if not flags&LADJUST) should be
941 * floating precision; finally, if LADJUST, pad with blanks.
960 if ((flags & (LADJUST|ZEROPAD)) == 0)
973 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD)
1027 if (flags & LADJUST)
H A Dvfwprintf.c610 flags |= LADJUST;
995 * points to a string which (if not flags&LADJUST) should be
1002 * floating precision; finally, if LADJUST, pad with blanks.
1021 if ((flags & (LADJUST|ZEROPAD)) == 0)
1034 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD)
1089 if (flags & LADJUST)
/freebsd-12-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 174 milliseconds