Home
last modified time | relevance | path

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

/freebsd/usr.sbin/makefs/
H A Dmtree.c62 #define IS_DOTDOT(nm) ((nm)[0] == '.' && (nm)[1] == '.' && (nm)[2] == '\0') macro
843 if (IS_DOTDOT(name)) { in read_mtree_spec1()
998 if (IS_DOTDOT(pathspec)) { in read_mtree_spec()
1012 if (!error && (IS_DOT(pathspec) || IS_DOTDOT(pathspec))) { in read_mtree_spec()
/freebsd/contrib/tcsh/
H A Dsh.dir.c332 #define IS_DOTDOT(sp, p) (ISDOTDOT(p) && ((p) == (sp) || *((p) - 1) == '/')) in dnormalize() macro
349 if (IS_DOTDOT(start, cp)) in dnormalize()
399 else if (IS_DOTDOT(start, cp)) { in dnormalize()