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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dxattr.h72 int removexattr(const char *path, const char *name, int options);
H A Dsysproto.h1896 int removexattr(struct proc *, struct removexattr_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile136 removexattr.2 \
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dxattr_tests.c75 /* use removexattr to remove an attribute to our test file */
76 my_err = removexattr( my_pathp, XATTR_TEST_NAME, 0 );
78 printf( "removexattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
89 printf( "removexattr did not remove our test attribute \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c343 {AC(removexattr_args), 0, 0, (sy_call_t *)removexattr, munge_www, munge_ddd, _SYSCALL_RET_INT_T, 12}, /* 238 = removexattr */
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c6662 removexattr(proc_t p, struct removexattr_args *uap, int *retval) function

Completed in 74 milliseconds