Searched refs:IS_DOTDOT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/makefs/
H A Dmtree.c61 #define IS_DOTDOT(nm) ((nm)[0] == '.' && (nm)[1] == '.' && (nm)[2] == '\0') macro
825 if (IS_DOTDOT(name)) {
980 if (IS_DOTDOT(pathspec)) {
994 if (!error && (IS_DOT(pathspec) || IS_DOTDOT(pathspec))) {
/freebsd-11-stable/contrib/tcsh/
H A Dsh.dir.c337 #define IS_DOTDOT(sp, p) (ISDOTDOT(p) && ((p) == (sp) || *((p) - 1) == '/')) macro
354 if (IS_DOTDOT(start, cp))
404 else if (IS_DOTDOT(start, cp)) {

Completed in 60 milliseconds