Home
last modified time | relevance | path

Searched refs:pad_func (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/stdio-common/
Dvfprintf-internal.c190 pad_func (FILE *s, CHAR_T padchar, int width, int done) in pad_func() function
210 done = pad_func (s, (Padchar), width, done); \
304 done = pad_func (s, L_(' '), width - total_written, done); in outstring_converted_wide_string()
341 return pad_func (s, L_(' '), width - total_written, done); in outstring_converted_wide_string()
/glibc-2.36/ChangeLog.old/
DChangeLog.219905 (pad_func): New function.