Home
last modified time | relevance | path

Searched refs:IsDigit (Results 1 – 1 of 1) sorted by relevance

/fatfs-2.7.6/
Dff.c50 #define IsDigit(c) ((c) >= '0' && (c) <= '9') macro
3109 if (IsDigit(*tp) && tp + 2 == tt) { /* Is there a numeric volume ID + colon? */
6843 while (IsDigit(tc)) { /* Minimum width */
6855 while (IsDigit(tc)) { /* Precision */