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

/haiku/src/bin/unzip/
H A Dzipinfo.c939 unsigned hostnum, hostver, extnum, extver, methnum, xattr; variable
1117 xattr = (unsigned)((G.crec.external_file_attributes >> 16) & 0xFFFF);
1124 if (xattr & VMS_IRUSR)
1126 if (xattr & VMS_IWUSR) {
1130 if (xattr & VMS_IXUSR)
1132 if (xattr & VMS_IRGRP)
1134 if (xattr & VMS_IWGRP) {
1138 if (xattr & VMS_IXGRP)
1140 if (xattr & VMS_IROTH)
1142 if (xattr
1751 unsigned hostnum, hostver, methnum, xattr; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dxattrs.h37 #include <sys/xattr.h>
68 enum SYSTEMXATTRS xattr; member in struct:XATTRMAPPING
H A Dxattrs.c102 enum SYSTEMXATTRS xattr; member in struct:XATTRNAME
214 ret = p->xattr;
221 ret = q->xattr;
273 enum SYSTEMXATTRS xattr; local
316 xattr = ntfs_xattr_system_type(ps,
318 if (xattr == XATTR_UNMAPPED)
326 item->xattr = xattr;
331 ntfs_log_early_error("Bad xattr mapping item, aborting\n");
339 * Read xattr mappin
[all...]
/haiku/src/build/libroot/
H A Dfs_attr_bsdxattr.h8 /*! Included by fs_attr_untyped.cpp. Interfaces with BSD xattr support.
12 #include <sys/xattr.h>
H A Dfs_attr_xattr.h8 /*! Included by fs_attr_untyped.cpp. Interfaces with Linux xattr support.
12 #include <sys/xattr.h>
/haiku/
H A Dconfigure88 --no-full-xattr Do not use Linux/*BSD/Darwin's native extended file
92 --no-xattr Do not use Linux/*BSD/Darwin's native extended file
445 # 0: no support, 1: only enough for xattr-ref, 2: full support
459 xattr_set="xattr"; xattr_set_args="-w \$NAME \"\$VALUE\""
460 xattr_get="xattr"; xattr_get_args="-p \$NAME"
483 echo "xattr test file" >"$outputDir/xattrtest"
485 # on round 0, we test if we can set 3 attrs of 1K each (enough for xattr-ref)
486 # on round 1, we test if we can set 3 attrs of 45K each (enough for full xattr)
823 --no-full-xattr)HAIKU_HOST_USE_XATTR=0; shift 1;;
824 --no-xattr) HAIKU_HOST_USE_XATTR_RE
[all...]
/haiku/src/libs/gnu/
H A Dxattr.cpp6 #include <sys/xattr.h>
36 // a simple xattr -- copy the name verbatim
74 // a simple xattr

Completed in 112 milliseconds