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

/freebsd-9.3-release/bin/dd/
H A Dextern.h44 void pos_out(void);
H A Dposition.c126 pos_out(void) function
H A Ddd.c187 pos_out();
/freebsd-9.3-release/contrib/libc++/src/
H A Dstrstream.cpp233 bool pos_out = (__which & ios::out) != 0; local
239 if (pos_in || pos_out)
243 if (pos_in != pos_out)
249 if (pos_out && pptr() == nullptr)
273 if (pos_out)
291 bool pos_out = (__which & ios::out) != 0; local
292 if (pos_in || pos_out)
294 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr)))
303 if (pos_out)

Completed in 165 milliseconds