Searched refs:pcount (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/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-fatelf/src/bin/zip/
H A Dglobals.c91 unsigned pcount = 0; /* number of patterns */ variable
H A Dzip.c149 while (pcount-- > 0) {
150 if (patterns[pcount].zname != NULL)
151 free((zvoid *)(patterns[pcount].zname));
752 /* Counts number of -R, -i or -x patterns, sets patterns and pcount */
759 pcount = 0;
776 pcount++;
797 patterns[pcount].zname = in2ex(iname);
800 patterns[pcount].zname = NULL;
802 patterns[pcount].select = flag;
805 pcount
[all...]
H A Dfileio.c286 pcount total number of patterns
300 if (pcount == 0) return TRUE;
302 for (n = 0; n < pcount; n++) {
411 if (pcount && !filter(undosm, casesensitive)) {
446 } else if (pcount == 0 || filter(undosm, casesensitive)) {
H A Dzip.h309 extern unsigned pcount; /* number of patterns */
H A Dbeos.c134 z->mark = pcount ? filter(z->zname, caseflag) : 1;
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dstrstream.cc62 _IO_ssize_t strstreambuf::pcount () { return _IO_write_ptr - _IO_write_base; } function in class:strstreambuf
H A Dstream.cc49 next_chunk = buf + stream.pcount();
/haiku-fatelf/src/bin/gdb/gdb/
H A Daix-thread.c670 int pcount, psize, pi, gcount, gi; local
679 pcount = 0;
693 if (pcount == psize)
699 pbuf[pcount].pdtid = pdtid;
700 pbuf[pcount].pthid = pthid;
701 pcount++;
704 for (pi = 0; pi < pcount; pi++)
712 qsort (pbuf, pcount, sizeof *pbuf, pcmp);
725 for (pi = gi = 0; pi < pcount || gi < gcount;)
727 if (pi == pcount)
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y2778 size_t pcount = 0, space = 0;
2804 pcount++;
2809 if (pcount != 0) {
2811 emalloc(pnames, char **, pcount * sizeof(char *), "func_install");
2813 for (i = 0, n = params->rnode; i < pcount; i++, n = n->rnode) {
H A Dawkgram.c4617 size_t pcount = 0, space = 0;
4643 pcount++;
4648 if (pcount != 0) {
4650 emalloc(pnames, char **, pcount * sizeof(char *), "func_install");
4652 for (i = 0, n = params->rnode; i < pcount; i++, n = n->rnode) {
4613 size_t pcount = 0, space = 0; local

Completed in 78 milliseconds