taglinefilesource code
PLUS57kernel/vsprintf.csign=(type&PLUS) ? '+' : ((type&SPACE) ? ' ' : 0);
PLUS120kernel/vsprintf.ccase '+': flags |= PLUS; goto repeat;