Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c75 #define NS_LAST 0x04 /* Last segment */ macro
2827 cf = NS_LAST; /* Last segment */
2831 if (IsTerminator(*p)) cf = NS_LAST; /* Ignore terminating separator */
2950 …sfn[NSFLAG] = (c <= ' ') ? NS_LAST | NS_DOT : NS_DOT; /* Set last segment flag if end of the path …
2990 …sfn[NSFLAG] = (c <= ' ' || p[si] <= ' ') ? NS_LAST : 0; /* Set last segment flag if end of the pat…
3052 if (!(ns & NS_LAST)) continue; /* Continue to follow if not last segment */
3056 if (!(ns & NS_LAST)) res = FR_NO_PATH; /* Adjust error code if not last segment */
3061 if (ns & NS_LAST) break; /* Last segment matched. Function completed. */