Searched refs:endbuf (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/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;
/ast/src/lib/libast/sfio/
H A Dsfwr.c41 { reg char *sp, *wbuf, *endbuf; local
46 endbuf = buf+n;
64 while(sp < endbuf)
71 if(sp > endbuf)
73 while(sp < endbuf)
93 { buf = endbuf;
H A Dsfpkrd.c56 reg char *buf = (char*)argbuf, *endbuf; local
298 for(endbuf = buf+t; buf < endbuf;)
313 for(endbuf = (sp = buf)+r; sp < endbuf; )
/ast/src/lib/libcmd/
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];
/ast/src/lib/libast/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 = endbuf - bufp - SLOP - 3;
H A Dvmdebug.c111 char buf[1024], *bufp, *endbuf, *s; local
117 endbuf = buf + sizeof(buf);
164 if((s = DBFILE(data)) && (bufp + strlen(s) + SLOP) < endbuf)
172 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)
/ast/src/lib/libast/misc/
H A Dfts.c76 char* endbuf; /* space to build paths */ \
731 if (fts->endbuf)
732 fts->endbuf = newp + fts->homesize - 4;
776 fts->endbuf = fts->home + fts->homesize - 4;
921 if ((fts->baselen = f->fts_namelen) >= (fts->endbuf - fts->base) && resize(fts, fts->baselen))
1052 if (i >= fts->endbuf - fts->endbase)

Completed in 41 milliseconds