Searched refs:TEST_VOID (Results 1 – 3 of 3) sorted by relevance
83 #define TEST_VOID(SCALL) do { errno = 0; SCALL; TEST_ERRNO = errno; } while (0) macro
147 TEST_VOID(sync()); in main()
107 TEST_VOID(sync()); in main()