Searched refs:pos_out (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dstrstream.cpp237 bool pos_out = (__which & ios::out) != 0; local
243 if (pos_in || pos_out)
247 if (pos_in != pos_out)
253 if (pos_out && pptr() == nullptr)
279 if (pos_out)
297 bool pos_out = (__which & ios::out) != 0; local
298 if (pos_in || pos_out)
300 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr)))
309 if (pos_out)
/netbsd-current/bin/dd/
H A Dextern.h61 void pos_out(void);
H A Dposition.c128 pos_out(void) function
H A Ddd.c269 pos_out();

Completed in 101 milliseconds