Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c71 #define NS_LAST 0x04 /* Last segment */ macro
2856 cf = (wc < ' ') ? NS_LAST : 0; /* Set last segment flag if end of the path */
2973 …sfn[NSFLAG] = (c <= ' ') ? NS_LAST | NS_DOT : NS_DOT; /* Set last segment flag if end of the path …
3013 sfn[NSFLAG] = (c <= ' ') ? NS_LAST : 0; /* Set last segment flag if end of the path */
3075 if (!(ns & NS_LAST)) continue; /* Continue to follow if not last segment */
3079 if (!(ns & NS_LAST)) res = FR_NO_PATH; /* Adjust error code if not last segment */
3084 if (ns & NS_LAST) break; /* Last segment matched. Function completed. */