Home
last modified time | relevance | path

Searched refs:removexattr (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.61.2/bsd/sys/
H A Dxattr.h96 int removexattr(const char *path, const char *name, int options);
/xnu-8792.61.2/bsd/man/man2/
H A DMakefile175 removexattr.2 \
/xnu-8792.61.2/tests/
H A Dfile_leases.c571 err = removexattr(testfile, xattr_key, 0);
/xnu-8792.61.2/bsd/vfs/
H A Dkpi_vfs.c5992 DTRACE_FSINFO(removexattr, vnode_t, vp); in VNOP_REMOVEXATTR()
H A Dvfs_syscalls.c13149 removexattr(proc_t p, struct removexattr_args *uap, int *retval) in removexattr() function