NS_LAST is only used within FatFs.
 
Symbols
loading...
Files
loading...

NS_LAST macro

Syntax

#define NS_LAST 0x04

References

LocationText
ff.c:316
#define NS_LAST 0x04 /* Last segment */
ff.c:2653
cf = (w < ' ') ? NS_LAST : 0; /* Set last segment flag if end of the path */
ff.c:2799
sfn[NSFLAG] = (c <= ' ') ? NS_LAST : 0; /* Set last segment flag if end of the path */
ff.c:2863
if (!(ns & NS_LAST)) continue; /* Continue to follow if not last segment */
ff.c:2867
if (!(ns & NS_LAST)) res = FR_NO_PATH; /* Adjust error code if not last segment */
ff.c:2872
if (ns & NS_LAST) break; /* Last segment matched. Function completed. */