Lines Matching refs:left_justify
336 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \ in malloc_vsnprintf() argument
340 if (!left_justify && pad_len != 0) { \ in malloc_vsnprintf()
348 if (left_justify && pad_len != 0) { \ in malloc_vsnprintf()
405 bool left_justify = false; in malloc_vsnprintf() local
423 assert(!left_justify); in malloc_vsnprintf()
424 left_justify = true; in malloc_vsnprintf()
445 left_justify = true; in malloc_vsnprintf()
515 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
524 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
533 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
542 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
554 APPEND_PADDED_S(buf, 1, width, left_justify); in malloc_vsnprintf()
562 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
571 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()