Home
last modified time | relevance | path

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

/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc130 xsetflags(read_write, _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING); in open()
/haiku/headers/cpp/
H A Dstreambuf.h313 void xsetflags(int f) { _IO_file_flags |= f; } in xsetflags() function
314 void xsetflags(int f, int mask) in xsetflags() function