OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISDOTDIR
(Results
1 - 3
of
3
) sorted by relevancy
/src/libexec/ftpd/
cmds.c
262
if (
ISDOTDIR
(dp->d_name)) { /* special case curdir: */
680
if (
ISDOTDIR
(dp->d_name) ||
740
if ((fe->flags & FE_ISCURDIR) ||
ISDOTDIR
(fe->display))
813
!(fe->flags & FE_ISCURDIR) && !
ISDOTDIR
(fe->display)) {
extern.h
368
#define
ISDOTDIR
(x) (x[0] == '.' && x[1] == '\0')
ftpd.c
3513
if (
ISDOTDIR
(dir->d_name) || ISDOTDOTDIR(dir->d_name))
Completed in 14 milliseconds
Indexes created Fri Nov 07 20:09:51 GMT 2025