Home
last modified time | relevance | path

Searched refs:test_with_bufmode (Results 1 – 1 of 1) sorted by relevance

/external/llvm-libc/test/src/stdio/
Dftell_test.cpp24 void test_with_bufmode(int bufmode) { in test_with_bufmode() function in LlvmLibcFTellTest
67 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()