Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c3165 const TCHAR *tt; local
3173 tt = tp = *path;
3176 chr = *tt++;
3181 if (IsDigit(*tp) && tp + 2 == tt) { /* Is it a numeric volume ID + colon? */
3194 } while ((vchr || tp != tt) && ++i < FF_VOLUMES); /* Repeat for each id until pattern match */
3198 *path = tt; /* Snip the drive prefix off */
3206 vsp = VolumeStr[i]; tt = tp; /* Preconfigured string and path name to test */
3208 vchr = *vsp++; chr = *(++tt);
3214 *path = tt; /* Snip the node name off */