Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c1909 WCHAR pchr, chr; local
1916 for (pchr = 1, di = 0; di < 13; di++) { /* Process all characters in the entry */
1918 if (pchr != 0) {
1922 pchr = chr;
1928 …if ((dir[LDIR_Ord] & LLEF) && pchr && lfnbuf[ni]) return 0; /* Last name segment matched but diffe…
1945 WCHAR pchr, chr; local
1952 for (pchr = 1, di = 0; di < 13; di++) { /* Process all characters in the entry */
1954 if (pchr != 0) {
1956 lfnbuf[ni++] = pchr = chr; /* Store it */
1962 …if (dir[LDIR_Ord] & LLEF && pchr != 0) { /* Put terminator if it is the last LFN part and not term…
[all …]