Lines Matching refs:__sp
26837 pubseekpos(pos_type __sp,26839 { return this->seekpos(__sp, __mode); }159640 seekpos(pos_type __sp,160188 seekpos(pos_type __sp, ios_base::openmode __mode)160195 if ((__beg || !off_type(__sp)) && (__testin || __testout))160199 const off_type __pos(__sp);160209 __ret = __sp;