Lines Matching refs:memfd_str
35 static const char *memfd_str = MEMFD_STR; variable
648 printf("%s CREATE\n", memfd_str); in test_create()
694 printf("%s BASIC\n", memfd_str); in test_basic()
746 printf("%s SEAL-WRITE\n", memfd_str); in test_seal_write()
773 printf("%s SEAL-FUTURE-WRITE\n", memfd_str); in test_seal_future_write()
812 printf("%s SEAL-SHRINK\n", memfd_str); in test_seal_shrink()
838 printf("%s SEAL-GROW\n", memfd_str); in test_seal_grow()
864 printf("%s SEAL-RESIZE\n", memfd_str); in test_seal_resize()
890 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_dup()
932 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_mmap()
966 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_open()
1009 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_fork()
1045 memfd_str = MEMFD_HUGE_STR; in main()