HomeSort by: relevance | last modified time | path
    Searched defs:pos_out (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/dd/
position.c 128 pos_out(void) function
  /src/external/apache2/llvm/dist/libcxx/src/
strstream.cpp 237 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 23 milliseconds