Searched refs:__path (Results 1 – 2 of 2) sorted by relevance
/freebsd/include/ssp/ |
H A D | unistd.h | 72 __ssp_redirect(ssize_t, readlink, (const char *__restrict __path, \ 73 char *__restrict __buf, size_t __len), (__path, __buf, __len)); 74 __ssp_redirect(ssize_t, readlinkat, (int __fd, const char *__restrict __path, 75 char *__restrict __buf, size_t __len), (__fd, __path, __buf, __len));
|
/freebsd/contrib/llvm-project/libcxx/src/experimental/ |
H A D | tzdb.cpp | 726 filesystem::path __path = "/etc/localtime"; in __current_zone_posix() local 727 if (!filesystem::exists(__path)) in __current_zone_posix() 730 if (!filesystem::is_symlink(__path)) in __current_zone_posix() 733 filesystem::path __tz = filesystem::read_symlink(__path); in __current_zone_posix()
|