/external/strace/linux/xtensa/ |
syscallent.h | 67 [ 71] = { 2, TF, SEN(removexattr), "removexattr" }, 71 [ 75] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/arm/ |
syscallent.h | 264 [235] = { 2, TF, SEN(removexattr), "removexattr" }, 265 [236] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/i386/ |
syscallent.h | 264 [235] = { 2, TF, SEN(removexattr), "removexattr" }, 265 [236] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/m68k/ |
syscallent.h | 261 [232] = { 2, TF, SEN(removexattr), "removexattr" }, 262 [233] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/mips/ |
syscallent-n32.h | 192 [6189] = { 2, TF, SEN(removexattr), "removexattr" }, 193 [6190] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
syscallent-n64.h | 192 [5189] = { 2, TF, SEN(removexattr), "removexattr" }, 193 [5190] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
syscallent-o32.h | 237 [4233] = { 2, TF, SEN(removexattr), "removexattr" }, 238 [4234] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/powerpc/ |
syscallent.h | 248 [218] = { 2, TF, SEN(removexattr), "removexattr" }, 249 [219] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/powerpc64/ |
syscallent.h | 243 [218] = { 2, TF, SEN(removexattr), "removexattr" }, 244 [219] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/s390/ |
syscallent.h | 265 [233] = { 2, TF, SEN(removexattr), "removexattr" }, 266 [234] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/s390x/ |
syscallent.h | 249 [233] = { 2, TF, SEN(removexattr), "removexattr" }, 250 [234] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/sh/ |
syscallent.h | 265 [235] = { 2, TF, SEN(removexattr), "removexattr" }, 266 [236] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/sh64/ |
syscallent.h | 291 [263] = { 2, TF, SEN(removexattr), "removexattr" }, 292 [264] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/sparc/ |
syscallent.h | 182 [181] = { 2, TF, SEN(removexattr), "removexattr" }, 183 [182] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/sparc64/ |
syscallent.h | 180 [181] = { 2, TF, SEN(removexattr), "removexattr" }, 181 [182] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/ |
sys_func.h | 205 extern SYS_FUNC(removexattr);
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
syscall_darwin.go | 238 //sys removexattr(path string, attr string, options int) (err error) 240 func Removexattr(path string, attr string) (err error) { 242 // implementation of removexattr, we do so for interoperability with the 244 return removexattr(path, attr, 0) 248 return removexattr(link, attr, XATTR_NOFOLLOW)
|
syscall_netbsd.go | 535 // removexattr
|
/external/strace/linux/alpha/ |
syscallent.h | 358 [391] = { 2, TF, SEN(removexattr), "removexattr" }, 359 [392] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/bfin/ |
syscallent.h | 264 [235] = { 2, TF, SEN(removexattr), "removexattr" }, 265 [236] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/microblaze/ |
syscallent.h | 264 [235] = { 2, TF, SEN(removexattr), "removexattr" }, 265 [236] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/x32/ |
syscallent.h | 198 [197] = { 2, TF, SEN(removexattr), "removexattr" }, 199 [198] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/python/cpython3/Lib/test/ |
test_os.py | 3029 def removexattr(path, *args): function in function:ExtendedAttributeTests.test_fds [all...] |
/external/ltp/lib/ |
safe_macros.c | 946 rval = removexattr(path, name); 956 "%s:%d: removexattr(%s, %s) failed",
|
/external/selinux/libselinux/src/ |
selinux_restorecon.c | 339 rc = removexattr(directory, RESTORECON_LAST);
|