Lines Matching refs:fgetxattr
9 * have extended attributes. Otherwise fgetxattr(2) will return -1
15 * - fgetxattr(2) should succeed
18 * - fgetxattr(2) should succeed
21 * - fgetxattr(2) should succeed
24 * - fgetxattr(2) should return -1 and set errno to ENODATA
26 * - fgetxattr(2) should return -1 and set errno to ENODATA
28 * - fgetxattr(2) should return -1 and set errno to ENODATA
30 * - fgetxattr(2) should return -1 and set errno to ENODATA
165 TEST(fgetxattr(tc[i].fd, tc[i].key, tc[i].ret_value, tc[i].size));
168 tst_brk(TCONF, "fgetxattr(2) not supported");
173 tst_res(TPASS, "fgetxattr(2) on %s passed",
177 "fgetxattr(2) on %s passed unexpectedly %ld",
187 tst_res(TPASS, "fgetxattr(2) on %s got the right value",
192 tst_res(TPASS | TTERRNO, "fgetxattr(2) on %s passed",
197 tst_res(TFAIL | TTERRNO, "fgetxattr(2) failed on %s", fname);
225 * sockets, mknod(2) isn't enough to test fgetxattr(2).