Searched refs:test_with_bufmode (Results 1 – 1 of 1) sorted by relevance
24 void test_with_bufmode(int bufmode) { in test_with_bufmode() function in LlvmLibcFTellTest67 TEST_F(LlvmLibcFTellTest, TellWithFBF) { test_with_bufmode(_IOFBF); } in TEST_F()69 TEST_F(LlvmLibcFTellTest, TellWithNBF) { test_with_bufmode(_IONBF); } in TEST_F()71 TEST_F(LlvmLibcFTellTest, TellWithLBF) { test_with_bufmode(_IOLBF); } in TEST_F()