Searched defs:B (Results 1 – 2 of 2) sorted by relevance
30 static void test_tmpdir_one(const char *id, const char *A, const char *B) { in test_tmpdir_one()
140 #define MAXSIZE(A, B) (sizeof(union _packed_ { typeof(A) a; typeof(B) b; })) argument