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

/freebsd-11-stable/bin/dd/
H A Dextern.h43 void pos_in(void);
H A Dposition.c90 pos_in(void) function
H A Ddd.c192 pos_in();
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp236 bool pos_in = (__which & ios::in) != 0; local
243 if (pos_in || pos_out)
247 if (pos_in != pos_out)
251 if (pos_in && gptr() == nullptr)
265 newoff = (pos_in ? gptr() : pptr()) - eback();
277 if (pos_in)
296 bool pos_in = (__which & ios::in) != 0; local
298 if (pos_in || pos_out)
300 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr)))
307 if (pos_in)
[all...]

Completed in 109 milliseconds