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

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dextern.h376 #define ISDOTDOTDIR(x) (x[0] == '.' && x[1] == '.' && x[2] == '\0') macro
H A Dcmds.c274 if (ISDOTDOTDIR(dp->d_name)) {
687 ISDOTDOTDIR(dp->d_name))
748 else if (ISDOTDOTDIR(fe->display))
H A Dftpd.c3437 if (ISDOTDIR(dir->d_name) || ISDOTDOTDIR(dir->d_name))

Completed in 99 milliseconds