Home
last modified time | relevance | path

Searched refs:symlink (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.121.6/tests/vfs/
H A Dlongpaths.c823 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 DMakefile235 symlink.2 \
/xnu-11417.121.6/tests/
H A Dnetbsd_utimensat.c183 T_ASSERT_POSIX_SUCCESS(symlink(FILEPATH, LINK), NULL); /* NB: FILE does not exists */
H A Dkqueue_file_tests.c372 res = symlink((char*)args[0], (char*)args[1]); in execute_action()
/xnu-11417.121.6/makedefs/
H A DMakeInc.kernel525 # 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 Dkpi_vfs.c5383 DTRACE_FSINFO(symlink, vnode_t, dvp); in VNOP_SYMLINK()
H A Dvfs_syscalls.c6141 symlink(__unused proc_t p, struct symlink_args *uap, __unused int32_t *retval) in symlink() function