Searched refs:pcount (Results 1 - 4 of 4) sorted by path

/haiku/headers/cpp/
H A Dstrstream.h72 _IO_ssize_t pcount();
96 _IO_ssize_t pcount() { return ((strstreambuf*)_strbuf)->pcount(); } function in class:ostrstream
106 _IO_ssize_t pcount() { return ((strstreambuf*)_strbuf)->pcount(); } function in class:strstream
/haiku/src/libs/stdc++/legacy/
H A Dstream.cc49 next_chunk = buf + stream.pcount();
H A Dstrstream.cc62 _IO_ssize_t strstreambuf::pcount () { return _IO_write_ptr - _IO_write_base; } function in class:strstreambuf
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_output.c987 u_int8_t *pcount; local
1013 pcount = frm; frm += 2;
1032 LE_WRITE_2(pcount, count);
1034 pcount = frm; frm += 2;
1058 LE_WRITE_2(pcount, count);

Completed in 163 milliseconds