Home
last modified time | relevance | path

Searched refs:getxattr (Results 126 – 150 of 4440) sorted by relevance

12345678910>>...178

/dports/textproc/libmwaw03/libmwaw-0.3.20/src/conv/helper/
H A Dhelper.cpp346 if (getxattr(fName, "com.apple.FinderInfo", 0, 0 MWAW_EXTENDED_FS)<=0) in getFileInput()
348 ssize_t sz=getxattr(fName, "com.apple.FinderInfo", 0, 0 MWAW_EXTENDED_FS); in getFileInput()
352 if (getxattr(fName, "com.apple.FinderInfo", &buffer[0], size_t(sz) MWAW_EXTENDED_FS) != sz) in getFileInput()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/filed/
H A Dbxattr_osx.c186 len = getxattr(jcr->last_fname, name, NULL, 0, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
216 len = getxattr(jcr->last_fname, name, value, len, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/filed/
H A Dbxattr_osx.c186 len = getxattr(jcr->last_fname, name, NULL, 0, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
216 len = getxattr(jcr->last_fname, name, value, len, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/filed/
H A Dbxattr_osx.c186 len = getxattr(jcr->last_fname, name, NULL, 0, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
216 len = getxattr(jcr->last_fname, name, value, len, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/filed/
H A Dbxattr_osx.c186 len = getxattr(jcr->last_fname, name, NULL, 0, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
216 len = getxattr(jcr->last_fname, name, value, len, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/filed/
H A Dbxattr_osx.c186 len = getxattr(jcr->last_fname, name, NULL, 0, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
216 len = getxattr(jcr->last_fname, name, value, len, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/filed/
H A Dbxattr_osx.c186 len = getxattr(jcr->last_fname, name, NULL, 0, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
216 len = getxattr(jcr->last_fname, name, value, len, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/filed/
H A Dbxattr_osx.c186 len = getxattr(jcr->last_fname, name, NULL, 0, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
216 len = getxattr(jcr->last_fname, name, value, len, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/filed/
H A Dbxattr_osx.c186 len = getxattr(jcr->last_fname, name, NULL, 0, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
216 len = getxattr(jcr->last_fname, name, value, len, 0, XATTR_NOFOLLOW); in os_get_xattr_value()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/mac/
H A Dxattr.cc33 ssize_t buffer_size = getxattr(file.value().c_str(), name.data(), nullptr, in ReadXattr()
45 ssize_t bytes_read = getxattr(file.value().c_str(), name.data(), in ReadXattr()
/dports/emulators/aranym/aranym-1.1.0/atari/tools/devdos/
H A Ddosdir.c106 return getxattr( fc, xattr); in sys_f_xattr()
207 *xret = getxattr( dirh->current, xattr); in sys_d_xreaddir()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/mac/
H A Dxattr.cc33 ssize_t buffer_size = getxattr(file.value().c_str(), name.data(), nullptr, in ReadXattr()
45 ssize_t bytes_read = getxattr(file.value().c_str(), name.data(), in ReadXattr()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c460 size = getxattr(accpath, name, NULL, 0, 0, XATTR_NOFOLLOW); in setup_xattr()
466 size = getxattr(accpath, name, NULL, 0); in setup_xattr()
468 size = getxattr(accpath, name, NULL, 0, 0, 0); in setup_xattr()
498 size = getxattr(accpath, name, value, size, 0, XATTR_NOFOLLOW); in setup_xattr()
504 size = getxattr(accpath, name, value, size); in setup_xattr()
506 size = getxattr(accpath, name, value, size, 0, 0); in setup_xattr()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_read_disk_entry_from_file.c467 size = getxattr(accpath, name, NULL, 0, 0, XATTR_NOFOLLOW); in setup_xattr()
473 size = getxattr(accpath, name, NULL, 0); in setup_xattr()
475 size = getxattr(accpath, name, NULL, 0, 0, 0); in setup_xattr()
505 size = getxattr(accpath, name, value, size, 0, XATTR_NOFOLLOW); in setup_xattr()
511 size = getxattr(accpath, name, value, size); in setup_xattr()
513 size = getxattr(accpath, name, value, size, 0, 0); in setup_xattr()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c467 size = getxattr(accpath, name, NULL, 0, 0, XATTR_NOFOLLOW); in setup_xattr()
473 size = getxattr(accpath, name, NULL, 0); in setup_xattr()
475 size = getxattr(accpath, name, NULL, 0, 0, 0); in setup_xattr()
505 size = getxattr(accpath, name, value, size, 0, XATTR_NOFOLLOW); in setup_xattr()
511 size = getxattr(accpath, name, value, size); in setup_xattr()
513 size = getxattr(accpath, name, value, size, 0, 0); in setup_xattr()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c467 size = getxattr(accpath, name, NULL, 0, 0, XATTR_NOFOLLOW); in setup_xattr()
473 size = getxattr(accpath, name, NULL, 0); in setup_xattr()
475 size = getxattr(accpath, name, NULL, 0, 0, 0); in setup_xattr()
505 size = getxattr(accpath, name, value, size, 0, XATTR_NOFOLLOW); in setup_xattr()
511 size = getxattr(accpath, name, value, size); in setup_xattr()
513 size = getxattr(accpath, name, value, size, 0, 0); in setup_xattr()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c467 size = getxattr(accpath, name, NULL, 0, 0, XATTR_NOFOLLOW); in setup_xattr()
473 size = getxattr(accpath, name, NULL, 0); in setup_xattr()
475 size = getxattr(accpath, name, NULL, 0, 0, 0); in setup_xattr()
505 size = getxattr(accpath, name, value, size, 0, XATTR_NOFOLLOW); in setup_xattr()
511 size = getxattr(accpath, name, value, size); in setup_xattr()
513 size = getxattr(accpath, name, value, size, 0, 0); in setup_xattr()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/include/sys/
H A Dxattr.h14 ssize_t getxattr(const char *, const char *, void *, size_t);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/sys/
H A Dxattr.h14 ssize_t getxattr(const char *, const char *, void *, size_t);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/include/sys/
H A Dxattr.h14 ssize_t getxattr(const char *, const char *, void *, size_t);
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/include/sys/
H A Dxattr.h14 ssize_t getxattr(const char *, const char *, void *, size_t);
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-musl/sys/
H A Dxattr.h14 ssize_t getxattr(const char *, const char *, void *, size_t);
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/sys/
H A Dxattr.h14 ssize_t getxattr(const char *, const char *, void *, size_t);
/dports/lang/zig/zig-0.9.0/lib/libc/musl/include/sys/
H A Dxattr.h14 ssize_t getxattr(const char *, const char *, void *, size_t);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-musl/sys/
H A Dxattr.h14 ssize_t getxattr(const char *, const char *, void *, size_t);

12345678910>>...178