Home
last modified time | relevance | path

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

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