Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfat.h62 #define ISDIRDELIM(c) ((c) == '/' || (c) == '\\') macro
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c922 while (path[0] && ISDIRDELIM(path[0])) in fat_itr_resolve()
934 while (next[0] && !ISDIRDELIM(next[0])) in fat_itr_resolve()