Lines Matching refs:result
37 int result = fchown(fd, 0, 0);
39 EXPECT_EQ("fchown_0100", result, COUNT_ZERO);
54 int result = fchown(fd, 0, -1);
56 EXPECT_EQ("fchown_0200", result, COUNT_ZERO);
71 int result = fchown(fd, -1, 0);
73 EXPECT_EQ("fchown_0300", result, COUNT_ZERO);
89 int result = fchown(fd, 0, 0);
90 EXPECT_EQ("fchown_0400", result, COUNT_NEFATIVE);
102 int result = fchown(-1, 0, 0);
103 EXPECT_EQ("fchown_0500", result, COUNT_NEFATIVE);