Home
last modified time | relevance | path

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

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