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

/freebsd-9.3-release/contrib/groff/src/libs/libbib/
H A Dlinear.cpp40 char *bufend; member in class:file_buffer
156 static const char *find_end(const char *bufend, const char *p);
159 const char *buf, const char *bufend, const char **start) const
162 assert(bufend[-1] == '\n');
165 const char *found = key->search(ptr, bufend);
168 if (check_match(buf, bufend, found, key->length(), &ptr, start))
190 static const char *find_end(const char *bufend, const char *p) argument
194 if (p == bufend)
207 int linear_searcher::check_match(const char *buf, const char *bufend, argument
257 *cont = skip_field(bufend, matc
158 search_and_check(const bmpattern *key, const char *buf, const char *bufend, const char **start) const argument
399 search(const char *buffer, const char *bufend, const char **startp, int *lengthp) const argument
493 const char *bufend = lsi->fbuf.get_end(); local
[all...]
/freebsd-9.3-release/bin/pax/
H A Dbuf_subs.c66 static char *bufend; /* end or last char in i/o buffer */ variable
119 bufend = buf + wrblksz;
158 bufend = buf + rdblksz;
159 bufpt = bufend;
240 skcnt += bufend - bufpt;
259 bufend = buf + blksz;
260 while (bufpt < bufend) {
268 bufend = buf + blksz;
273 bufend = buf + blksz;
339 bufend
[all...]
/freebsd-9.3-release/contrib/groff/src/include/
H A Dsearch.h45 const char *bufend, const char **start = 0)
47 int check_match(const char *buf, const char *bufend, const char *match,
54 int search(const char *buf, const char *bufend,
/freebsd-9.3-release/lib/libc/stdlib/
H A Dstrfmon.c88 *--bufend = *(avalue+avalue_size+padded); \
93 *--bufend = thousands_sep; \
532 char *bufend; local
583 bufend = rslt + bufsize - 1; /* reserve space for trailing '\0' */
593 bufend -= right_prec;
594 memcpy(bufend, avalue + avalue_size+padded-right_prec,
596 *--bufend = decimal_point;
627 bufend -= avalue_size;
628 memcpy(bufend, avalue+padded, avalue_size);
635 bufend
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dchat.c81 #define BUFLEFT(c) (sizeof (c)->buf - ((c)->bufend - (c)->buf))
161 c->bufstart = c->bufend;
300 end = c->bufend - c->arglen + 1;
350 end = ptr = c->bufend;
352 ptr = c->bufend - in;
353 for (end = c->bufend - 1; end >= ptr; end--)
359 for (ptr = c->bufend - (in == -1 ? 1 : in + 1); ptr >= c->bufstart; ptr--)
397 in = physical_Read(c->physical, c->bufend, in);
402 ebegin = c->bufend - c->arglen + 1;
408 abegin = c->bufend
[all...]
H A Dchat.h56 char *bufend; /* end of relevent data */ member in struct:chat
/freebsd-9.3-release/contrib/ipfilter/ipsd/
H A Dsbpf.c95 register u_char *bp, *cp, *bufend; local
105 bufend = buf + cc;
109 while (bp < bufend) {
H A Dsdlpi.c87 register u_char *bp, *cp, *bufend; local
118 bufend = buf + cc;
122 while (bp < bufend) {
H A Dsnit.c81 register u_char *bp, *cp, *bufend; local
94 bufend = buf + cc;
98 while (bp < bufend) {
/freebsd-9.3-release/usr.bin/mail/
H A Dutil.c388 char *nbuf, *bufend, *cp, *cp2; local
402 bufend = nbuf;
403 for (cp = name, cp2 = bufend; (c = *cp++) != '\0'; ) {
440 cp2 = bufend;
478 bufend = cp2;
/freebsd-9.3-release/contrib/binutils/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...]
/freebsd-9.3-release/contrib/libreadline/
H A Dhistfile.c167 char *input, *buffer, *bufend, *last_ts; local
240 bufend = buffer + chars_read;
244 for (line_start = line_end = buffer; line_end < bufend && current_line < from; line_end++)
256 for (line_end = line_start; line_end < bufend; line_end++)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsolib-svr4.c434 char *bufend; local
459 for (bufend = buf + dyninfo_sect_size;
460 buf < bufend;
494 for (bufend = buf + dyninfo_sect_size;
495 buf < bufend;
H A Dpa64solib.c1014 char *bufend; local
1028 for (bufend = buf + dyninfo_sect_size, entry_addr = dyninfo_addr;
1029 buf < bufend;
/freebsd-9.3-release/contrib/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
/freebsd-9.3-release/contrib/diff/src/
H A Dio.c239 char const *bufend = FILE_BUFFER (current) + current->buffered;
397 if (p == bufend
408 bufend = suffix_begin = p;
495 if (p == bufend)
235 char const *bufend = FILE_BUFFER (current) + current->buffered; local
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dglob.c177 Char *bufnext, *bufend, patbuf[MaxPathLen+1]; local
191 bufend = bufnext + MaxPathLen;
194 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS)
206 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS)
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dglob.c182 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local
206 bufend = bufnext + MAXPATHLEN - 1;
208 while (bufnext < bufend && (c = *patnext++) != EOS)
212 while (bufnext < bufend && (c = *patnext++) != EOS)
/freebsd-9.3-release/lib/libc/gen/
H A Dglob.c198 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; local
220 bufend = bufnext + MAXPATHLEN - 1;
223 while (bufend - bufnext >= MB_CUR_MAX) {
235 while (bufend - bufnext >= MB_CUR_MAX) {
/freebsd-9.3-release/contrib/sendmail/src/
H A Dheaders.c1295 #define SM_HAVE_ROOM ((bp < buflim) && (buflim <= bufend))
1338 char *bufend; local
1344 buflim = bufend = &buf[sizeof(buf) - 1];
1638 if (realqmode && bp < bufend)
1640 while (realcmtlev-- > 0 && bp < bufend)
1642 if (addangle && bp < bufend)
1645 if (bp < bufend)
/freebsd-9.3-release/sys/boot/common/
H A Dmodule.c714 u_char *cp, *recptr, *bufend, *best; local
726 bufend = recptr + mdp->d_hintsz;
729 while (recptr < bufend && !found) {
/freebsd-9.3-release/contrib/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;
/freebsd-9.3-release/sys/kern/
H A Dkern_linker.c1735 u_char *cp, *recptr, *bufend, *result, *best, *pathbuf, *sep; local
1791 bufend = hints + vattr.va_size;
1794 while (recptr < bufend && !found) {
/freebsd-9.3-release/contrib/cvs/src/
H A Dclient.c1659 char *bufend;
1663 stored_checksum[i] = (char) strtol (buf, &bufend, 16);
1664 if (bufend != buf + 2)
1652 char *bufend; local

Completed in 235 milliseconds