Home
last modified time | relevance | path

Searched refs:fremovexattr (Results 1 - 15 of 15) sorted by relevance

/third_party/eudev/src/shared/
H A Dsmack-util.c80 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 Dfremovexattr01.c11 * 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 Dfremovexattr02.c11 * 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 Dxattr.h25 int fremovexattr(int, const char *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dxattr.h25 int fremovexattr(int, const char *);
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dxattr.h25 int fremovexattr(int, const char *);
/third_party/musl/include/sys/
H A Dxattr.h25 int fremovexattr(int, const char *);
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dfremovexattr.c41 result = fremovexattr(fd, "user.foo"); in fremovexattr_0100()
/third_party/musl/src/linux/
H A Dxattr.c59 int fremovexattr(int fd, const char *name) in fremovexattr() function
/third_party/ltp/lib/
H A Dsafe_macros.c1215 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 Dmod.rs3040 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 Dmod.rs3205 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 Dmod.rs4001 pub fn fremovexattr(filedes: ::c_int, name: *const c_char) -> ::c_int; in fremovexattr() functions
/third_party/python/Modules/
H A Dposixmodule.c13057 result = fremovexattr(path->fd, attribute->narrow); in os_removexattr_impl()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5472 pub fn fremovexattr(filedes: ::c_int, name: *const ::c_char, flags: ::c_int) -> ::c_int; in fremovexattr() functions

Completed in 84 milliseconds