Searched refs:CONTENTS (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/tests/sys/fs/fusefs/
H A Dfsync.cc100 const char *CONTENTS = "abcdefgh"; local
101 ssize_t bufsize = strlen(CONTENTS);
108 expect_write(ino, bufsize, CONTENTS);
113 ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
134 const char *CONTENTS = "abcdefgh"; local
135 ssize_t bufsize = strlen(CONTENTS);
141 expect_write(ino, bufsize, CONTENTS);
162 ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
170 const char *CONTENTS = "abcdefgh"; local
171 ssize_t bufsize = strlen(CONTENTS);
198 const char *CONTENTS = "abcdefgh"; local
223 const char *CONTENTS = "abcdefgh"; local
245 const char *CONTENTS = "abcdefgh"; local
268 const char *CONTENTS = "abcdefgh"; local
[all...]
H A Dwrite.cc207 const char *CONTENTS = "abcdefgh"; local
211 ssize_t bufsize = strlen(CONTENTS);
216 expect_write(ino, offset, bufsize, bufsize, CONTENTS);
223 iocb.aio_buf = __DECONST(void *, CONTENTS);
246 const char CONTENTS[BUFSIZE] = "abcdefgh"; local
257 expect_write(ino, initial_offset, BUFSIZE, BUFSIZE, CONTENTS);
263 ASSERT_EQ(BUFSIZE, write(fd, CONTENTS, BUFSIZE)) << strerror(errno);
274 const char CONTENTS[BUFSIZE] = "abcdefgh"; local
290 maybe_expect_write(ino, oldsize, BUFSIZE, CONTENTS);
301 ASSERT_EQ(BUFSIZE, write(fd, CONTENTS, BUFSIZ
312 const char CONTENTS[BUFSIZE] = "abcdefgh"; local
376 const char *CONTENTS = "abcdefghijklmnop"; local
404 const char *CONTENTS = "abcdefghijklmnop"; local
460 const char *CONTENTS = "abcdefgh"; local
493 const char *CONTENTS = "abcdefgh"; local
527 const char *CONTENTS = "abcdefgh"; local
576 const char *CONTENTS = "abcdefgh"; local
599 const char *CONTENTS = "abcdefgh"; local
629 const char *CONTENTS = "abcdefgh"; local
682 const char *CONTENTS = ""; local
701 const char *CONTENTS = "abcdefgh"; local
722 const char *CONTENTS = "abcdefgh"; local
843 const char *CONTENTS = "abcdefgh"; local
871 const char *CONTENTS = "abcdefgh"; local
903 const char *CONTENTS = "abcdefgh"; local
930 const char *CONTENTS = "abcdefgh"; local
964 const char *CONTENTS = "abcdefgh"; local
1003 const char *CONTENTS = "abcdefgh"; local
1210 const char *CONTENTS = "abcdefgh"; local
1267 const char *CONTENTS = "abcdefgh"; local
1302 const char *CONTENTS = "abcdefgh"; local
1343 const char *CONTENTS = "abcdefgh"; local
1371 const char *CONTENTS = "abcdefgh"; local
[all...]
H A Dread.cc112 const char *CONTENTS = "abcdefgh"; local
115 ssize_t bufsize = strlen(CONTENTS);
121 expect_read(ino, 0, bufsize, bufsize, CONTENTS);
133 ASSERT_EQ(0, memcmp(buf, CONTENTS, bufsize));
325 const char *CONTENTS = "abcdefgh"; local
329 ssize_t bufsize = strlen(CONTENTS);
334 expect_read(ino, offset, bufsize, bufsize, CONTENTS);
340 ASSERT_EQ(0, memcmp(buf, CONTENTS, bufsize));
344 expect_read(ino, offset, bufsize, bufsize, CONTENTS);
346 ASSERT_EQ(0, memcmp(buf, CONTENTS, bufsiz
358 const char *CONTENTS = "abcdefghijklmnop"; local
383 const char *CONTENTS = "abcdefgh"; local
415 const char *CONTENTS = "abcdefghijklmnop"; local
446 const char *CONTENTS = "abcdefghijklmnop"; local
482 const char *CONTENTS = "abcdefgh"; local
517 const char *CONTENTS = "abcdefgh"; local
550 const char *CONTENTS = "abcdefgh"; local
595 const char *CONTENTS = "abcdefgh"; local
645 const char *CONTENTS = "abcdefgh"; local
676 const char *CONTENTS = "abcdefgh"; local
703 const char *CONTENTS = "abcdefgh"; local
726 const char *CONTENTS = "abcdefgh"; local
789 const char *CONTENTS = "abcdefgh"; local
835 const char *CONTENTS = "abcdefgh"; local
[all...]
H A Dcache.cc141 const char *CONTENTS = "abcdefghijklmnopqrstuvwxyz"; local
145 ssize_t bufsize = strlen(CONTENTS);
168 expect_read(ino, 0, osize, osize, CONTENTS);
174 ASSERT_EQ(0, memcmp(buf, CONTENTS, osize));
191 expect_read(ino, 0, nsize, nsize, CONTENTS);
194 ASSERT_EQ(0, memcmp(buf, CONTENTS, nsize));
H A Dnotify.cc454 const char CONTENTS[] = "abcdefgh"; local
460 ssize_t bufsize = sizeof(CONTENTS);
469 ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
471 expect_write(ino, 0, bufsize, CONTENTS);
495 const char CONTENTS[] = "abcdefgh"; local
503 ssize_t bufsize = sizeof(CONTENTS);
531 ASSERT_EQ(bufsize, write(fd, CONTENTS, bufsize)) << strerror(errno);
/freebsd-12-stable/contrib/gcc/
H A Dconfigure15817 if echo "$gcc_cv_ld_ro_rw_mix" | grep CONTENTS > /dev/null; then

Completed in 87 milliseconds