Searched refs:fsetxattr (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_xattr.c60 err = fsetxattr(fd, mappings[i].attr, value, strlen(value), 0, 0);
62 err = fsetxattr(fd, mappings[i].attr, value, strlen(value), 0);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dxattr.h94 int fsetxattr(int fd, const char *name, const void *value, size_t size, u_int32_t position, int options);
/macosx-10.9.5/xnu-2422.115.4/bsd/man/man2/
H A DMakefile56 fsetxattr.2 \
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dxattr_tests.c113 /* use fsetxattr to add an attribute to our test file */
114 my_err = fsetxattr( my_fd, XATTR_TEST_NAME, &my_xattr_data[0], sizeof(my_xattr_data), 0, 0 );
116 printf( "fsetxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dunix++.cpp281 checkError(::fsetxattr(mFd, name, value, length, position, options));
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dunix++.cpp281 checkError(::fsetxattr(mFd, name, value, length, position, options));
/macosx-10.9.5/kext_tools-326.95.1/
H A Dupdate_boot.c2468 if(fsetxattr(fd,XATTR_FINDERINFO_NAME,&nulltype,sizeof(nulltype),0,0)) {
2685 if(fsetxattr(fd,XATTR_FINDERINFO_NAME,&tbxichrp,sizeof(tbxichrp),0,0)){
2891 if (fsetxattr(fd,XATTR_FINDERINFO_NAME,&tbxjchrp,sizeof(tbxjchrp),0,0))
/macosx-10.9.5/libarchive-29/libarchive/
H A DCMakeLists.txt658 CHECK_FUNCTION_EXISTS_GLIBC(fsetxattr HAVE_FSETXATTR)
H A Dconfigure23817 for ac_func in fsetxattr getxattr
/macosx-10.9.5/copyfile-103.92.1/
H A Dcopyfile.c1630 * We set S_IWUSR because fsetxattr does not -- at the time this comment
2316 if (fsetxattr(s->dst_fd, name, xa_dataptr, xa_size, 0, look_for_decmpea) < 0)
3257 if (fsetxattr(s->dst_fd, (char *)entry->name, dataptr, entry->length, 0, 0) == -1) {
3332 error = fsetxattr(s->dst_fd, XATTR_FINDERINFO_NAME, (u_int8_t*)buffer + adhdr->entries[0].offset, sizeof(emptyfinfo), 0, 0);
3423 error = fsetxattr(s->dst_fd, XATTR_RESOURCEFORK_NAME, rsrcforkdata, bytes, 0, 0);
3430 * structure that says there are no resources. So, if fsetxattr has
/macosx-10.9.5/curl-78.94.1/curl/
H A Dconfigure29813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if fsetxattr can be linked" >&5
29814 $as_echo_n "checking if fsetxattr can be linked... " >&6; }
29819 #define fsetxattr innocuous_fsetxattr
29825 #undef fsetxattr
29829 char fsetxattr ();
29836 return fsetxattr ();
29859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if fsetxattr is prototyped" >&5
29860 $as_echo_n "checking if fsetxattr is prototyped... " >&6; }
29868 $EGREP "fsetxattr" >/dev/null 2>&1; then :
29887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if fsetxattr take
[all...]
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_write_disk.c2451 e = fsetxattr(a->fd, name, value, size, 0);
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c9229 fsetxattr(proc_t p, struct fsetxattr_args *uap, int *retval) function

Completed in 245 milliseconds