Lines Matching defs:last
1210 } while (clst < fs->n_fatent); /* Repeat while not the last link */
1688 if (dir[LDIR_Ord] & LLEF && wc != 0) { /* Put terminator if it is the last LFN part and not terminated */
2111 DWORD last = dp->dptr;
2124 if (dp->dptr >= last) break; /* If reached last entry then all entries of the object has been deleted. */
2405 while (di > 0 && lfn[di - 1] != '.') di--; /* Find last dot (di<=si: no extension) */
2499 sfn[NSFLAG] = (c <= ' ') ? NS_LAST | NS_DOT : NS_DOT; /* Set last segment flag if end of the path */
2539 sfn[NSFLAG] = (c <= ' ' || p[si] <= ' ') ? NS_LAST : 0; /* Set last segment flag if end of the path */
2553 DIR* dp, /* Directory object to return last directory and found object */
2585 if (!(ns & NS_LAST)) continue; /* Continue to follow if not last segment */
2589 if (!(ns & NS_LAST)) res = FR_NO_PATH; /* Adjust error code if not last segment */
5363 clstbak = clst; /* Update the current cluster to the last cluster in next loop */
5392 clstbak = clst; /* Update the current cluster to the last cluster in next loop */
5459 if (n == lclst) break; /* If the current cluster is the last cluster ,the finish this operation */