| /src/sys/sys/ |
| xattr.h | 66 ssize_t getxattr(const char *, const char *, void *, size_t);
|
| /src/lib/librefuse/refuse/ |
| v21.h | 69 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations_v21
|
| v22.h | 73 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations_v22
|
| v23.h | 73 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations_v23
|
| v25.h | 69 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations_v25
|
| v28.h | 69 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations_v28
|
| v29.h | 69 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations_v29
|
| v34.h | 67 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations_v34
|
| v35.h | 67 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations_v35
|
| v26.h | 69 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations_v26
|
| v30.h | 77 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations_v30
|
| v38.h | 67 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations_v38
|
| fs.c | 1479 /* getxattr() appeared on FUSE 2.1. */ 1485 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getxattr) \ 1486 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getxattr(path, name, value, size); \
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/sys/ |
| xattr.d | 60 ssize_t getxattr(const scope char* path, const scope char* name, void* value, size_t size);
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_write_disk_hfs_compression.c | 72 r = getxattr(filename, "com.apple.ResourceFork", NULL, 0, 0, 76 r = getxattr(filename, "com.apple.ResourceFork", buff, s,
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_disk_entry_from_file.c | 436 * call to getxattr(), we might be able to avoid the second 464 size = getxattr(accpath, name, NULL, 0, 0, XATTR_NOFOLLOW); 470 size = getxattr(accpath, name, NULL, 0); 472 size = getxattr(accpath, name, NULL, 0, 0, 0); 502 size = getxattr(accpath, name, value, size, 0, XATTR_NOFOLLOW); 508 size = getxattr(accpath, name, value, size); 510 size = getxattr(accpath, name, value, size, 0, 0);
|
| /src/lib/libc/sys/ |
| Makefile.inc | 113 setxattr.S getxattr.S listxattr.S removexattr.S \
|
| /src/external/gpl3/gdb/dist/gdb/ |
| i386-syscalls.def | 251 SYSCALL (229, getxattr)
|
| i386-linux-tdep.c | 636 SYSCALL_MAP (getxattr);
|
| loongarch-linux-tdep.c | 607 SYSCALL_MAP (getxattr);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| i386-syscalls.def | 251 SYSCALL (229, getxattr)
|
| i386-linux-tdep.c | 635 SYSCALL_MAP (getxattr);
|
| loongarch-linux-tdep.c | 600 SYSCALL_MAP (getxattr);
|
| aarch64-linux-tdep.c | 2058 SYSCALL_MAP (getxattr);
|
| /src/external/bsd/libarchive/dist/test_utils/ |
| test_main.c | 2717 getXattr(const char *path, const char *name, size_t *sizep) 2725 size = getxattr(path, name, NULL, 0, 0, XATTR_NOFOLLOW); 2738 size = getxattr(path, name, value, size, 0, XATTR_NOFOLLOW);
|