ZEROPAD           348 usr/lib/libc/stdio/vfprintf.c 			flags |= ZEROPAD;
ZEROPAD           459 usr/lib/libc/stdio/vfprintf.c 				flags &= ~ZEROPAD;
ZEROPAD           505 usr/lib/libc/stdio/vfprintf.c 		if ((flags & (LADJUST|ZEROPAD)) == 0)
ZEROPAD           518 usr/lib/libc/stdio/vfprintf.c 		if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD)