Searched refs:decimal_point_len (Results 1 – 2 of 2) sorted by relevance
244 static size_t decimal_point_len; variable769 int w_d = (decimal_point_len < width in out_epoch_sec()770 ? width - decimal_point_len in out_epoch_sec()823 int trailing_width = (ilen < width && decimal_point_len < width - ilen in out_epoch_sec()824 ? width - ilen - decimal_point_len - prec in out_epoch_sec()1895 decimal_point_len = strlen (decimal_point); in main()
822 size_t decimal_point_len = in ATTRIBUTE_NONNULL() local829 field_width = FLT_STRLEN_BOUND_L (decimal_point_len); in ATTRIBUTE_NONNULL()834 field_width = DBL_STRLEN_BOUND_L (decimal_point_len); in ATTRIBUTE_NONNULL()839 field_width = LDBL_STRLEN_BOUND_L (decimal_point_len); in ATTRIBUTE_NONNULL()