Searched defs:endbuf (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/libc/port/stdio/
H A D_filbuf.c58 Uchar *endbuf; local
77 if ((endbuf = _findbuf(iop)) == 0) /* get buffer and */
82 endbuf = _bufend(iop);
119 nbyte = endbuf - iop->_base;
H A D_findbuf.c57 Uchar *endbuf; local
98 endbuf = iop->_base + size;
99 _setbufend(iop, endbuf);
102 return (endbuf);
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfwr.c38 { reg char *sp, *wbuf, *endbuf; local
43 endbuf = buf+n;
61 while(sp < endbuf)
68 if(sp > endbuf)
70 while(sp < endbuf)
90 { buf = endbuf;
H A Dsfpkrd.c56 reg char *buf = (char*)argbuf, *endbuf; local
264 for(endbuf = buf+t; buf < endbuf;)
279 for(endbuf = (sp = buf)+r; sp < endbuf; )
/osnet-11/usr/src/lib/libast/common/comp/
H A Dregexp.h79 _re_read(register regexp_t* re, const char* instring, char* ep, const char* endbuf, int seof) argument
99 RETURN((char*)endbuf);
121 if (c = _re_comp(re, _re_putc(0), ep, (char*)endbuf - ep))
123 prev = endbuf;
/osnet-11/usr/src/lib/libcmd/common/
H A Dfmt.c59 char* endbuf; member in struct:Fmt_s
129 fp->endbuf -= fp->nextdent;
199 if (fp->nwords > 0 && &fp->outp[n] >= fp->endbuf && !fp->retain && !q)
453 if (fp->endbuf > (fp->outbuf + fp->indent + 2*INDENT))
467 fp->endbuf += 2*INDENT;
498 if (fp->outp >= fp->endbuf)
576 fmt.endbuf = &outbuf[72];
598 fmt.endbuf = &outbuf[opt_info.num];
/osnet-11/usr/src/lib/libgen/common/
H A Dreg_compile.c138 compile(const char *sp, char *ep, char *endbuf) argument
140 return (_compile(sp, ep, endbuf, 0));
144 _compile(const char *sp, char *ep, char *endbuf, int viflag) argument
188 endbuf = ep + n;
198 endbuf--; /* avoid extra check for overflow */
200 if (ep >= endbuf)
234 if (start > endbuf)
303 if (start + n > endbuf)
420 if (ep + n > endbuf)
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmtrace.c111 char buf[1024], *bufp, *endbuf; local
135 bufp = buf; endbuf = buf+sizeof(buf);
155 { if((bufp + strlen(file) + SLOP) >= endbuf)
164 n = (int)(endbuf - bufp) - SLOP - 3;
H A Dvmdebug.c112 char buf[1024], *bufp, *endbuf, *s; local
118 endbuf = buf + sizeof(buf);
165 if((s = DBFILE(data)) && (bufp + strlen(s) + SLOP) < endbuf)
173 if(file && file[0] && line > 0 && (bufp + strlen(file) + SLOP) < endbuf)
H A Dvmprofile.c365 char buf[1024], *bufp, *endbuf; local
366 #define INITBUF() (bufp = buf, endbuf = buf+sizeof(buf)-128)
367 #define CHKBUF() (bufp >= endbuf ? (write(fd,buf,bufp-buf), bufp=buf) : bufp)
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c492 static uch endbuf[8]; variable
509 uch *eb = endbuf;
514 gzip_crc = *((unsigned long *) endbuf);
515 gzip_filemax = *((unsigned long *) (endbuf + 4));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dsv.c8273 F0convert(NV nv, char *endbuf, STRLEN *len) argument
8277 char *p = endbuf;
8292 *len = endbuf - p;

Completed in 90 milliseconds