Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
H A Dutil.c231 #define ISDOT(c) ((c)[0] == '.' && (((c)[1] == '\0') || ((c)[1] == '/'))) macro
232 #define ISDOTDOT(c) ((c)[0] == '.' && ISDOT(&((c)[1])))
300 if (ISDOT(d->d_name) || ISDOTDOT(d->d_name)) in getwd()
/netbsd-src/regress/sys/kern/getcwd/
H A Dold_getcwd.c63 #define ISDOT(dp) \ macro
198 if (ISDOT(dp))
/netbsd-src/external/bsd/mdocml/dist/
H A Dcompat_fts.c65 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
408 if (ISDOT(dp->d_name)) in fts_build()
537 if (ISDOT(p->fts_name)) in fts_stat()
/netbsd-src/bin/rm/
H A Drm.c564 #define ISDOT(a) ((a)[0] == '.' && (!(a)[1] || ((a)[1] == '.' && !(a)[2]))) macro
584 if (ISDOT(p)) { in checkdot()
/netbsd-src/bin/csh/
H A Ddir.c273 #define ISDOT(c) (UC(c)[0] == '.' && ((UC(c)[1] == '\0') || (UC(c)[1] == '/'))) in dnormalize() macro
274 #define ISDOTDOT(c) (UC(c)[0] == '.' && ISDOT(&((c)[1]))) in dnormalize()
290 if (ISDOT(cp)) { in dnormalize()
/netbsd-src/lib/libc/gen/
H A Dfts.c99 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
764 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name)) in fts_build()
978 if (ISDOT(p->fts_name)) in fts_stat()