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