Lines Matching refs:memfd_str
35 static const char *memfd_str = MEMFD_STR; variable
614 printf("%s CREATE\n", memfd_str); in test_create()
660 printf("%s BASIC\n", memfd_str); in test_basic()
712 printf("%s SEAL-WRITE\n", memfd_str); in test_seal_write()
739 printf("%s SEAL-FUTURE-WRITE\n", memfd_str); in test_seal_future_write()
776 printf("%s SEAL-SHRINK\n", memfd_str); in test_seal_shrink()
802 printf("%s SEAL-GROW\n", memfd_str); in test_seal_grow()
828 printf("%s SEAL-RESIZE\n", memfd_str); in test_seal_resize()
854 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_dup()
896 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_mmap()
930 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_open()
973 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_fork()
1009 memfd_str = MEMFD_HUGE_STR; in main()