Searched refs:IS_DOTDOT (Results 1 – 2 of 2) sorted by relevance
62 #define IS_DOTDOT(nm) ((nm)[0] == '.' && (nm)[1] == '.' && (nm)[2] == '\0') macro843 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()
332 #define IS_DOTDOT(sp, p) (ISDOTDOT(p) && ((p) == (sp) || *((p) - 1) == '/')) in dnormalize() macro349 if (IS_DOTDOT(start, cp)) in dnormalize()399 else if (IS_DOTDOT(start, cp)) { in dnormalize()