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

/freebsd-11-stable/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-11-stable/bin/pax/
H A Dbuf_subs.c65 static char *bufend; /* end or last char in i/o buffer */ variable
118 bufend = buf + wrblksz;
157 bufend = buf + rdblksz;
158 bufpt = bufend;
239 skcnt += bufend - bufpt;
258 bufend = buf + blksz;
259 while (bufpt < bufend) {
267 bufend = buf + blksz;
272 bufend = buf + blksz;
338 bufend
[all...]
/freebsd-11-stable/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-11-stable/lib/libc/stdlib/
H A Dstrfmon.c88 *--bufend = *(avalue+avalue_size+padded); \
93 *--bufend = thousands_sep; \
531 char *bufend; local
581 bufend = rslt + bufsize - 1; /* reserve space for trailing '\0' */
591 bufend -= right_prec;
592 memcpy(bufend, avalue + avalue_size+padded-right_prec,
594 *--bufend = decimal_point;
625 bufend -= avalue_size;
626 memcpy(bufend, avalue+padded, avalue_size);
633 bufend
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dchat.c83 #define BUFLEFT(c) (sizeof (c)->buf - ((c)->bufend - (c)->buf))
163 c->bufstart = c->bufend;
302 end = c->bufend - c->arglen + 1;
352 end = ptr = c->bufend;
354 ptr = c->bufend - in;
355 for (end = c->bufend - 1; end >= ptr; end--)
361 for (ptr = c->bufend - (in == -1 ? 1 : in + 1); ptr >= c->bufstart; ptr--)
399 in = physical_Read(c->physical, c->bufend, in);
404 ebegin = c->bufend - c->arglen + 1;
410 abegin = c->bufend
[all...]
H A Dchat.h58 char *bufend; /* end of relevant data */ member in struct:chat
/freebsd-11-stable/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-11-stable/contrib/libdivsufsort/lib/
H A Dsssort.c548 saidx_t *a, *b, *c, *bufend; local
552 bufend = buf + (middle - first) - 1;
560 if(bufend <= b) { *bufend = t; return; }
567 while(b < bufend) { *a++ = *b, *b++ = *a; }
576 if(bufend <= b) { *bufend = t; return; }
583 while(b < bufend) { *a++ = *b, *b++ = *a; }
599 saidx_t *a, *b, *c, *bufend; local
604 bufend
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c175 Char *bufnext, *bufend, patbuf[MaxPathLen+1]; local
189 bufend = bufnext + MaxPathLen;
192 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS)
204 while (bufnext < bufend && (c = *patnext++) != CHAR_EOS)
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.c183 Char *bufnext, *bufend, patbuf[MAXPATHLEN]; local
207 bufend = bufnext + MAXPATHLEN - 1;
209 while (bufnext < bufend && (c = *patnext++) != EOS)
213 while (bufnext < bufend && (c = *patnext++) != EOS)
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c192 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; local
215 bufend = bufnext + MAXPATHLEN - 1;
219 while (bufnext <= bufend) {
233 while (bufnext <= bufend) {
/freebsd-11-stable/contrib/sendmail/src/
H A Dheaders.c1308 #define SM_HAVE_ROOM ((bp < buflim) && (buflim <= bufend))
1351 char *bufend; local
1357 buflim = bufend = &buf[sizeof(buf) - 1];
1651 if (realqmode && bp < bufend)
1653 while (realcmtlev-- > 0 && bp < bufend)
1655 if (addangle && bp < bufend)
1658 if (bp < bufend)
/freebsd-11-stable/stand/common/
H A Dmodule.c793 u_char *cp, *recptr, *bufend, *best; local
805 bufend = recptr + mdp->d_hintsz;
808 while (recptr < bufend && !found) {
/freebsd-11-stable/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-11-stable/sys/kern/
H A Dkern_linker.c1782 u_char *cp, *recptr, *bufend, *result, *best, *pathbuf, *sep; local
1833 bufend = hints + vattr.va_size;
1836 while (recptr < bufend && !found) {

Completed in 182 milliseconds