tag
line
file
source code
PLUS
57
kernel/vsprintf.c
sign=(type&PLUS) ? '+' : ((type&SPACE) ? ' ' : 0);
PLUS
120
kernel/vsprintf.c
case '+': flags |= PLUS; goto repeat;