Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/man/man2/ !
H A DMakefile233 symlink.2 \
/xnu-10063.101.15/tests/ !
H A Dnetbsd_utimensat.c183 T_ASSERT_POSIX_ZERO(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-10063.101.15/makedefs/ !
H A DMakeInc.kernel525 # symlink during incremental builds and create a new symlink inside
526 # the target of the existing symlink
/xnu-10063.101.15/bsd/vfs/ !
H A Dkpi_vfs.c5292 DTRACE_FSINFO(symlink, vnode_t, dvp); in VNOP_SYMLINK()
H A Dvfs_syscalls.c5949 symlink(__unused proc_t p, struct symlink_args *uap, __unused int32_t *retval) in symlink() function