Lines Matching refs:IS_DOT
61 #define IS_DOT(nm) ((nm)[0] == '.' && (nm)[1] == '\0') macro
853 assert(IS_DOT(node->name)); in read_mtree_spec1()
860 assert(!IS_DOT(node->name)); in read_mtree_spec1()
865 assert(IS_DOT(node->name)); in read_mtree_spec1()
877 if (!IS_DOT(name) && mtree_current == NULL) { in read_mtree_spec1()
913 assert(!IS_DOT(name)); in read_mtree_spec1()
918 assert(IS_DOT(node->name)); in read_mtree_spec1()
929 type = (def == false || IS_DOT(name)) ? S_IFDIR : 0; in read_mtree_spec1()
950 if (!IS_DOT(node->name)) { in read_mtree_spec1()
963 assert(IS_DOT(node->name)); in read_mtree_spec1()
1005 if (pathspec[0] != '\0' && !IS_DOT(pathspec)) in read_mtree_spec()
1012 if (!error && (IS_DOT(pathspec) || IS_DOTDOT(pathspec))) { in read_mtree_spec()