Searched refs:getxattr (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| D | archive_read_disk_entry_from_file.c | 469 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/ |
| D | mockfs.hh | 151 fuse_getxattr_in getxattr; member 193 fuse_getxattr_out getxattr; member
|
| D | xattr.cc | 251 SET_OUT_HEADER_LEN(out, getxattr); in TEST_F() 252 out.body.getxattr.size = 99; in TEST_F()
|
| D | mockfs.cc | 604 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/ |
| D | test_write_disk_hfs_compression.c | 73 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/ |
| D | test_main.c | 2739 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/ |
| D | sanitizer_common_syscalls.inc | 1001 PRE_SYSCALL(getxattr)(const void *path, const void *name, void *value, 1009 POST_SYSCALL(getxattr)(long res, const void *path, const void *name,
|
| D | sanitizer_syscalls_netbsd.inc | 2748 PRE_SYSCALL(getxattr)(void *path_, void *name_, void *value_, long long size_) { 2754 POST_SYSCALL(getxattr)
|
| D | sanitizer_common_interceptors.inc | 5457 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/ |
| D | libc_ubuntu1404_abilist.txt | 1982 fun:getxattr=uninstrumented
|