Searched defs:ofs (Results 1 – 4 of 4) sorted by relevance
27 std::fstream ofs(temp, std::ios::out | std::ios::trunc); in main() local
58 std::ofstream ofs; in test_write() local110 std::wofstream ofs; in test_write_codecvt() local
57 std::ofstream ofs; in test_read() local112 std::wofstream ofs; in test_read_codecvt() local
499 #define pointer_offset(ptr, ofs) (void *)((char *)(ptr) + (ptrdiff_t)(ofs)) argument