Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h60 #define ISDIRDELIM(c) ((c) == '/' || (c) == '\\') macro
/openbmc/u-boot/fs/fat/
H A Dfat.c942 while (path[0] && ISDIRDELIM(path[0])) in fat_itr_resolve()
954 while (next[0] && !ISDIRDELIM(next[0])) in fat_itr_resolve()
H A Dfat_write.c975 if (ISDIRDELIM(*p)) { in split_filename()
979 while (ISDIRDELIM(*p)) in split_filename()