Home
last modified time | relevance | path

Searched refs:is_dotdot (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-path.cc348 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
388 if (is_dotdot(p)) in lexically_normal()
393 if (!is_dotdot(ret.filename())) in lexically_normal()
410 if (elem->has_filename() && !is_dotdot(*elem)) in lexically_normal()
446 if (back->empty() && is_dotdot(*std::prev(back))) in lexically_normal()
476 if (is_dotdot(p)) in lexically_relative()
H A Dops.cc101 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
169 else if (is_dotdot(f)) in canonical()
452 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
H A Dstd-ops.cc127 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
200 else if (is_dotdot(f)) in canonical()
666 if (is_dot(filename) || is_dotdot(filename)) in create_directories()
/netbsd-src/sys/fs/union/
H A Dunion_subr.c370 bool is_dotdot; in union_allocvp() local
372 is_dotdot = (dvp != NULL && cnp != NULL && (cnp->cn_flags & ISDOTDOT)); in union_allocvp()
429 if (is_dotdot) in union_allocvp()
432 if (is_dotdot) in union_allocvp()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc1677 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
1717 if (is_dotdot(p)) in lexically_normal()
1722 if (!is_dotdot(ret.filename())) in lexically_normal()
1739 if (elem->has_filename() && !is_dotdot(*elem)) in lexically_normal()
1779 if (back->empty() && is_dotdot(*std::prev(back))) in lexically_normal()
1822 if (is_dotdot(p)) in lexically_relative()
H A Dfs_ops.cc143 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
221 else if (is_dotdot(f)) in canonical()
521 if (is_dot(filename) || is_dotdot(filename)) in create_directories()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc1678 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
1718 if (is_dotdot(p)) in lexically_normal()
1723 if (!is_dotdot(ret.filename())) in lexically_normal()
1740 if (elem->has_filename() && !is_dotdot(*elem)) in lexically_normal()
1780 if (back->empty() && is_dotdot(*std::prev(back))) in lexically_normal()
1823 if (is_dotdot(p)) in lexically_relative()
H A Dfs_ops.cc147 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
225 else if (is_dotdot(f)) in canonical()
525 if (is_dot(filename) || is_dotdot(filename)) in create_directories()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc107 inline bool is_dotdot(const fs::path& path) in is_dotdot() function
175 else if (is_dotdot(f)) in canonical()
458 if (!is_dot(filename) && !is_dotdot(filename)) in create_directories()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20151321 * src/filesystem/ops.cc (is_dot, is_dotdot): Define new helpers.