Searched refs:ISDOTDOTDIR (Results 1 – 3 of 3) sorted by relevance
269 if (ISDOTDOTDIR(dp->d_name)) { in mlsd()681 ISDOTDOTDIR(dp->d_name)) in fact_perm()742 else if (ISDOTDOTDIR(fe->display)) in fact_type()
369 #define ISDOTDOTDIR(x) (x[0] == '.' && x[1] == '.' && x[2] == '\0') macro
3512 if (ISDOTDIR(dir->d_name) || ISDOTDOTDIR(dir->d_name)) in send_file_list()