| /src/external/bsd/am-utils/dist/fsinfo/ |
| fsi_gram.y | 99 %type <d> filesystem fs_info_list 211 | list_of_filesystems filesystem 225 * A new filesystem: 229 filesystem : label 238 * Per-filesystem information: 240 * fstype - the type of the filesystem (4.2, nfs, swap, export) 244 * dumpset - tape set for filesystem dumps 245 * mount - where to mount this filesystem 274 { yyerror("unknown filesystem attribute"); } 392 * fstype "type" - type of filesystem mount, if not nf [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| fs_ops.h | 0 // Filesystem operational functions -*- C++ -*- 27 * Do not attempt to use it directly. @headername{filesystem} 41 namespace filesystem namespace 43 /** @addtogroup filesystem 384 /// @} group filesystem 385 } // namespace filesystem
|
| fs_dir.h | 0 // Filesystem directory utilities -*- C++ -*- 27 * Do not attempt to use it directly. @headername{filesystem} 49 namespace filesystem namespace 51 /** @addtogroup filesystem 57 * @headerfile filesystem 103 * @headerfile filesystem 115 directory_entry(const filesystem::path& __p) 119 directory_entry(const filesystem::path& __p, error_code& __ec) 134 assign(const filesystem::path& __p) 141 assign(const filesystem::path& __p, error_code& __ec [all...] |
| fs_fwd.h | 0 // Filesystem declarations -*- C++ -*- 27 * Do not attempt to use it directly. @headername{filesystem} 44 namespace filesystem namespace 52 /** @addtogroup filesystem 83 /// Bitmask type controlling effects of `filesystem::copy` 378 } // namespace filesystem
|
| chrono.h | 54 namespace filesystem { struct __file_clock; }; namespace 1299 using file_clock = ::std::filesystem::__file_clock; 1439 namespace filesystem namespace 1499 } // namespace filesystem
|
| fs_path.h | 1 // Class filesystem::path -*- C++ -*- 27 * Do not attempt to use it directly. @headername{filesystem} 61 namespace filesystem namespace 70 /// @addtogroup filesystem 280 /// @} group filesystem 284 /// @addtogroup filesystem 287 /// A filesystem path 289 * @ingroup filesystem 290 * @headerfile filesystem 734 /// @relates std::filesystem::pat [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| fs_ops.h | 0 // Filesystem operational functions -*- C++ -*- 27 * Do not attempt to use it directly. @headername{experimental/filesystem} 45 namespace filesystem namespace in namespace:experimental 50 * @addtogroup filesystem-ts 362 /// @} group filesystem-ts 364 } // namespace filesystem
|
| fs_dir.h | 0 // Filesystem directory utilities -*- C++ -*- 27 * Do not attempt to use it directly. @headername{experimental/filesystem} 47 namespace filesystem namespace in namespace:experimental 52 * @addtogroup filesystem-ts 94 explicit directory_entry(const filesystem::path& __p) : _M_path(__p) { } 101 void assign(const filesystem::path& __p) { _M_path = __p; } 104 replace_filename(const filesystem::path& __p) 108 const filesystem::path& path() const noexcept { return _M_path; } 109 operator const filesystem::path&() const noexcept { return _M_path; } 113 { return filesystem::status(_M_path); [all...] |
| fs_fwd.h | 0 // Filesystem declarations -*- C++ -*- 27 * Do not attempt to use it directly. @headername{experimental/filesystem} 47 namespace filesystem namespace in namespace:experimental 56 * @defgroup filesystem-ts Filesystem TS 94 /// Bitmask type controlling effects of `filesystem::copy` 180 /// @relates std::experimental::filesystem::perms 310 /// @} group filesystem-ts 312 } // namespace filesystem
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| fs_ops.h | 0 // Filesystem operational functions -*- C++ -*- 27 * Do not attempt to use it directly. @headername{filesystem} 41 namespace filesystem namespace 43 /** @addtogroup filesystem 384 /// @} group filesystem 385 } // namespace filesystem
|
| fs_dir.h | 0 // Filesystem directory utilities -*- C++ -*- 27 * Do not attempt to use it directly. @headername{filesystem} 49 namespace filesystem namespace 51 /** @addtogroup filesystem 57 * @headerfile filesystem 103 * @headerfile filesystem 115 directory_entry(const filesystem::path& __p) 119 directory_entry(const filesystem::path& __p, error_code& __ec) 134 assign(const filesystem::path& __p) 141 assign(const filesystem::path& __p, error_code& __ec [all...] |
| fs_fwd.h | 0 // Filesystem declarations -*- C++ -*- 27 * Do not attempt to use it directly. @headername{filesystem} 44 namespace filesystem namespace 52 /** @addtogroup filesystem 83 /// Bitmask type controlling effects of `filesystem::copy` 362 } // namespace filesystem
|
| fs_path.h | 1 // Class filesystem::path -*- C++ -*- 27 * Do not attempt to use it directly. @headername{filesystem} 61 namespace filesystem namespace 70 /// @addtogroup filesystem 280 /// @} group filesystem 284 /// @addtogroup filesystem 287 /// A filesystem path 289 * @ingroup filesystem 290 * @headerfile filesystem 734 /// @relates std::filesystem::pat [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| fs_ops.h | 0 // Filesystem operational functions -*- C++ -*- 27 * Do not attempt to use it directly. @headername{experimental/filesystem} 45 namespace filesystem namespace in namespace:experimental 50 * @addtogroup filesystem-ts 362 /// @} group filesystem-ts 364 } // namespace filesystem
|
| fs_dir.h | 0 // Filesystem directory utilities -*- C++ -*- 27 * Do not attempt to use it directly. @headername{experimental/filesystem} 47 namespace filesystem namespace in namespace:experimental 52 * @addtogroup filesystem-ts 94 explicit directory_entry(const filesystem::path& __p) : _M_path(__p) { } 101 void assign(const filesystem::path& __p) { _M_path = __p; } 104 replace_filename(const filesystem::path& __p) 108 const filesystem::path& path() const noexcept { return _M_path; } 109 operator const filesystem::path&() const noexcept { return _M_path; } 113 { return filesystem::status(_M_path); [all...] |
| fs_fwd.h | 0 // Filesystem declarations -*- C++ -*- 27 * Do not attempt to use it directly. @headername{experimental/filesystem} 47 namespace filesystem namespace in namespace:experimental 56 * @defgroup filesystem-ts Filesystem TS 94 /// Bitmask type controlling effects of `filesystem::copy` 176 /// @relates std::experimental::filesystem::perms 298 /// @} group filesystem-ts 300 } // namespace filesystem
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| dir-common.h | 0 // Filesystem directory iterator utilities -*- C++ -*- 48 namespace filesystem namespace 264 } // namespace filesystem 270 get_file_type(const std::filesystem::__gnu_posix::dirent& d [[gnu::unused]])
|
| ops-common.h | 0 // Filesystem operation utilities -*- C++ -*- 50 # include <filesystem> 81 // filesystem::equivalent(a, b) if is_other(a) && is_other(b) is true. 87 // the spec, e.g. trying to copy a directory using filesystem::copy_file. 106 namespace filesystem namespace 290 // (This only applies to the C++17 Filesystem library, because for the 291 // Filesystem TS we don't have a distinct __file_clock, we just use the 308 } // namespace filesystem 314 using std::filesystem::__gnu_posix::stat_type; 315 using std::filesystem::__gnu_posix::char_type [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| dir-common.h | 0 // Filesystem directory iterator utilities -*- C++ -*- 48 namespace filesystem namespace 264 } // namespace filesystem 270 get_file_type(const std::filesystem::__gnu_posix::dirent& d [[gnu::unused]])
|
| ops-common.h | 0 // Filesystem operation utilities -*- C++ -*- 50 # include <filesystem> 77 // filesystem::equivalent(a, b) if is_other(a) && is_other(b) is true. 83 // the spec, e.g. trying to copy a directory using filesystem::copy_file. 102 namespace filesystem namespace 286 // (This only applies to the C++17 Filesystem library, because for the 287 // Filesystem TS we don't have a distinct __file_clock, we just use the 305 } // namespace filesystem 311 using std::filesystem::__gnu_posix::stat_type; 312 using std::filesystem::__gnu_posix::char_type [all...] |
| std-path.cc | 1 // Class filesystem::path -*- C++ -*- 29 #include <filesystem> 34 namespace fs = std::filesystem; 735 namespace filesystem namespace in namespace:std 746 __ret = "filesystem error: "; 773 } // filesystem
|
| std-ops.cc | 0 // Filesystem operations -*- C++ -*- 31 #include <filesystem> 32 #include <experimental/filesystem> 57 #define _GLIBCXX_BEGIN_NAMESPACE_FILESYSTEM namespace filesystem { 68 namespace fs = std::filesystem; 262 namespace std::filesystem namespace in class:std 480 // 2681. filesystem::copy() cannot copy symlinks 550 // 2682. filesystem::copy() won't create a symlink to a directory 566 // 2683. filesystem::copy() says "no effects"
|
| /src/sys/arch/macppc/stand/installboot/ |
| installboot.h | 72 const char *filesystem; /* name of target file system */ member in struct:__anon1626 73 int fsfd; /* open fd to filesystem */
|
| /src/usr.sbin/installboot/ |
| installboot.h | 87 const char *filesystem; /* name of target file system */ member in struct:__anon8465 88 int fsfd; /* open fd to filesystem */
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| fs_ops.cc | 0 // Filesystem operations -*- C++ -*- 36 #include <filesystem> 60 #define _GLIBCXX_BEGIN_NAMESPACE_FILESYSTEM namespace filesystem { 62 #include "../filesystem/ops-common.h" 66 namespace fs = std::filesystem; 67 namespace posix = std::filesystem::__gnu_posix; 287 namespace std::filesystem namespace in class:std 329 // 2681. filesystem::copy() cannot copy symlinks 399 // 2682. filesystem::copy() won't create a symlink to a directory 419 // 2683. filesystem::copy() says "no effects [all...] |