Searched refs:pbase (Results 1 - 25 of 66) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/char/
H A D26250.cc28 using std::stringbuf::pbase;
42 VERIFY( buf.pptr() - buf.pbase() == 1 );
46 const int write_positions = buf.epptr() - buf.pbase();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/overflow/wchar_t/
H A D26250.cc28 using std::wstringbuf::pbase;
42 VERIFY( buf.pptr() - buf.pbase() == 1 );
46 const int write_positions = buf.epptr() - buf.pbase();
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_hpux8.c225 static struct proc *pbase; variable in typeref:struct:proc
301 pbase = (struct proc *)malloc(bytes);
306 if (pbase == (struct proc *)NULL || pref == (struct proc **)NULL)
431 (void) getkval(proc, (int *)pbase, bytes, "proc array");
433 if (pstat(PSTAT_PROC, &pst[i], sizeof(pst[i]), 0, pbase[i].p_pid) != 1)
434 pbase[i].p_upreg = (preg_t *) 0;
436 pbase[i].p_upreg = (preg_t *) &pst[i];
437 pbase[i].p_nice = pst[i].pst_nice;
438 pbase[i].p_cpticks = pst[i].pst_cpticks;
456 for (pp = pbase,
[all...]
H A Dm_hpux9.c237 static struct proc *pbase; variable in typeref:struct:proc
313 pbase = (struct proc *)malloc(bytes);
318 if (pbase == (struct proc *)NULL || pref == (struct proc **)NULL)
443 (void) getkval(proc, (int *)pbase, bytes, "proc array");
445 if (pstat(PSTAT_PROC, &pst[i], sizeof(pst[i]), 0, pbase[i].p_pid) != 1)
446 pbase[i].p_upreg = (preg_t *) 0;
448 pbase[i].p_upreg = (preg_t *) &pst[i];
449 pbase[i].p_nice = pst[i].pst_nice;
450 pbase[i].p_cpticks = pst[i].pst_cpticks;
468 for (pp = pbase,
[all...]
H A Dm_irix5.c183 static struct prpsinfo *pbase; variable in typeref:struct:prpsinfo
248 pbase = (struct prpsinfo *) malloc (bytes);
253 if (pbase == (struct prpsinfo *) NULL || pref == (struct prpsinfo **) NULL ||
382 getptable (pbase);
398 for (pp = pbase, i = 0; i < nproc; pp++, i++) {
579 for (i = 0, p = pbase; i < nproc; i++, p++)
H A Dm_svr4.c186 static struct prpsinfo *pbase; variable in typeref:struct:prpsinfo
245 pbase = (struct prpsinfo *) malloc (bytes);
249 if (pbase == (struct prpsinfo *) NULL || pref == (struct prpsinfo **) NULL)
377 getptable (pbase);
393 for (pp = pbase, i = 0; i < nproc; pp++, i++)
661 for (i = 0, p = pbase; i < nproc; i++, p++)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dstrstream.cc134 { return pptr() ? pptr() - pbase() : 0; }
145 ptrdiff_t old_size = epptr() - pbase();
151 memcpy(buf, pbase(), old_size);
152 char* old_buffer = pbase();
269 if (seeklow + off < pbase())
276 setp(pbase(), epptr());
277 pbump(off - (pbase() - seeklow));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dstrstream.cc139 { return pptr() ? pptr() - pbase() : 0; }
150 ptrdiff_t old_size = epptr() - pbase();
156 memcpy(buf, pbase(), old_size);
157 char* old_buffer = pbase();
274 if (seeklow + off < pbase())
281 setp(pbase(), epptr());
282 pbump(off - (pbase() - seeklow));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/
H A D1.cc43 test = (this->pbase() == NULL);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/
H A D1057.cc66 result.append(pbase(), pptr());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/char/
H A D1057.cc63 result.append(pbase(), pptr());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/wchar_t/
H A D1057.cc63 result.append(pbase(), pptr());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/char/
H A D1057.cc62 result.append(pbase(), pptr());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/wchar_t/
H A D1057.cc62 result.append(pbase(), pptr());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/setbuf/char/
H A D1.cc42 test = (this->pbase() == NULL);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_filebuf/sync/char/
H A D1057.cc74 result.append(pbase(), pptr());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/char/
H A D1057.cc71 result.append(pbase(), pptr());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_streambuf/sync/wchar_t/
H A D1057.cc72 result.append(pbase(), pptr());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/char/
H A D1057.cc70 result.append(pbase(), pptr());
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_stringbuf/sync/wchar_t/
H A D1057.cc71 result.append(pbase(), pptr());
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/iostream3/
H A Dzfstream.cc217 if (this->pbase())
220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase())
229 int bytes_to_write = this->pptr() - this->pbase();
237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write)
239 // Reset next pointer to point to pbase on success
353 if (!this->pbase())
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/iostream3/
H A Dzfstream.cc217 if (this->pbase())
220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase())
229 int bytes_to_write = this->pptr() - this->pbase();
237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write)
239 // Reset next pointer to point to pbase on success
353 if (!this->pbase())
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/
H A D1.cc46 VERIFY( this->pbase() == NULL );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/
H A D1.cc46 VERIFY( this->pbase() == NULL );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char/
H A D1.cc46 VERIFY( this->pbase() == NULL );

Completed in 299 milliseconds

123