Lines Matching refs:left
258 int width, bool left, int done) in outstring_converted_wide_string() argument
269 if (width > 0 && !left) in outstring_converted_wide_string()
340 if (width > 0 && left && total_written < width) in outstring_converted_wide_string()
816 if (!left) \
981 if (!left) \
984 if (left) \
992 if (!left) \
995 if (left) \
1028 (s, (const char *) string, prec, width, left, done); \
1050 if (!left) \
1053 if (left) \
1064 if (!left) \
1067 if (left) \
1087 if (!left) \
1090 if (left) \
1132 (s, (const wchar_t *) string, prec, width, left, done); \
1145 if (!left) \
1148 if (left) \
1293 int left = 0; /* Left-justify output. */ in vfprintf() local
1327 left = 1; in vfprintf()
1338 if (!left) in vfprintf()
1399 left = 1; in vfprintf()
1545 .left = left, in vfprintf()
1828 int left = specs[nspecs_done].info.left; in printf_positional() local
1856 left = specs[nspecs_done].info.left = 1; in printf_positional()
2028 if (info->left) in printf_unknown()