Home
last modified time | relevance | path

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

/u-boot/include/
A Dfat.h62 #define ISDIRDELIM(c) ((c) == '/' || (c) == '\\') macro
/u-boot/fs/fat/
A Dfat.c1065 while (path[0] && ISDIRDELIM(path[0])) in fat_itr_resolve()
1077 while (next[0] && !ISDIRDELIM(next[0])) in fat_itr_resolve()
A Dfat_write.c1212 if (ISDIRDELIM(*p)) { in split_filename()
1216 while (ISDIRDELIM(*p)) in split_filename()

Completed in 12 milliseconds