OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISDOTDOT
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/make/
util.c
232
#define
ISDOTDOT
(c) ((c)[0] == '.' && ISDOT(&((c)[1])))
300
if (ISDOT(d->d_name) ||
ISDOTDOT
(d->d_name))
/src/bin/csh/
dir.c
274
#define
ISDOTDOT
(c) (UC(c)[0] == '.' && ISDOT(&((c)[1])))
294
else if (
ISDOTDOT
(cp)) {
/src/sys/sys/
namei.h
171
#define
ISDOTDOT
0x0002000 /* current component name is .. */
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025