Home
last modified time | relevance | path

Searched defs:pos_out (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/libcxx/src/
Dstrstream.cpp240 bool pos_out = (__which & ios::out) != 0; in seekoff() local
300 bool pos_out = (__which & ios::out) != 0; in seekpos() local
/openbsd/src/bin/dd/
Dposition.c115 pos_out(void) in pos_out() function