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

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dxattr.h96 int removexattr(const char *path, const char *name, int options);
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dattr.c86 return removexattr(path, name, symlink ? XATTR_NOFOLLOW : 0);
90 return removexattr(path, name);
/macosx-10.9.5/xnu-2422.115.4/bsd/man/man2/
H A DMakefile144 removexattr.2 \
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dxattr_tests.c82 /* use removexattr to remove an attribute to our test file */
83 my_err = removexattr( my_pathp, XATTR_TEST_NAME, 0 );
85 printf( "removexattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c5118 DTRACE_FSINFO(removexattr, vnode_t, vp);
H A Dvfs_syscalls.c9283 removexattr(proc_t p, struct removexattr_args *uap, int *retval) function

Completed in 344 milliseconds