Home
last modified time | relevance | path

Searched refs:getxattr (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_read_disk_entry_from_file.c469 size = getxattr(accpath, name, NULL, 0, 0, XATTR_NOFOLLOW); in setup_xattr()
475 size = getxattr(accpath, name, NULL, 0); in setup_xattr()
477 size = getxattr(accpath, name, NULL, 0, 0, 0); in setup_xattr()
507 size = getxattr(accpath, name, value, size, 0, XATTR_NOFOLLOW); in setup_xattr()
513 size = getxattr(accpath, name, value, size); in setup_xattr()
515 size = getxattr(accpath, name, value, size, 0, 0); in setup_xattr()
/freebsd-12-stable/tests/sys/fs/fusefs/
Dmockfs.hh151 fuse_getxattr_in getxattr; member
193 fuse_getxattr_out getxattr; member
Dxattr.cc251 SET_OUT_HEADER_LEN(out, getxattr); in TEST_F()
252 out.body.getxattr.size = 99; in TEST_F()
Dmockfs.cc604 EXPECT_GE(inlen, fih + sizeof(in.body.getxattr)) << in audit_request()
606 EXPECT_GT(inlen, fih + sizeof(in.body.getxattr)) << in audit_request()
/freebsd-12-stable/contrib/libarchive/libarchive/test/
Dtest_write_disk_hfs_compression.c73 r = getxattr(filename, "com.apple.ResourceFork", NULL, 0, 0, in get_rsrc_footer()
77 r = getxattr(filename, "com.apple.ResourceFork", buff, s, in get_rsrc_footer()
/freebsd-12-stable/contrib/libarchive/test_utils/
Dtest_main.c2739 size = getxattr(path, name, NULL, 0, 0, XATTR_NOFOLLOW); in getXattr()
2752 size = getxattr(path, name, value, size, 0, XATTR_NOFOLLOW); in getXattr()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc1001 PRE_SYSCALL(getxattr)(const void *path, const void *name, void *value,
1009 POST_SYSCALL(getxattr)(long res, const void *path, const void *name,
Dsanitizer_syscalls_netbsd.inc2748 PRE_SYSCALL(getxattr)(void *path_, void *name_, void *value_, long long size_) {
2754 POST_SYSCALL(getxattr)
Dsanitizer_common_interceptors.inc5457 INTERCEPTOR(SSIZE_T, getxattr, const char *path, const char *name, char *value,
5460 COMMON_INTERCEPTOR_ENTER(ctx, getxattr, path, name, value, size);
5466 SSIZE_T res = REAL(getxattr)(path, name, value, size);
5496 COMMON_INTERCEPT_FUNCTION(getxattr); \
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1982 fun:getxattr=uninstrumented