Home
last modified time | relevance | path

Searched refs:getxattr (Results 176 – 200 of 4440) sorted by relevance

12345678910>>...178

/dports/misc/gnuls/coreutils-8.30/tests/ls/
H A Dgetxattr-speedup.sh44 ssize_t getxattr (const char *path, const char *name, void *value, size_t size)
/dports/sysutils/coreutils/coreutils-8.32/tests/ls/
H A Dgetxattr-speedup.sh44 ssize_t getxattr (const char *path, const char *name, void *value, size_t size)
/dports/deskutils/recoll/recoll-1.31.2/utils/
H A Dpxattr.cpp137 ret = getxattr(path.c_str(), name.c_str(), 0, 0); in get()
150 ret = getxattr(path.c_str(), name.c_str(), buf.buf, ret); in get()
158 ret = getxattr(path.c_str(), name.c_str(), 0, 0, 0, XATTR_NOFOLLOW); in get()
160 ret = getxattr(path.c_str(), name.c_str(), 0, 0, 0, 0); in get()
171 ret = getxattr(path.c_str(), name.c_str(), buf.buf, ret, 0, in get()
174 ret = getxattr(path.c_str(), name.c_str(), buf.buf, ret, 0, 0); in get()
/dports/emulators/aranym/aranym-1.1.0/atari/hostfs/metados/
H A Dfilesys.h41 long getxattr (FILESYS *fs, fcookie *fc, XATTR *xattr);
132 if (fs->getxattr) in xfs_getxattr()
137 r = (*fs->getxattr)(fc, xattr); in xfs_getxattr()
143 return getxattr(fs, fc, xattr); in xfs_getxattr()
/dports/archivers/gtar/tar-1.34/lib/attr/
H A Dxattr.h39 static inline ssize_t getxattr (const char *path, const char *name, void *value, in getxattr() function
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/libsync/vfs/xattr/
H A Dxattrwrapper_linux.cpp33 const auto count = getxattr(path.constData(), name.constData(), result.data(), bufferSize); in xattrGet()
/dports/archivers/gtar/tar-1.34/lib/
H A Dattr-xattr.in.h39 static inline ssize_t getxattr (const char *path, const char *name, void *value, in getxattr() function
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-tests/
H A Dfile-has-acl.c55 ret = getxattr (name, XATTR_NAME_POSIX_ACL_ACCESS, NULL, 0); in file_has_acl()
63 ret = getxattr (name, XATTR_NAME_POSIX_ACL_DEFAULT, NULL, 0); in file_has_acl()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-tests/
H A Dfile-has-acl.c55 ret = getxattr (name, XATTR_NAME_POSIX_ACL_ACCESS, NULL, 0); in file_has_acl()
63 ret = getxattr (name, XATTR_NAME_POSIX_ACL_DEFAULT, NULL, 0); in file_has_acl()
/dports/archivers/gtar/tar-1.34/gnu/
H A Dfile-has-acl.c55 ret = getxattr (name, XATTR_NAME_POSIX_ACL_ACCESS, NULL, 0); in file_has_acl()
63 ret = getxattr (name, XATTR_NAME_POSIX_ACL_DEFAULT, NULL, 0); in file_has_acl()
/dports/shells/zsh/zsh-5.8.1/Src/Modules/
H A Dattr.c40 return getxattr(path, name, value, size, 0, symlink ? XATTR_NOFOLLOW: 0); in xgetxattr()
44 return getxattr(path, name, value, size); in xgetxattr()
/dports/editors/emacs-devel/emacs-4d1968b/lib/
H A Dfile-has-acl.c55 ret = getxattr (name, XATTR_NAME_POSIX_ACL_ACCESS, NULL, 0); in file_has_acl()
63 ret = getxattr (name, XATTR_NAME_POSIX_ACL_DEFAULT, NULL, 0); in file_has_acl()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dfile-has-acl.c55 ret = getxattr (name, XATTR_NAME_POSIX_ACL_ACCESS, NULL, 0); in file_has_acl()
63 ret = getxattr (name, XATTR_NAME_POSIX_ACL_DEFAULT, NULL, 0); in file_has_acl()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-tests/
H A Dfile-has-acl.c55 ret = getxattr (name, XATTR_NAME_POSIX_ACL_ACCESS, NULL, 0); in file_has_acl()
63 ret = getxattr (name, XATTR_NAME_POSIX_ACL_DEFAULT, NULL, 0); in file_has_acl()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-tests/
H A Dfile-has-acl.c55 ret = getxattr (name, XATTR_NAME_POSIX_ACL_ACCESS, NULL, 0); in file_has_acl()
63 ret = getxattr (name, XATTR_NAME_POSIX_ACL_DEFAULT, NULL, 0); in file_has_acl()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dfile-has-acl.c55 ret = getxattr (name, XATTR_NAME_POSIX_ACL_ACCESS, NULL, 0); in file_has_acl()
63 ret = getxattr (name, XATTR_NAME_POSIX_ACL_DEFAULT, NULL, 0); in file_has_acl()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dfile-has-acl.c55 ret = getxattr (name, XATTR_NAME_POSIX_ACL_ACCESS, NULL, 0); in file_has_acl()
63 ret = getxattr (name, XATTR_NAME_POSIX_ACL_DEFAULT, NULL, 0); in file_has_acl()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/tools/file/
H A Dxattr.cpp59 ssize_t sz=getxattr(m_fName.c_str(), attr, 0, 0 MWAW_EXTENDED_FS); in getStream()
66 if (getxattr(m_fName.c_str(), attr, buffer.get(), size_t(sz) MWAW_EXTENDED_FS) != sz) { in getStream()
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/tools/zip/
H A Dxattr.cpp93 sz[i]=getxattr(m_fName.c_str(), attr[i], 0, 0 MWAW_EXTENDED_FS); in getStream()
127 if (getxattr(m_fName.c_str(), attr[i], bufferPtr, size_t(sz[i]) MWAW_EXTENDED_FS) != sz[i]) { in getStream()
/dports/textproc/gsed/sed-4.8/gnulib-tests/
H A Dfile-has-acl.c55 ret = getxattr (name, XATTR_NAME_POSIX_ACL_ACCESS, NULL, 0); in file_has_acl()
63 ret = getxattr (name, XATTR_NAME_POSIX_ACL_DEFAULT, NULL, 0); in file_has_acl()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/sources/
H A Dplatform.h112 virtual ssize_t getxattr(const char*, void*, size_t);
196 ssize_t getxattr(const char* path, const char* name, void* buf, size_t size) const noexcept;
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/misc/
H A DmacCreatorType.py23 finderInfo = xattr.getxattr(path, 'com.apple.FinderInfo')
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Dxattr.h59 extern ssize_t getxattr (const char *__path, const char *__name,
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Dxattr.h59 extern ssize_t getxattr (const char *__path, const char *__name,
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/archive/
H A Dtar_windows.go105 func getxattr(path, attr string) ([]byte, error) { func

12345678910>>...178