Home
last modified time | relevance | path

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

/freebsd/bin/dd/
H A Dposition.c151 pos_out(void) in pos_out() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp240 bool pos_out = (__which & ios::out) != 0; seekoff() local
300 bool pos_out = (__which & ios::out) != 0; seekpos() local
/freebsd/crypto/krb5/src/lib/kdb/
H A Dkdb5.c2048 begin_attrs(krb5_context context, krb5_db_entry *entry, const char **pos_out, in begin_attrs()