Home
last modified time | relevance | path

Searched refs:getxattr (Results 76 – 100 of 4440) sorted by relevance

12345678910>>...178

/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-m4/
H A Dacl.m4178 # On GNU/Linux, testing if a file has an acl can be done with the getxattr
184 AC_CACHE_CHECK([for getxattr with XATTR_NAME_POSIX_ACL macros],
193 [[ssize_t a = getxattr (".", XATTR_NAME_POSIX_ACL_ACCESS, 0, 0);
194 ssize_t b = getxattr (".", XATTR_NAME_POSIX_ACL_DEFAULT, 0, 0);
202 [Define to 1 if getxattr works with XATTR_NAME_POSIX_ACL_ACCESS
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-m4/
H A Dacl.m4178 # On GNU/Linux, testing if a file has an acl can be done with the getxattr
184 AC_CACHE_CHECK([for getxattr with XATTR_NAME_POSIX_ACL macros],
193 [[ssize_t a = getxattr (".", XATTR_NAME_POSIX_ACL_ACCESS, 0, 0);
194 ssize_t b = getxattr (".", XATTR_NAME_POSIX_ACL_DEFAULT, 0, 0);
202 [Define to 1 if getxattr works with XATTR_NAME_POSIX_ACL_ACCESS
/dports/editors/emacs/emacs-27.2/m4/
H A Dacl.m4178 # On GNU/Linux, testing if a file has an acl can be done with the getxattr
184 AC_CACHE_CHECK([for getxattr with XATTR_NAME_POSIX_ACL macros],
193 [[ssize_t a = getxattr (".", XATTR_NAME_POSIX_ACL_ACCESS, 0, 0);
194 ssize_t b = getxattr (".", XATTR_NAME_POSIX_ACL_DEFAULT, 0, 0);
202 [Define to 1 if getxattr works with XATTR_NAME_POSIX_ACL_ACCESS
/dports/misc/gnuls/coreutils-8.30/m4/
H A Dacl.m4177 # On GNU/Linux, testing if a file has an acl can be done with the getxattr
183 AC_CACHE_CHECK([for getxattr with XATTR_NAME_POSIX_ACL macros],
192 [[ssize_t a = getxattr (".", XATTR_NAME_POSIX_ACL_ACCESS, 0, 0);
193 ssize_t b = getxattr (".", XATTR_NAME_POSIX_ACL_DEFAULT, 0, 0);
201 [Define to 1 if getxattr works with XATTR_NAME_POSIX_ACL_ACCESS
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dacl.m4178 # On GNU/Linux, testing if a file has an acl can be done with the getxattr
184 AC_CACHE_CHECK([for getxattr with XATTR_NAME_POSIX_ACL macros],
193 [[ssize_t a = getxattr (".", XATTR_NAME_POSIX_ACL_ACCESS, 0, 0);
194 ssize_t b = getxattr (".", XATTR_NAME_POSIX_ACL_DEFAULT, 0, 0);
202 [Define to 1 if getxattr works with XATTR_NAME_POSIX_ACL_ACCESS
/dports/textproc/gsed/sed-4.8/m4/
H A Dacl.m4178 # On GNU/Linux, testing if a file has an acl can be done with the getxattr
184 AC_CACHE_CHECK([for getxattr with XATTR_NAME_POSIX_ACL macros],
193 [[ssize_t a = getxattr (".", XATTR_NAME_POSIX_ACL_ACCESS, 0, 0);
194 ssize_t b = getxattr (".", XATTR_NAME_POSIX_ACL_DEFAULT, 0, 0);
202 [Define to 1 if getxattr works with XATTR_NAME_POSIX_ACL_ACCESS
/dports/sysutils/fusefs-libs/fuse-2.9.9/include/
H A Dfuse_compat.h37 int (*getxattr) (const char *, const char *, char *, size_t);
96 int (*getxattr) (const char *, const char *, char *, size_t);
146 int (*getxattr) (const char *, const char *, char *, size_t);
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/pkg/xattr/
H A Dxattr_darwin.go27 func getxattr(path string, name string, data []byte) (int, error) { func
36 return getxattr(f.Name(), name, data)
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/pkg/xattr/
H A Dxattr_darwin.go30 func getxattr(path string, name string, data []byte) (int, error) { func
39 return getxattr(f.Name(), name, data)
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/xattr/
H A Dxattr_darwin.go30 func getxattr(path string, name string, data []byte) (int, error) { func
39 return getxattr(f.Name(), name, data)
/dports/net/samba412/samba-4.12.15/source4/ntvfs/posix/python/
H A Dpyxattr_native.c72 len = getxattr(filename,attribute,NULL,0); in py_wrap_getxattr()
84 len = getxattr(filename, attribute, buf, len); in py_wrap_getxattr()
/dports/devel/py-llfuse/llfuse-1.3.8/src/
H A Dxattr.h46 return getxattr(path, name, value, size); in getxattr_p()
128 return getxattr(path, name, value, size, 0, 0); in getxattr_p()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/mac/
H A DXAttrUtil.java57 long bufferLength = XAttr.INSTANCE.getxattr(path, name, null, 0, 0, 0); in getXAttr()
69 long valueLength = XAttr.INSTANCE.getxattr(path, name, valueBuffer, bufferLength, 0, 0); in getXAttr()
/dports/devel/py-llfuse/llfuse-1.3.8/test/
H A Dtest_api.py47 value = llfuse.getxattr(path, name)
56 value2 = os.getxattr(path, name)
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/SDWebImage/SDWebImage/Private/
H A DSDFileAttributeHelper.m73 … ssize_t attrLen = getxattr([path fileSystemRepresentation], [name UTF8String], NULL, 0, 0, flags);
78 @"function": @"getxattr",
89getxattr([path fileSystemRepresentation], [name UTF8String], [attrData mutableBytes], attrLen, 0, …
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/linux/
H A DXAttr.java78 ssize_t getxattr(String path, String name, Pointer value, size_t size); in getxattr() method
79 ssize_t getxattr(String path, String name, byte[] value, size_t size); in getxattr() method
/dports/devel/sccache/sccache-0.2.15/cargo-crates/xattr-0.2.2/src/sys/linux_macos/
H A Dmacos.rs97 fn getxattr( in lgetxattr() function
106 getxattr(path, name, value, size, 0, XATTR_NOFOLLOW) in lgetxattr()
/dports/net/routinator/routinator-0.10.2/cargo-crates/xattr-0.2.2/src/sys/linux_macos/
H A Dmacos.rs97 fn getxattr( in lgetxattr() function
106 getxattr(path, name, value, size, 0, XATTR_NOFOLLOW) in lgetxattr()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/xattr-0.2.2/src/sys/linux_macos/
H A Dmacos.rs97 fn getxattr( in lgetxattr() function
106 getxattr(path, name, value, size, 0, XATTR_NOFOLLOW) in lgetxattr()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/xattr-0.2.2/src/sys/linux_macos/
H A Dmacos.rs97 fn getxattr( in lgetxattr() function
106 getxattr(path, name, value, size, 0, XATTR_NOFOLLOW) in lgetxattr()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/xattr-0.2.2/src/sys/linux_macos/
H A Dmacos.rs97 fn getxattr( in lgetxattr() function
106 getxattr(path, name, value, size, 0, XATTR_NOFOLLOW) in lgetxattr()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/xattr-0.2.2/src/sys/linux_macos/
H A Dmacos.rs97 fn getxattr( in lgetxattr() function
106 getxattr(path, name, value, size, 0, XATTR_NOFOLLOW) in lgetxattr()
/dports/games/dose-response/dose-response-179c326/cargo-crates/xattr-0.2.2/src/sys/linux_macos/
H A Dmacos.rs97 fn getxattr( in lgetxattr() function
106 getxattr(path, name, value, size, 0, XATTR_NOFOLLOW) in lgetxattr()
/dports/www/zola/zola-0.15.2/cargo-crates/xattr-0.2.2/src/sys/linux_macos/
H A Dmacos.rs97 fn getxattr( in lgetxattr() function
106 getxattr(path, name, value, size, 0, XATTR_NOFOLLOW) in lgetxattr()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/xattr-0.2.2/src/sys/linux_macos/
H A Dmacos.rs97 fn getxattr( in lgetxattr() function
106 getxattr(path, name, value, size, 0, XATTR_NOFOLLOW) in lgetxattr()

12345678910>>...178