field_width 917 lib/common/iso8601.c parse_int(const char *str, int field_width, int upper_bound, int *result) field_width 936 lib/common/iso8601.c field_width = -1; field_width 945 lib/common/iso8601.c for (; (fraction || lpc < field_width) && isdigit((int)str[offset]); lpc++) {