Lines Matching refs:strlen
32 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0100()
33 EXPECT_TRUE("mkostemp_0100", cnt == strlen(tmpfile)); in mkostemp_0100()
55 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0200()
56 EXPECT_TRUE("mkostemp_0200", cnt == strlen(tmpfile)); in mkostemp_0200()
78 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0300()
79 EXPECT_TRUE("mkostemp_0300", cnt == strlen(tmpfile)); in mkostemp_0300()
101 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0400()
102 EXPECT_TRUE("mkostemp_0400", cnt == strlen(tmpfile)); in mkostemp_0400()
124 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0500()
125 EXPECT_TRUE("mkostemp_0500", cnt == strlen(tmpfile)); in mkostemp_0500()
147 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0600()
148 EXPECT_TRUE("mkostemp_0600", cnt == strlen(tmpfile)); in mkostemp_0600()