ZEROPAD           850 kern/subr_prf.c 			flags |= ZEROPAD;
ZEROPAD           993 kern/subr_prf.c 				flags &= ~ZEROPAD;
ZEROPAD          1078 kern/subr_prf.c 		if ((flags & (LADJUST|ZEROPAD)) == 0) {
ZEROPAD          1093 kern/subr_prf.c 		if ((flags & (LADJUST|ZEROPAD)) == ZEROPAD) {