Searched refs:xattr (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.10/python_modules-40/
H A D2.6.inc9 xattr-0.6.4 \
H A D2.7.inc9 xattr-0.6.4 \
/macosx-10.10/python_modules-40/Modules/xattr-0.6.4/
H A DMakefile1 NAME = xattr
11 ed - $(DIR)/xattr/__init__.py < xattr___init__.py.ed
12 ed - $(DIR)/xattr/_xattr.c < xattr__xattr.c.ed
14 ed - $(DIR)/xattr/__init__.py < xattr___init__.py3.ed
15 ! { unifdef -DPY3K -o $(DIR)/xattr/tool.py rtool.py.in || \
19 ! { unifdef -UPY3K -o $(DIR)/xattr/tool.py rtool.py.in || \
H A Drtool.py.in31 import xattr
48 print "The second form (-p) prints the value of the xattr attr_name."
49 print "The third form (-w) sets the value of the xattr attr_name to the string attr_value."
50 print "The fourth form (-d) deletes the xattr attr_name."
141 options = xattr.XATTR_NOFOLLOW
186 sys.stderr.write("xattr: No such file: %s\n" % (filename,))
188 sys.stderr.write("xattr: " + str(e) + "\n")
215 attrs = xattr.xattr(filename, options)
243 onError("%s: No such xattr
[all...]
/macosx-10.10/python_modules-40/Modules/xattr-0.5/
H A DMakefile1 NAME = xattr
9 cp -f rtool.py $(DIR)/Lib/xattr/tool.py
H A Drtool.py31 import xattr
47 print "The second form (-p) prints the value of the xattr attr_name."
48 print "The third form (-w) sets the value of the xattr attr_name to the string attr_value."
49 print "The fourth form (-d) deletes the xattr attr_name."
141 sys.stderr.write("xattr: No such file: %s\n" % (filename,))
143 sys.stderr.write("xattr: " + str(e) + "\n")
165 attrs = xattr.xattr(filename)
188 onError("%s: No such xattr: %s" % (filename, attr_name,))
223 onError("%s: No such xattr
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cprotect.c32 #include <sys/xattr.h>
135 * Read xattr data off the cnode. Then, if conditions permit,
214 * b) we encountered an error setting the xattr above.
242 * we need to create a keyless xattr upon file / directory creation. When we have the inode value
320 * this blob has no keys and it has no backing xattr. We just know the
782 * - write out the xattr if it hasn't already been saved
925 /* write out the xattr if it's new */
1143 panic("Content Protection: cp_xattr called with xattr == NULL");
1208 * Stores new xattr data on the cnode.
1378 struct cp_root_xattr xattr; local
1475 struct cp_xattr_v4 *xattr = NULL; local
1559 struct cp_xattr_v2 *xattr = NULL; local
[all...]
H A Dhfs_vfsutils.c937 struct cp_root_xattr *xattr = NULL; local
938 MALLOC (xattr, struct cp_root_xattr*, sizeof(struct cp_root_xattr), M_TEMP, M_WAITOK);
939 if (xattr == NULL) {
943 bzero (xattr, sizeof(struct cp_root_xattr));
946 cperr = cp_getrootxattr (hfsmp, xattr);
955 if ((xattr->major_version < CP_PREV_MAJOR_VERS) || (xattr->major_version > CP_NEW_MAJOR_VERS)) {
961 bzero(xattr, sizeof(struct cp_root_xattr));
962 xattr->major_version = CP_NEW_MAJOR_VERS;
963 xattr
[all...]
/macosx-10.10/xar-254/xar/test/
H A Dutil.py11 import xattr
95 xattr1 = xattr.xattr(entry1)
96 xattr2 = xattr.xattr(entry2)
H A Dattr.py9 import xattr
45 xattr.setxattr(f, key, value)
56 assert xattr.getxattr(os.path.join(directory, filename), key) == value, "extended attribute \"{n}\" has incorrect contents after extraction".format(n=key)
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_xar.c134 struct xattr { struct
135 struct xattr *next;
195 struct xattr *xattr_list;
344 struct xattr *xattr; /* current reading extended attribute. */ member in struct:xar
401 static void xattr_free(struct xattr *);
636 struct xattr *xattr; local
707 xattr = file->xattr_list;
708 while (xattr !
1702 struct xattr *xattr; local
1724 struct xattr *xattr, **nx; local
1746 xattr_free(struct xattr *xattr) argument
[all...]
H A Darchive_read_disk_entry_from_file.c46 #include <sys/xattr.h>
52 #include <attr/xattr.h>
/macosx-10.10/CPANInternal-159.1/File-ExtAttr-1.09/
H A Dextattr_linux.h6 #include <attr/xattr.h>
H A Dextattr_macosx.h5 #include <sys/xattr.h>
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_xattr.c25 # include <sys/xattr.h> /* header from libc, not from libattr */
41 const char *attr; /* name of the xattr */
59 /* loop through all xattr-curlinfo pairs and abort on a set error */
H A Dtool_cfgable.h193 bool xattr; /* store metadata in extended attributes */ member in struct:OperationConfig
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_subr.h250 const char *name, size_t nmlen, int xattr,
261 SMBFID *fidp, uint32_t disp, int xattr,
264 const char *name, size_t nmlen, int xattr,
304 size_t in_nmlen, uint32_t disp, int xattr,
H A Dsmbfs_subr_2.h86 int xattr, vfs_context_t context);
101 uint32_t disp, int xattr, struct smbfattr *fap,
/macosx-10.10/copyfile-118.1.2/
H A Dxattr_flags.c31 #include <sys/xattr.h>
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Ddecmpfs.h44 /* this structure represents the xattr on disk; the fields below are little-endian */
52 /* this structure represents the xattr in memory; the fields below are host-endian */
62 CMP_Type1 = 1, /* uncompressed data in xattr */
82 uint8_t cmp_minimal_xattr; /* if non-zero, this file's com.apple.decmpfs xattr contained only the minimal decmpfs_disk_header */
108 int decmpfs_hides_xattr(vfs_context_t ctx, decmpfs_cnode *cp, const char *xattr);
H A DMakefile35 vm.h vmmeter.h vmparam.h vnioctl.h vnode.h vnode_if.h vstat.h wait.h xattr.h \
84 utfconv.h vm.h vmparam.h vnode.h vnode_if.h xattr.h \
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_vfs_subr.c36 #include <sys/xattr.h>
/macosx-10.10/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dxattr_tests.c11 #include <sys/xattr.h>
19 * Test xattr system calls.
105 /* repeat tests using file descriptor versions of the xattr system calls */
/macosx-10.10/shell_cmds-179/find/
H A Dfunction.c67 #include <sys/xattr.h>
455 ssize_t xattr; local
459 xattr = listxattr(entry->fts_accpath, NULL, 0, XATTR_NOFOLLOW);
460 if (xattr > 0) {
469 ssize_t xattr; local
473 xattr = getxattr(entry->fts_accpath, plan->c_data, NULL, 0, 0, XATTR_NOFOLLOW);
474 if (xattr > 0) {
/macosx-10.10/xar-254/xar/lib/
H A Dlinuxattr.c64 #include <sys/xattr.h>

Completed in 311 milliseconds

123