Lines Matching refs:width
696 unsigned long width; in __strftime() local
713 width = 0; in __strftime()
724 width = STRTOUL (format, &fp, 10); in __strftime()
878 if (width < 2) in __strftime()
879 width = 2; in __strftime()
881 neg ? "-" : pos, width - neg, century); in __strftime()
935 width = 10; in __strftime()
936 if (width < 6) in __strftime()
937 width = 6; in __strftime()
938 width -= 6; in __strftime()
939 if (width) in __strftime()
941 len = t_snprintf (fmt, fmtbuf + 32 - fmt, CQ("%lu"), width); in __strftime()
1007 if (width && sign) in __strftime()
1008 --width; in __strftime()
1013 len = t_snprintf (&s[count], maxsize - count, fmtbuf, width, p_year); in __strftime()
1262 width = 10; in __strftime()
1263 if (width < 6) in __strftime()
1264 width = 6; in __strftime()
1265 width -= 6; in __strftime()
1266 if (width) in __strftime()
1268 len = t_snprintf (fmt, fmtbuf + 32 - fmt, CQ("%lu"), width); in __strftime()
1359 if (width && sign) in __strftime()
1360 --width; in __strftime()
1365 len = t_snprintf (&s[count], maxsize - count, fmtbuf, width, in __strftime()