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 | 720 filesystem::path __path = "/etc/localtime"; in __current_zone_etc_localtime() local 721 if (!filesystem::exists(__path) || !filesystem::is_symlink(__path)) in __current_zone_etc_localtime() 724 filesystem::path __tz = filesystem::read_symlink(__path); in __current_zone_etc_localtime() 734 filesystem::path __path = "/etc/timezone"; in __current_zone_etc_timezone() local 735 if (!filesystem::exists(__path)) in __current_zone_etc_timezone() 738 ifstream __f(__path); in __current_zone_etc_timezone()
|