Searched refs:symlink (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.121.6/tests/vfs/ |
| H A D | longpaths.c | 823 T_QUIET; T_ASSERT_POSIX_SUCCESS(symlink("base", "link"), CTXFMT, remaininglen, onoffstr(policy)); in test_path_after_link() 879 int rc = symlink(targetpath, linkpath); in test_symlink_long2long() 915 int rc = symlink(targetname, path); in test_symlink_long2short() 942 int rc = symlink(path, "short-link"); in test_symlink_short2long() 1008 int rc = symlink(parentname, linkpath); in test_symlink_intermediate()
|
| /xnu-11417.121.6/bsd/man/man2/ |
| H A D | Makefile | 235 symlink.2 \
|
| /xnu-11417.121.6/tests/ |
| H A D | netbsd_utimensat.c | 183 T_ASSERT_POSIX_SUCCESS(symlink(FILEPATH, LINK), NULL); /* NB: FILE does not exists */
|
| H A D | kqueue_file_tests.c | 372 res = symlink((char*)args[0], (char*)args[1]); in execute_action()
|
| /xnu-11417.121.6/makedefs/ |
| H A D | MakeInc.kernel | 525 # symlink during incremental builds and create a new symlink inside 526 # the target of the existing symlink
|
| /xnu-11417.121.6/bsd/vfs/ |
| H A D | kpi_vfs.c | 5383 DTRACE_FSINFO(symlink, vnode_t, dvp); in VNOP_SYMLINK()
|
| H A D | vfs_syscalls.c | 6141 symlink(__unused proc_t p, struct symlink_args *uap, __unused int32_t *retval) in symlink() function
|