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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000412-6.c2 unsigned short *bufend);
14 bug (unsigned short value, unsigned short *buffer, unsigned short *bufend) argument
18 for (tmp = buffer; tmp < bufend; tmp++)
/openbsd-current/usr.bin/tmux/
H A Dcmd-paste-buffer.c54 const char *sepstr, *bufname, *bufdata, *bufend, *line; local
91 bufend = bufdata + bufsize;
94 line = memchr(bufdata, '\n', bufend - bufdata);
103 if (bufdata != bufend)
104 bufferevent_write(wp->event, bufdata, bufend - bufdata);
/openbsd-current/libexec/tradcpp/
H A Dfiles.c181 size_t bufend, bufmax, linestart, lineend, nextlinestart, tmp; local
196 bufend = 0;
202 if (lineend >= bufend) {
204 assert(bufend >= linestart);
205 if (linestart > 0 && bufend > linestart) {
207 memmove(buf, buf+linestart, bufend-linestart);
208 bufend -= linestart;
212 if (bufend >= bufmax) {
228 result = read(fd, buf+bufend, bufmax - bufend);
[all...]
/openbsd-current/bin/pax/
H A Dbuf_subs.c64 static char *bufend; /* end or last char in i/o buffer */ variable
117 bufend = buf + wrblksz;
156 bufend = buf + rdblksz;
157 bufpt = bufend;
238 skcnt += bufend - bufpt;
257 bufend = buf + blksz;
258 while (bufpt < bufend) {
266 bufend = buf + blksz;
271 bufend = buf + blksz;
337 bufend
[all...]
/openbsd-current/usr.bin/signify/
H A Dzsig.c134 size_t bufsize, uint8_t *bufend)
147 if (residual != bufend) {
149 size_t len = bufend - residual;
189 uint8_t *bufend; local
200 bufend = readgz_header(&h, fdin);
228 copy_blocks(fdout, fdin, p, h.endcomment, bufsize, bufend);
133 copy_blocks(int fdout, int fdin, const char *sha, const char *endsha, size_t bufsize, uint8_t *bufend) argument
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Decoff.c1438 static char *ecoff_add_bytes (char **buf, char **bufend,
1441 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1444 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1447 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1450 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1453 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1455 static unsigned long ecoff_build_strings (char **buf, char **bufend,
1459 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1462 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
3642 char **bufend,
3609 ecoff_add_bytes(char **buf, char **bufend, char *bufptr, unsigned long need) argument
3631 ecoff_padding_adjust(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset, char **bufptrptr) argument
3659 ecoff_build_lineno(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset, long *linecntptr) argument
3888 ecoff_build_symbols(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4253 ecoff_build_procs(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4343 ecoff_build_aux(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4457 ecoff_build_strings(char **buf, char **bufend, unsigned long offset, varray_t *vp) argument
4495 ecoff_build_ss(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4538 ecoff_build_fdr(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4630 char *bufend; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c1439 static char *ecoff_add_bytes (char **buf, char **bufend,
1442 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1445 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1448 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1451 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1454 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1456 static unsigned long ecoff_build_strings (char **buf, char **bufend,
1460 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
1463 (const struct ecoff_debug_swap *backend, char **buf, char **bufend,
3639 char **bufend,
3606 ecoff_add_bytes(char **buf, char **bufend, char *bufptr, unsigned long need) argument
3628 ecoff_padding_adjust(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset, char **bufptrptr) argument
3656 ecoff_build_lineno(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset, long *linecntptr) argument
3887 ecoff_build_symbols(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4252 ecoff_build_procs(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4342 ecoff_build_aux(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4456 ecoff_build_strings(char **buf, char **bufend, unsigned long offset, varray_t *vp) argument
4494 ecoff_build_ss(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4537 ecoff_build_fdr(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4629 char *bufend; local
[all...]
/openbsd-current/gnu/lib/libreadline/
H A Dhistfile.c152 char *input, *buffer, *bufend; local
215 bufend = buffer + chars_read;
219 for (line_start = line_end = buffer; line_end < bufend && current_line < from; line_end++)
227 for (line_end = line_start; line_end < bufend; line_end++)
/openbsd-current/usr.bin/mail/
H A Dutil.c410 char *nbuf, *bufend, *cp, *cp2; local
424 bufend = nbuf;
425 for (cp = name, cp2 = bufend; (c = (unsigned char)*cp++) != '\0'; ) {
462 cp2 = bufend;
499 bufend = cp2;
/openbsd-current/gnu/usr.bin/perl/
H A Dparser.h88 char *bufend; member in struct:yy_parser
H A Dtoke.c74 #define PL_bufend (PL_parser->bufend)
934 parser->bufend = parser->bufptr + SvCUR(parser->linestr);
1012 L</PL_parser-E<gt>bufend> points to the end of the buffer. The current
1017 =for apidoc AmnxUN|char *|PL_parser-E<gt>bufend
1030 L</PL_parser-E<gt>bufend>. The octets of the buffer may be intended to be
1121 bufend_pos = PL_parser->bufend - buf;
1133 PL_parser->bufend = buf + bufend_pos;
1189 Move(bufptr, bufptr+len+highhalf, PL_parser->bufend+1-bufptr, char);
1192 PL_parser->bufend += len+highhalf;
1215 Move(bufptr, bufptr+len-highhalf, PL_parser->bufend
1321 char *buf, *bufend; local
1605 char *s, *bufend; local
1712 char *s, *bufend; local
10990 char *bufend; local
[all...]
H A Dutil.c3344 char *bufend; local
3470 bufend = s + strlen(s);
3471 while (s < bufend) {
3482 s = delimcpy_no_escape(tmpbuf, tmpbuf + sizeof tmpbuf, s, bufend,
3485 if (s < bufend)
H A Dsv.c13882 parser->bufend = ls + SvCUR(parser->linestr);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsolib-svr4.c310 char *bufend; local
346 for (bufend = buf + dyninfo_sect_size;
347 buf < bufend;
383 for (bufend = buf + dyninfo_sect_size;
384 buf < bufend;
H A Dpa64solib.c1011 char *bufend; local
1025 for (bufend = buf + dyninfo_sect_size, entry_addr = dyninfo_addr;
1026 buf < bufend;
/openbsd-current/gnu/usr.bin/cvs/diff/
H A Dio.c210 char const *bufend = current->buffer + current->buffered_chars;
287 if ((char const *) p == bufend
298 bufend = suffix_begin = (char const *) p;
365 if ((char const *) p == bufend)
207 char const *bufend = current->buffer + current->buffered_chars; local
/openbsd-current/gnu/usr.bin/perl/ext/File-Glob/
H A Dbsd_glob.c219 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local
239 bufend = bufnext + MAXPATHLEN - 1;
251 bufend - bufnext > 4) {
262 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
283 while (bufnext < bufend && (c = *patnext++) != BG_EOS)
/openbsd-current/lib/libc/gen/
H A Dglob.c172 Char *bufnext, *bufend, patbuf[PATH_MAX]; local
195 bufend = bufnext + PATH_MAX - 1;
197 while (bufnext < bufend && (c = *patnext++) != EOS)
201 while (bufnext < bufend && (c = *patnext++) != EOS)
/openbsd-current/sbin/isakmpd/
H A Dconf.c262 char *bufend = buf + sz; local
267 while (cp < bufend) {
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Decofflink.c37 PARAMS ((char **buf, char **bufend, size_t need));
261 ecoff_add_bytes (buf, bufend, need)
263 char **bufend;
270 have = *bufend - *buf;
283 *bufend = *buf + have + want;
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Decofflink.c37 PARAMS ((char **buf, char **bufend, size_t need));
261 ecoff_add_bytes (buf, bufend, need)
263 char **bufend;
270 have = *bufend - *buf;
283 *bufend = *buf + have + want;
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dclient.c1549 char *bufend;
1553 stored_checksum[i] = (char) strtol (buf, &bufend, 16);
1554 if (bufend != buf + 2)
1537 char *bufend; local
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h12122 # define PL_bufend bufend
12218 # define PL_bufend D_PPP_my_PL_parser_var(bufend)
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbisect-runner.pl3878 - s = delimcpy(tokenbuf, tokenbuf + sizeof tokenbuf, s, bufend
3879 + s = delimcpy(tokenbuf, tokenbuf + sizeof tokenbuf, s, bufend,
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs824 #define PL_bufend (PL_parser->bufend)

Completed in 465 milliseconds