Searched refs:test_with_bufmode (Results 1 – 1 of 1) sorted by relevance
23 void test_with_bufmode(int bufmode) { in test_with_bufmode() function in LlvmLibcFTellTest66 TEST_F(LlvmLibcFTellTest, TellWithFBF) { test_with_bufmode(_IOFBF); } in TEST_F()68 TEST_F(LlvmLibcFTellTest, TellWithNBF) { test_with_bufmode(_IONBF); } in TEST_F()70 TEST_F(LlvmLibcFTellTest, TellWithLBF) { test_with_bufmode(_IOLBF); } in TEST_F()