OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISDOT
(Results
1 - 5
of
5
) sorted by relevancy
/src/regress/sys/kern/getcwd/
old_getcwd.c
63
#define
ISDOT
(dp) \
198
if (
ISDOT
(dp))
/src/usr.bin/make/
util.c
231
#define
ISDOT
(c) ((c)[0] == '.' && (((c)[1] == '\0') || ((c)[1] == '/')))
232
#define ISDOTDOT(c) ((c)[0] == '.' &&
ISDOT
(&((c)[1])))
300
if (
ISDOT
(d->d_name) || ISDOTDOT(d->d_name))
/src/bin/rm/
rm.c
564
#define
ISDOT
(a) ((a)[0] == '.' && (!(a)[1] || ((a)[1] == '.' && !(a)[2])))
584
if (
ISDOT
(p)) {
/src/lib/libc/gen/
fts.c
99
#define
ISDOT
(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2])))
764
if (!ISSET(FTS_SEEDOT) &&
ISDOT
(dp->d_name))
978
if (
ISDOT
(p->fts_name))
/src/bin/csh/
dir.c
273
#define
ISDOT
(c) (UC(c)[0] == '.' && ((UC(c)[1] == '\0') || (UC(c)[1] == '/')))
274
#define ISDOTDOT(c) (UC(c)[0] == '.' &&
ISDOT
(&((c)[1])))
290
if (
ISDOT
(cp)) {
Completed in 13 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025