| /src/sys/sys/ |
| xattr.h | 74 int removexattr(const char *, const char *);
|
| /src/lib/librefuse/refuse/ |
| v21.h | 71 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v21
|
| v22.h | 75 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v22
|
| v23.h | 75 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v23
|
| v25.h | 71 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v25
|
| v28.h | 71 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v28
|
| v29.h | 71 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v29
|
| v34.h | 69 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v34
|
| v35.h | 69 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v35
|
| v26.h | 71 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v26
|
| v30.h | 79 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v30
|
| v38.h | 69 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_v38
|
| fs.c | 1538 /* removexattr() appeared on FUSE 2.1. */ 1544 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->removexattr) \ 1545 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->removexattr(path, name); \
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/sys/ |
| xattr.d | 66 int removexattr (const scope char *path, const scope char *name);
|
| /src/lib/libc/sys/ |
| Makefile.inc | 113 setxattr.S getxattr.S listxattr.S removexattr.S \
|
| /src/external/gpl3/gdb/dist/gdb/ |
| i386-syscalls.def | 257 SYSCALL (235, removexattr)
|
| i386-linux-tdep.c | 642 SYSCALL_MAP (removexattr);
|
| loongarch-linux-tdep.c | 613 SYSCALL_MAP (removexattr);
|
| aarch64-linux-tdep.c | 2156 SYSCALL_MAP (removexattr);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| i386-syscalls.def | 257 SYSCALL (235, removexattr)
|
| i386-linux-tdep.c | 641 SYSCALL_MAP (removexattr);
|
| loongarch-linux-tdep.c | 606 SYSCALL_MAP (removexattr);
|
| aarch64-linux-tdep.c | 2064 SYSCALL_MAP (removexattr);
|
| /src/sys/rump/librump/rumpkern/ |
| rump_syscalls.c | 4357 __weak_alias(removexattr,rump___sysimpl_removexattr); 8201 }, /* 384 = removexattr */
|