Lines Matching refs:left_justify
328 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \ in malloc_vsnprintf() argument
332 if (!left_justify && pad_len != 0) { \ in malloc_vsnprintf()
340 if (left_justify && pad_len != 0) { \ in malloc_vsnprintf()
397 bool left_justify = false; in malloc_vsnprintf() local
413 assert(!left_justify); in malloc_vsnprintf()
414 left_justify = true; in malloc_vsnprintf()
435 left_justify = true; in malloc_vsnprintf()
507 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
516 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
525 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
534 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
546 APPEND_PADDED_S(buf, 1, width, left_justify); in malloc_vsnprintf()
554 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()
563 APPEND_PADDED_S(s, slen, width, left_justify); in malloc_vsnprintf()