Searched refs:current_path (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | fs_ops.h | 104 path current_path(); in _GLIBCXX_VISIBILITY() 105 path current_path(error_code& __ec); in _GLIBCXX_VISIBILITY() 106 void current_path(const path& __p); in _GLIBCXX_VISIBILITY() 107 void current_path(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 262 { return proximate(__p, current_path(), __ec); } in _GLIBCXX_VISIBILITY() 264 path proximate(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY() 271 { return relative(__p, current_path(), __ec); } in _GLIBCXX_VISIBILITY() 273 path relative(const path& __p, const path& __base = current_path()); in _GLIBCXX_VISIBILITY()
|
H A D | fs_fwd.h | 309 path current_path(); in _GLIBCXX_VISIBILITY()
|
/dflybsd-src/usr.sbin/installer/dfuibe_installer/ |
H A D | fn_configure.c | 615 char current_path[256], selection[256], temp[256]; in fn_set_timezone() local 641 snprintf(current_path, 256, "%s%susr/share/zoneinfo", in fn_set_timezone() 648 "", _("Return to Utilities Menu"), current_path, in fn_set_timezone() 650 if (is_dir("%s/%s", current_path, s)) { in fn_set_timezone() 651 snprintf(temp, 256, "%s/%s", current_path, s); in fn_set_timezone() 652 strlcpy(current_path, temp, 256); in fn_set_timezone() 654 if (is_file("%s/%s", current_path, s)) { in fn_set_timezone() 655 snprintf(selection, 256, "%s/%s", current_path, s); in fn_set_timezone()
|