Searched refs:__path (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libssp/ssp/ |
H A D | unistd.h | 59 (const char *__restrict__ __path, 64 readlink (const char *__restrict__ __path, char *__restrict__ __buf, in readlink() argument 69 return __readlink_alias (__path, __buf, __len); in readlink()
|
/netbsd-src/external/gpl3/gcc/dist/libssp/ssp/ |
H A D | unistd.h | 59 (const char *__restrict__ __path, 64 readlink (const char *__restrict__ __path, char *__restrict__ __buf, in readlink() argument 69 return __readlink_alias (__path, __buf, __len); in readlink()
|
/netbsd-src/include/ssp/ |
H A D | unistd.h | 42 __ssp_redirect(ssize_t, readlink, (const char *__restrict __path, \ 43 char *__restrict __buf, size_t __len), (__path, __buf, __len));
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
H A D | fs_path.h | 879 iterator(const path* __path, path::_List::const_iterator __iter) in _GLIBCXX_VISIBILITY() 880 : _M_path(__path), _M_cur(__iter), _M_at_end() in _GLIBCXX_VISIBILITY() 883 iterator(const path* __path, bool __at_end) in _GLIBCXX_VISIBILITY() 884 : _M_path(__path), _M_cur(), _M_at_end(__at_end) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | fs_path.h | 932 iterator(const path* __path, path::_List::const_iterator __iter) in _GLIBCXX_VISIBILITY() 933 : _M_path(__path), _M_cur(__iter), _M_at_end() in _GLIBCXX_VISIBILITY() 936 iterator(const path* __path, bool __at_end) in _GLIBCXX_VISIBILITY() 937 : _M_path(__path), _M_cur(), _M_at_end(__at_end) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | fs_path.h | 1019 iterator(const path* __path, path::_List::const_iterator __iter) noexcept in _GLIBCXX_VISIBILITY() 1020 : _M_path(__path), _M_cur(__iter), _M_at_end() in _GLIBCXX_VISIBILITY() 1023 iterator(const path* __path, bool __at_end) noexcept in _GLIBCXX_VISIBILITY() 1024 : _M_path(__path), _M_cur(), _M_at_end(__at_end) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
H A D | fs_path.h | 918 iterator(const path* __path, path::_List::const_iterator __iter) noexcept in _GLIBCXX_VISIBILITY() 919 : _M_path(__path), _M_cur(__iter), _M_at_end() in _GLIBCXX_VISIBILITY() 922 iterator(const path* __path, bool __at_end) noexcept in _GLIBCXX_VISIBILITY() 923 : _M_path(__path), _M_cur(), _M_at_end(__at_end) in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 111 const _RopeRep* __path[int(__detail::_S_max_rope_depth) + 1]; in _GLIBCXX_VISIBILITY() local 138 __path[__curr_depth] = __curr_rope; in _GLIBCXX_VISIBILITY() 174 __x._M_path_end[++__i] = __path[__j++]; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 111 const _RopeRep* __path[int(__detail::_S_max_rope_depth) + 1]; in _GLIBCXX_VISIBILITY() local 138 __path[__curr_depth] = __curr_rope; in _GLIBCXX_VISIBILITY() 174 __x._M_path_end[++__i] = __path[__j++]; in _GLIBCXX_VISIBILITY()
|