Lines Matching refs:TEST
101 #define TEST(a, b, f) { \ macro
148 TEST(p, "arch", SF_ARCHIVED); in string_to_flags()
149 TEST(p, "archived", SF_ARCHIVED); in string_to_flags()
153 TEST(p, "dump", UF_NODUMP); in string_to_flags()
160 TEST(p, "nodump", UF_NODUMP); in string_to_flags()
163 TEST(p, "opaque", UF_OPAQUE); in string_to_flags()
166 TEST(p, "sappnd", SF_APPEND); in string_to_flags()
167 TEST(p, "sappend", SF_APPEND); in string_to_flags()
168 TEST(p, "schg", SF_IMMUTABLE); in string_to_flags()
169 TEST(p, "schange", SF_IMMUTABLE); in string_to_flags()
170 TEST(p, "simmutable", SF_IMMUTABLE); in string_to_flags()
173 TEST(p, "uappnd", UF_APPEND); in string_to_flags()
174 TEST(p, "uappend", UF_APPEND); in string_to_flags()
175 TEST(p, "uchg", UF_IMMUTABLE); in string_to_flags()
176 TEST(p, "uchange", UF_IMMUTABLE); in string_to_flags()
177 TEST(p, "uimmutable", UF_IMMUTABLE); in string_to_flags()