Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/test/src/stdio/
H A Dftell_test.cpp23 void test_with_bufmode(int bufmode) { in test_with_bufmode() function in LlvmLibcFTellTest
66 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()