Lines Matching refs:memfd_str
35 static const char *memfd_str = MEMFD_STR; variable
579 printf("%s CREATE\n", memfd_str); in test_create()
625 printf("%s BASIC\n", memfd_str); in test_basic()
677 printf("%s SEAL-WRITE\n", memfd_str); in test_seal_write()
703 printf("%s SEAL-SHRINK\n", memfd_str); in test_seal_shrink()
729 printf("%s SEAL-GROW\n", memfd_str); in test_seal_grow()
755 printf("%s SEAL-RESIZE\n", memfd_str); in test_seal_resize()
781 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_dup()
823 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_mmap()
857 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_open()
900 printf("%s %s %s\n", memfd_str, banner, b_suffix); in test_share_fork()
936 memfd_str = MEMFD_HUGE_STR; in main()