Searched refs:new_symlink (Results 1 – 13 of 13) sorted by relevance
/freebsd/lib/libc/tests/secure/ |
H A D | fortify_unistd_test.c | 52 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 D | fortify_random_test.c | 52 new_symlink(size_t __len) in new_symlink() function
|
H A D | fortify_stdlib_test.c | 52 new_symlink(size_t __len) in new_symlink() function
|
H A D | fortify_strings_test.c | 52 new_symlink(size_t __len) in new_symlink() function
|
H A D | fortify_poll_test.c | 52 new_symlink(size_t __len) in new_symlink() function
|
H A D | fortify_select_test.c | 52 new_symlink(size_t __len) in new_symlink() function
|
H A D | fortify_uio_test.c | 52 new_symlink(size_t __len) in new_symlink() function
|
H A D | fortify_stdio_test.c | 52 new_symlink(size_t __len) in new_symlink() function
|
H A D | fortify_socket_test.c | 52 new_symlink(size_t __len) in new_symlink() function
|
H A D | fortify_wchar_test.c | 52 new_symlink(size_t __len) in new_symlink() function
|
H A D | fortify_string_test.c | 52 new_symlink(size_t __len) in new_symlink() function
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | filesystem | 391 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 D | operations.cpp | 343 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()
|