Searched refs:fremovexattr (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dxattr.h74 int fremovexattr(int fd, const char *name, int options);
H A Dsysproto.h1897 int fremovexattr(struct proc *, struct fremovexattr_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile54 fremovexattr.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dxattr_tests.c131 /* use fremovexattr to remove an attribute to our test file */
132 my_err = fremovexattr( my_fd, XATTR_TEST_NAME, 0 );
134 printf( "fremovexattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
145 printf( "fremovexattr did not remove our test attribute \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c344 {AC(fremovexattr_args), 0, 0, (sy_call_t *)fremovexattr, munge_www, munge_ddd, _SYSCALL_RET_INT_T, 12}, /* 239 = fremovexattr */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c6708 fremovexattr(__unused proc_t p, struct fremovexattr_args *uap, int *retval) function

Completed in 60 milliseconds