Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c3094 const TCHAR *tp, *tt; local
3103 tt = tp = *path;
3105 do tc = *tt++; while (!IsTerminator(tc) && tc != ':'); /* Find a colon in the path */
3109 if (IsDigit(*tp) && tp + 2 == tt) { /* Is there a numeric volume ID + colon? */
3122 } while ((c || tp != tt) && ++i < FF_VOLUMES); /* Repeat for each id until pattern match */
3127 *path = tt; /* Snip the drive prefix off */
3136 tt = tp; sp = VolumeStr[i]; /* Path name and this string volume ID */
3138 c = *sp++; tc = *(++tt);
3145 *path = tt; /* Snip the drive prefix off */