Home
last modified time | relevance | path

Searched refs:removexattr (Results 1 – 25 of 73) sorted by relevance

123

/external/strace/tests/
Dxattr.gen.test4 …lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lr…
Dxattr.c125 rc = removexattr(".", name); in main()
/external/strace/tests-mx32/
Dxattr.gen.test4 …lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lr…
Dxattr.c125 rc = removexattr(".", name); in main()
/external/strace/tests-m32/
Dxattr.gen.test4 …lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lr…
Dxattr.c125 rc = removexattr(".", name); in main()
/external/toybox/toys/other/
Dsetfattr.c36 if (TT.x) rc = (h?lremovexattr:removexattr)(*s, TT.x); in setfattr_main()
/external/libcap/libcap/
Dcap_file.c23 extern int removexattr(const char *, const char *);
297 return removexattr(filename, XATTR_NAME_CAPS); in cap_set_file()
/external/ltp/testcases/kernel/syscalls/removexattr/
Dremovexattr01.c84 TEST(removexattr("testfile", USER_KEY)); in verify_removexattr()
Dremovexattr02.c87 TEST(removexattr(tc->path, tc->name)); in verify_removexattr()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_darwin.go244 return removexattr(path, attr, 0)
248 return removexattr(link, attr, XATTR_NOFOLLOW)
/external/strace/
Dxattr.c137 SYS_FUNC(removexattr) in SYS_FUNC() argument
/external/syzkaller/sys/linux/
Dxattr.txt15 removexattr(path ptr[in, filename], name ptr[in, xattr_name])
/external/strace/linux/64/
Dsyscallent.h15 [ 14] = { 2, TF, SEN(removexattr), "removexattr" },
16 [ 15] = { 2, TF, SEN(removexattr), "lremovexattr" },
/external/strace/linux/32/
Dsyscallent.h18 [ 14] = { 2, TF, SEN(removexattr), "removexattr" },
19 [ 15] = { 2, TF, SEN(removexattr), "lremovexattr" },
/external/ltp/include/lapi/syscalls/
Daarch64.in15 removexattr 14
Dia64.in196 removexattr 1226
Dsparc64.in164 removexattr 181
Dx86_64.in196 removexattr 197
/external/strace/linux/s390x/
Dsyscallent.h249 [233] = { 2, TF, SEN(removexattr), "removexattr" },
250 [234] = { 2, TF, SEN(removexattr), "lremovexattr" },
/external/strace/linux/xtensa/
Dsyscallent.h67 [ 71] = { 2, TF, SEN(removexattr), "removexattr" },
71 [ 75] = { 2, TF, SEN(removexattr), "lremovexattr" },
/external/strace/linux/mips/
Dsyscallent-n32.h192 [6189] = { 2, TF, SEN(removexattr), "removexattr" },
193 [6190] = { 2, TF, SEN(removexattr), "lremovexattr" },
/external/strace/linux/x86_64/
Dsyscallent.h198 [197] = { 2, TF, SEN(removexattr), "removexattr" },
199 [198] = { 2, TF, SEN(removexattr), "lremovexattr" },
/external/strace/linux/avr32/
Dsyscallent.h216 [187] = { 2, TF, SEN(removexattr), "removexattr" },
217 [188] = { 2, TF, SEN(removexattr), "lremovexattr" },
/external/strace/linux/ia64/
Dsyscallent.h232 [1226] = { 2, TF, SEN(removexattr), "removexattr" },
233 [1227] = { 2, TF, SEN(removexattr), "lremovexattr" },

123