Home
last modified time | relevance | path

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

/external/mtools/
Dmainloop.h95 int isSpecialW(const wchar_t *name);
97 #define isSpecialW isSpecial macro
Dmainloop.c175 int isSpecialW(const wchar_t *name) in isSpecialW() function
189 return (lookupflags & NO_DOTS) && isSpecialW(name); in checkForDot()
Dmdir.c367 if(concise && isSpecialW(entry->name)) in list_file()