Home
last modified time | relevance | path

Searched refs:nofollow (Results 1 – 15 of 15) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dops.cc930 const bool nofollow = is_set(prms, perms::symlink_nofollow); in permissions() local
940 if (add || remove || nofollow) in permissions()
942 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions()
954 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions()
958 if (nofollow && is_symlink(st)) in permissions()
A Dstd-ops.cc1171 const bool nofollow = is_set(opts, perm_options::nofollow); in permissions() local
1181 if (add || remove || nofollow) in permissions()
1183 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions()
1195 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions()
1199 if (nofollow && is_symlink(st)) in permissions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops.cc941 const bool nofollow = is_set(prms, perms::symlink_nofollow); in permissions() local
951 if (add || remove || nofollow) in permissions()
953 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions()
965 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions()
969 if (nofollow && is_symlink(st)) in permissions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dops.cc941 const bool nofollow = is_set(prms, perms::symlink_nofollow); in permissions() local
951 if (add || remove || nofollow) in permissions()
953 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions()
965 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions()
969 if (nofollow && is_symlink(st)) in permissions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dops.cc941 const bool nofollow = is_set(prms, perms::symlink_nofollow); in permissions() local
951 if (add || remove || nofollow) in permissions()
953 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions()
965 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions()
969 if (nofollow && is_symlink(st)) in permissions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/
A Dfs_ops.cc1102 const bool nofollow = is_set(opts, perm_options::nofollow); in permissions() local
1112 if (add || remove || nofollow) in permissions()
1114 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions()
1126 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions()
1130 if (nofollow && is_symlink(st)) in permissions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/
A Dfs_ops.cc1102 const bool nofollow = is_set(opts, perm_options::nofollow); in permissions() local
1112 if (add || remove || nofollow) in permissions()
1114 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions()
1126 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions()
1130 if (nofollow && is_symlink(st)) in permissions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfs_ops.cc1102 const bool nofollow = is_set(opts, perm_options::nofollow); in permissions() local
1112 if (add || remove || nofollow) in permissions()
1114 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions()
1126 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions()
1130 if (nofollow && is_symlink(st)) in permissions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/filesystem/
A Dops.cc1150 const bool nofollow = is_set(prms, perms::symlink_nofollow); in permissions() local
1160 if (add || remove || nofollow) in permissions()
1162 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions()
1174 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions()
1178 if (nofollow && is_symlink(st)) in permissions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/
A Dops.cc1170 const bool nofollow = is_set(prms, perms::symlink_nofollow); in permissions() local
1180 if (add || remove || nofollow) in permissions()
1182 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions()
1194 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions()
1198 if (nofollow && is_symlink(st)) in permissions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/
A Dops.cc1168 const bool nofollow = is_set(prms, perms::symlink_nofollow); in permissions() local
1178 if (add || remove || nofollow) in permissions()
1180 st = nofollow ? symlink_status(p, ec) : status(p, ec); in permissions()
1192 const int flag = (nofollow && is_symlink(st)) ? AT_SYMLINK_NOFOLLOW : 0; in permissions()
1196 if (nofollow && is_symlink(st)) in permissions()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dfs_fwd.h203 nofollow = 0x8 in _GLIBCXX_VISIBILITY() enumerator
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dfs_fwd.h213 nofollow = 0x8 in _GLIBCXX_VISIBILITY() enumerator
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dfs_fwd.h204 nofollow = 0x8 in _GLIBCXX_VISIBILITY() enumerator
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dfs_fwd.h203 nofollow = 0x8 in _GLIBCXX_VISIBILITY() enumerator

Completed in 76 milliseconds