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

/freebsd-11-stable/bin/dd/
H A Dextern.h44 void pos_out(void);
H A Dposition.c157 pos_out(void) function
H A Ddd.c194 pos_out();
/freebsd-11-stable/contrib/llvm-project/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)

Completed in 65 milliseconds