OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISDOT
(Results
1 - 2
of
2
) sorted by null
/external/openssh/openbsd-compat/
getcwd.c
47
#define
ISDOT
(dp) \
171
if (
ISDOT
(dp))
/bionic/libc/bionic/
fts.c
56
#define
ISDOT
(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2])))
649
if (!ISSET(FTS_SEEDOT) &&
ISDOT
(dp->d_name))
834
if (
ISDOT
(p->fts_name))
Completed in 109 milliseconds