/bionic/libc/arch-arm/syscalls/ |
removexattr.S | 5 ENTRY(removexattr) function 16 END(removexattr)
|
/bionic/libc/arch-arm64/syscalls/ |
removexattr.S | 5 ENTRY(removexattr) function 14 END(removexattr)
|
/bionic/libc/arch-mips/syscalls/ |
removexattr.S | 5 ENTRY(removexattr) function 19 END(removexattr)
|
/bionic/libc/arch-x86_64/syscalls/ |
removexattr.S | 5 ENTRY(removexattr) function 15 END(removexattr)
|
/external/strace/tests/ |
xattr.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (xattr -a22 -e trace=getxattr,fgetxattr,lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lremovexattr); do not edit. 4 run_strace_match_diff -a22 -e trace=getxattr,fgetxattr,lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lremovexattr
|
xattr.c | 125 rc = removexattr(".", name); 126 printf("removexattr(\".\", \"%s\") = %s\n", name, sprintrc(rc));
|
/external/strace/tests-m32/ |
xattr.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (xattr -a22 -e trace=getxattr,fgetxattr,lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lremovexattr); do not edit. 4 run_strace_match_diff -a22 -e trace=getxattr,fgetxattr,lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lremovexattr
|
xattr.c | 125 rc = removexattr(".", name); 126 printf("removexattr(\".\", \"%s\") = %s\n", name, sprintrc(rc));
|
/external/strace/tests-mx32/ |
xattr.gen.test | 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (xattr -a22 -e trace=getxattr,fgetxattr,lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lremovexattr); do not edit. 4 run_strace_match_diff -a22 -e trace=getxattr,fgetxattr,lgetxattr,setxattr,fsetxattr,lsetxattr,listxattr,flistxattr,llistxattr,removexattr,fremovexattr,lremovexattr
|
xattr.c | 125 rc = removexattr(".", name); 126 printf("removexattr(\".\", \"%s\") = %s\n", name, sprintrc(rc));
|
/bionic/libc/arch-mips64/syscalls/ |
removexattr.S | 5 ENTRY(removexattr) function 25 END(removexattr)
|
/bionic/libc/arch-x86/syscalls/ |
removexattr.S | 5 ENTRY(removexattr) function 34 END(removexattr)
|
/external/toybox/toys/other/ |
setfattr.c | 36 if (TT.x) rc = (h?lremovexattr:removexattr)(*s, TT.x);
|
/device/google/fuchsia/bioniccompat/include/sys/ |
xattr.h | 49 inline int removexattr(const char *path __UNUSED, const char *name __UNUSED) { function
|
/bionic/libc/include/sys/ |
xattr.h | 53 int removexattr(const char* __path, const char* __name) __INTRODUCED_IN(16);
|
/external/ltp/testcases/kernel/syscalls/removexattr/ |
removexattr01.c | 21 * The testcase checks the basic functionality of the removexattr(2). 22 * removexattr(2) removes the extended attribute identified by 84 TEST(removexattr("testfile", USER_KEY)); 86 tst_resm(TFAIL | TTERRNO, "removexattr() failed"); 99 tst_resm(TPASS, "removexattr() succeeded");
|
removexattr02.c | 21 * 1) removexattr(2) fails if the named attribute does not exist. 22 * 2) removexattr(2) fails if path is an empty string. 23 * 3) removexattr(2) fails when attempted to read from a invalid address. 26 * 1) removexattr(2) should return -1 and set errno to ENODATA. 28 * 3) removexattr(2) should return -1 and set errno to EFAULT. 87 TEST(removexattr(tc->path, tc->name)); 94 tst_resm(TFAIL, "removexattr() succeeded unexpectedly"); 99 tst_resm(TFAIL | TTERRNO, "removexattr() failed unexpectedly," 103 "removexattr() failed as expected");
|
/external/strace/ |
xattr.c | 137 SYS_FUNC(removexattr)
|
/external/libcap/libcap/ |
cap_file.c | 23 extern int removexattr(const char *, const char *); 297 return removexattr(filename, XATTR_NAME_CAPS);
|
/external/strace/linux/32/ |
syscallent.h | 18 [ 14] = { 2, TF, SEN(removexattr), "removexattr" }, 19 [ 15] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/64/ |
syscallent.h | 15 [ 14] = { 2, TF, SEN(removexattr), "removexattr" }, 16 [ 15] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/avr32/ |
syscallent.h | 216 [187] = { 2, TF, SEN(removexattr), "removexattr" }, 217 [188] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/hppa/ |
syscallent.h | 253 [247] = { 2, TF, SEN(removexattr), "removexattr" }, 254 [248] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/ia64/ |
syscallent.h | 232 [1226] = { 2, TF, SEN(removexattr), "removexattr" }, 233 [1227] = { 2, TF, SEN(removexattr), "lremovexattr" },
|
/external/strace/linux/x86_64/ |
syscallent.h | 198 [197] = { 2, TF, SEN(removexattr), "removexattr" }, 199 [198] = { 2, TF, SEN(removexattr), "lremovexattr" },
|