Lines Matching refs:fremovexattr
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));
68 tst_brk(TCONF, "fremovexattr(2) not supported");
73 "fremovexattr(2) failed expectedly");
76 "fremovexattr(2) should fail with %s",
82 tst_res(TFAIL, "fremovexattr(2) returned %li", TST_RET);