/third_party/eudev/src/shared/ |
H A D | smack-util.c | 80 r = fremovexattr(fd, "security.SMACK64"); in mac_smack_apply_fd() 100 r = fremovexattr(fd, "security.SMACK64IPOUT"); in mac_smack_apply_ip_out_fd() 120 r = fremovexattr(fd, "security.SMACK64IPIN"); in mac_smack_apply_ip_in_fd()
|
/third_party/ltp/testcases/kernel/syscalls/fremovexattr/ |
H A D | fremovexattr01.c | 11 * Like removexattr(2), fremovexattr(2) also removes an extended attribute, 13 * uses a descriptor. This test verifies that a simple call to fremovexattr(2) 46 TEST(fremovexattr(fd, XATTR_TEST_KEY)); in verify_fremovexattr() 49 tst_res(TFAIL | TTERRNO, "fremovexattr(2) failed"); in verify_fremovexattr() 56 tst_res(TFAIL, "fremovexattr(2) did not remove attribute"); in verify_fremovexattr() 62 "fremovexattr(2) could not verify removal"); in verify_fremovexattr() 66 tst_res(TPASS, "fremovexattr(2) removed attribute as expected"); in verify_fremovexattr() 79 TEST(fremovexattr(fd, XATTR_TEST_KEY)); in setup() 82 tst_brk(TCONF, "fremovexattr(2) not supported"); in setup()
|
H A D | fremovexattr02.c | 11 * 1) fremovexattr(2) fails if the named attribute does not exist. 12 * 2) fremovexattr(2) fails if file descriptor is not valid. 13 * 3) fremovexattr(2) fails if named attribute has an invalid address. 16 * fremovexattr(2) should return -1 and set errno to ENODATA. 17 * fremovexattr(2) should return -1 and set errno to EBADF. 18 * fremovexattr(2) should return -1 and set errno to EFAULT. 65 TEST(fremovexattr(tc[i].fd, tc[i].key)); in verify_fremovexattr() 68 tst_brk(TCONF, "fremovexattr(2) not supported"); in verify_fremovexattr() 73 "fremovexattr(2) failed expectedly"); in verify_fremovexattr() 76 "fremovexattr( in verify_fremovexattr() [all...] |
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | xattr.h | 25 int fremovexattr(int, const char *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | xattr.h | 25 int fremovexattr(int, const char *);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | xattr.h | 25 int fremovexattr(int, const char *);
|
/third_party/musl/include/sys/ |
H A D | xattr.h | 25 int fremovexattr(int, const char *);
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | fremovexattr.c | 41 result = fremovexattr(fd, "user.foo"); in fremovexattr_0100()
|
/third_party/musl/src/linux/ |
H A D | xattr.c | 59 int fremovexattr(int fd, const char *name) in fremovexattr() function
|
/third_party/ltp/lib/ |
H A D | safe_macros.c | 1215 rval = fremovexattr(fd, name); in safe_fremovexattr() 1225 "fremovexattr(%i, %s) failed", fd, name); in safe_fremovexattr() 1228 "Invalid fremovexattr(%i, %s) return value %d", fd, in safe_fremovexattr()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 3040 pub fn fremovexattr(fd: ::c_int, path: *const ::c_char, name: *const ::c_char) -> ::c_int; in fremovexattr() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 3205 pub fn fremovexattr(filedes: ::c_int, name: *const c_char) -> ::c_int; in fremovexattr() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 4001 pub fn fremovexattr(filedes: ::c_int, name: *const c_char) -> ::c_int; in fremovexattr() functions
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 13057 result = fremovexattr(path->fd, attribute->narrow); in os_removexattr_impl()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 5472 pub fn fremovexattr(filedes: ::c_int, name: *const ::c_char, flags: ::c_int) -> ::c_int; in fremovexattr() functions
|