Home
last modified time | relevance | path

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

/netbsd-src/libexec/ftpd/
H A Dcmds.c118 FE_ISCURDIR = 1<<1, /* if name is the current directory */ enumerator
267 f.flags |= FE_ISCURDIR; /* flag name is curdir */ in mlsd()
276 f.flags &= ~FE_ISCURDIR; in mlsd()
740 if ((fe->flags & FE_ISCURDIR) || ISDOTDIR(fe->display)) in fact_type()
813 !(fe->flags & FE_ISCURDIR) && !ISDOTDIR(fe->display)) { in mlsname()