Home | History | Annotate | Download | only in bfd

Lines Matching defs:digits

2215   int digits;
2229 /* Check that there are remaining characters and that they are digits. */
2233 digits = strspn (colpos + 1, "0123456789");
2234 return digits != 0 && colpos[1 + digits] == 0;