HomeSort by relevance Sort by last modified time
    Searched refs:removexattr (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /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);
  /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");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/attr/
xattr.h 57 extern int removexattr (const char *__path, const char *__name) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
xattr.h 91 extern int removexattr (__const char *__path, __const char *__name) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
xattr.h 91 extern int removexattr (__const char *__path, __const char *__name) __THROW;
  /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" },

Completed in 635 milliseconds

1 2 3 4