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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvsnprintf_ss.c81 #define LADJUST 0x004 /* left adjustment */ macro
203 flags |= LADJUST;
428 * points to a string which (if not flags&LADJUST) should be
435 * floating precision; finally, if LADJUST, pad with blanks.
450 if ((flags & (LADJUST|ZEROPAD)) == 0) {
465 if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD) {
480 if (flags & LADJUST) {
H A Dvfwprintf.c595 #define LADJUST 0x004 /* left adjustment */ macro
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)

Completed in 36 milliseconds