Searched refs:getxattr (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/Libsystem-1213/
H A DCompatibilityHacks.c45 SYM(getxattr); variable
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dxattr.h47 /* option for f/getxattr() and f/listxattr() to expose the HFS Compression extended attributes */
88 ssize_t getxattr(const char *path, const char *name, void *value, size_t size, u_int32_t position, int options);
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dxattr_tests.c56 /* make sure it is there using listxattr and getxattr */
70 my_result = getxattr( my_pathp, XATTR_TEST_NAME, &my_buffer[0], sizeof(my_buffer), 0, 0 );
72 printf( "getxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
78 printf( "getxattr did not get the correct attribute data \n" );
97 my_result = getxattr( my_pathp, XATTR_TEST_NAME, &my_buffer[0], sizeof(my_buffer), 0, 0 );
99 printf( "getxattr failed with error %d - \"%s\" \n", errno, strerror( errno) );
/macosx-10.10/xar-254/xar/test/
H A Dattr.py56 assert xattr.getxattr(os.path.join(directory, filename), key) == value, "extended attribute \"{n}\" has incorrect contents after extraction".format(n=key)
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dattr.c40 return getxattr(path, name, value, size, 0, symlink ? XATTR_NOFOLLOW: 0);
44 return getxattr(path, name, value, size);
/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/
H A Dextattr_macosx.c106 ret = getxattr(path, attrname, attrvalue, slen, 0, xflags);
H A Dextattr_linux.c180 ret = getxattr(path, q, attrvalue, slen);
/macosx-10.10/xnu-2782.1.97/bsd/man/man2/
H A DMakefile99 getxattr.2 \
/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/lib/File/
H A DExtAttr.pm183 #this is used by getxattr(), needs documentation
374 L<http://www.die.net/doc/linux/man/man2/getxattr.2.html>
410 getxattr(2)
412 L<http://developer.apple.com/documentation/Darwin/Reference/ManPages/man2/getxattr.2.html>
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c316 * call to getxattr(), we might be able to avoid the second
341 size = getxattr(accpath, name, NULL, 0);
357 size = getxattr(accpath, name, value, size);
/macosx-10.10/BootCache-109/
H A Dcontrol.c549 if (-1 != getxattr(playlist_path, I386_XATTR_NAME, &i386_shared_cache_batch_num, sizeof(i386_shared_cache_batch_num), 0, 0x0)) {
604 bool is_running = (-1 != getxattr(playlist_path, RUNNING_XATTR_NAME, NULL, 0, 0, 0x0));
629 if (-1 != getxattr(playlist_path, I386_XATTR_NAME, NULL, 0, 0, 0x0)) {
H A Dlibrary.c816 size_t sz = getxattr(fname, XATTR_RESOURCEFORK_NAME, NULL, 0, 0,
/macosx-10.10/xar-254/xar/lib/
H A Ddarwinattr.c243 ret = getxattr(file, i, NULL, 0, 0, XATTR_NOFOLLOW);
251 ret = getxattr(file, i, DARWINATTR_CONTEXT(context)->buf, DARWINATTR_CONTEXT(context)->len, 0, XATTR_NOFOLLOW);
/macosx-10.10/file_cmds-242/ls/
H A Dls.c817 np->xattr_sizes[np->xattr_count] = getxattr(filename, name, 0, 0, 0, XATTR_NOFOLLOW);
/macosx-10.10/libarchive-30/libarchive/
H A DCMakeLists.txt659 CHECK_FUNCTION_EXISTS_GLIBC(getxattr HAVE_GETXATTR)
H A Dconfigure23817 for ac_func in fsetxattr getxattr
/macosx-10.10/shell_cmds-179/find/
H A Dfunction.c473 xattr = getxattr(entry->fts_accpath, plan->c_data, NULL, 0, 0, XATTR_NOFOLLOW);
/macosx-10.10/zsh-61/zsh/
H A Dconfigure8263 gdbm_open getxattr \
8705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getxattr etc. are Linux-like" >&5
8706 $as_echo_n "checking if getxattr etc. are Linux-like... " >&6; }
8719 (void)getxattr("", "", 0, 0);
8738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getxattr etc. are MAC-like" >&5
8739 $as_echo_n "checking if getxattr etc. are MAC-like... " >&6; }
8751 (void)getxattr("", "", 0, 0, 0, 0);
8775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if getxattr etc. are usable" >&5
8776 $as_echo_n "checking if getxattr etc. are usable... " >&6; }
/macosx-10.10/xar-254/xar/
H A Dconfigure4358 for ac_func in getxattr
4360 ac_fn_c_check_func "$LINENO" "getxattr" "ac_cv_func_getxattr"
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dkpi_vfs.c5144 DTRACE_FSINFO(getxattr, vnode_t, vp);
H A Dvfs_syscalls.c9661 getxattr(proc_t p, struct getxattr_args *uap, user_ssize_t *retval) function

Completed in 490 milliseconds