Home
last modified time | relevance | path

Searched refs:fremovexattr (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dxattr.h98 int fremovexattr(int fd, const char *name, int options);
/xnu-8792.41.9/bsd/man/man2/
H A DMakefile65 fremovexattr.2 \
/xnu-8792.41.9/tests/
H A Dfile_leases.c581 err = fremovexattr(fd, xattr_key, 0);
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_syscalls.c13160 fremovexattr(__unused proc_t p, struct fremovexattr_args *uap, int *retval) in fremovexattr() function