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

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dxattr.h98 int fremovexattr(int fd, const char *name, int options);
/macosx-10.9.5/xnu-2422.115.4/bsd/man/man2/
H A DMakefile55 fremovexattr.2 \
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dxattr_tests.c143 /* use fremovexattr to remove an attribute to our test file */
144 my_err = fremovexattr( my_fd, XATTR_TEST_NAME, 0 );
146 printf( "fremovexattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dunix++.cpp313 if (::fremovexattr(mFd, name, options))
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dunix++.cpp313 if (::fremovexattr(mFd, name, options))
/macosx-10.9.5/copyfile-103.92.1/
H A Dcopyfile.c2178 fremovexattr(s->dst_fd, name,0);
2946 (void)fremovexattr(s->dst_fd, name, 0);
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c9329 fremovexattr(__unused proc_t p, struct fremovexattr_args *uap, int *retval) function

Completed in 128 milliseconds