Home
last modified time | relevance | path

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

/netbsd-src/libexec/ftpd/
H A Dcmds.c269 if (ISDOTDOTDIR(dp->d_name)) { in mlsd()
681 ISDOTDOTDIR(dp->d_name)) in fact_perm()
742 else if (ISDOTDOTDIR(fe->display)) in fact_type()
H A Dextern.h369 #define ISDOTDOTDIR(x) (x[0] == '.' && x[1] == '.' && x[2] == '\0') macro
H A Dftpd.c3512 if (ISDOTDIR(dir->d_name) || ISDOTDOTDIR(dir->d_name)) in send_file_list()