SPACE              70 arch/x86/boot/printf.c 		} else if (type & SPACE) {
SPACE             148 arch/x86/boot/printf.c 			flags |= SPACE;
SPACE             397 lib/vsprintf.c 		} else if (type & SPACE) {
SPACE             629 lib/vsprintf.c 				case ' ': flags |= SPACE; goto repeat;