Searched refs:ISDOT (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dsh.dir.h52 #define ISDOT(c) (NTRM((c)[0]) == '.' && ((NTRM((c)[1]) == '\0') || \ macro
54 #define ISDOTDOT(c) (NTRM((c)[0]) == '.' && ISDOT(&((c)[1])))
H A Dtw.spell.c134 if (ISDOT(item) || ISDOTDOT(item))
H A Dtc.os.c1373 if (ISDOT(d->d_name) || ISDOTDOT(d->d_name))
H A Dsh.dir.c338 #define IS_DOT(sp, p) (ISDOT(p) && ((p) == (sp) || *((p) - 1) == '/'))
/freebsd-11-stable/lib/libc/gen/
H A Dgetcwd.c51 #define ISDOT(dp) \ macro
170 if (ISDOT(dp))
H A Dfts-compat.c79 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
743 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
946 if (ISDOT(p->fts_name))
H A Dfts.c69 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
741 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
934 if (ISDOT(p->fts_name))
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetcwd.c47 #define ISDOT(dp) \ macro
171 if (ISDOT(dp))
/freebsd-11-stable/contrib/bmake/
H A Dutil.c265 #define ISDOT(c) ((c)[0] == '.' && (((c)[1] == '\0') || ((c)[1] == '/'))) macro
266 #define ISDOTDOT(c) ((c)[0] == '.' && ISDOT(&((c)[1])))
335 if (ISDOT(d->d_name) || ISDOTDOT(d->d_name))
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_fts.c65 #define ISDOT(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2]))) macro
408 if (ISDOT(dp->d_name))
537 if (ISDOT(p->fts_name))
/freebsd-11-stable/bin/rm/
H A Drm.c604 #define ISDOT(a) ((a)[0] == '.' && (!(a)[1] || ((a)[1] == '.' && !(a)[2]))) macro
617 if (ISDOT(p)) {

Completed in 249 milliseconds