Home
last modified time | relevance | path

Searched refs:new_symlink (Results 1 – 13 of 13) sorted by relevance

/freebsd/lib/libc/tests/secure/
H A Dfortify_unistd_test.c52 new_symlink(size_t __len) in new_symlink() function
1085 path = new_symlink(__len); /* Cannot fail */ in ATF_TC_BODY()
1109 path = new_symlink(__len); /* Cannot fail */ in ATF_TC_BODY()
1134 path = new_symlink(__len); /* Cannot fail */ in ATF_TC_BODY()
1159 path = new_symlink(__len); /* Cannot fail */ in ATF_TC_BODY()
1193 path = new_symlink(__len); /* Cannot fail */ in ATF_TC_BODY()
1239 path = new_symlink(__len); /* Cannot fail */ in ATF_TC_BODY()
1263 path = new_symlink(__len); /* Cannot fail */ in ATF_TC_BODY()
1288 path = new_symlink(__len); /* Cannot fail */ in ATF_TC_BODY()
1313 path = new_symlink(__len); /* Cannot fail */ in ATF_TC_BODY()
[all …]
H A Dfortify_random_test.c52 new_symlink(size_t __len) in new_symlink() function
H A Dfortify_stdlib_test.c52 new_symlink(size_t __len) in new_symlink() function
H A Dfortify_strings_test.c52 new_symlink(size_t __len) in new_symlink() function
H A Dfortify_poll_test.c52 new_symlink(size_t __len) in new_symlink() function
H A Dfortify_select_test.c52 new_symlink(size_t __len) in new_symlink() function
H A Dfortify_uio_test.c52 new_symlink(size_t __len) in new_symlink() function
H A Dfortify_stdio_test.c52 new_symlink(size_t __len) in new_symlink() function
H A Dfortify_socket_test.c52 new_symlink(size_t __len) in new_symlink() function
H A Dfortify_wchar_test.c52 new_symlink(size_t __len) in new_symlink() function
H A Dfortify_string_test.c52 new_symlink(size_t __len) in new_symlink() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem391 void copy_symlink(const path& existing_symlink, const path& new_symlink);
392 void copy_symlink(const path& existing_symlink, const path& new_symlink,
405 void create_directory_symlink(const path& to, const path& new_symlink);
406 void create_directory_symlink(const path& to, const path& new_symlink,
413 void create_symlink(const path& to, const path& new_symlink);
414 void create_symlink(const path& to, const path& new_symlink,
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp343 void __copy_symlink(const path& existing_symlink, const path& new_symlink, error_code* ec) { in __copy_symlink() argument
351 __create_directory_symlink(real_path, new_symlink, ec); in __copy_symlink()
354 __create_symlink(real_path, new_symlink, ec); in __copy_symlink()