PAD_L            1128 vsnprintf.c    			PAD_L(width - realsz, blanks);
PAD_L            1142 vsnprintf.c    			PAD_L(width - realsz, zeroes);
PAD_L            1145 vsnprintf.c    		PAD_L(dprec - fieldsz, zeroes);
PAD_L            1220 vsnprintf.c    			PAD_L(width - realsz, blanks);