| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| buf_writer.h | 18 size_t buf_end; member in struct:__anon4431
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| buf_writer.h | 18 size_t buf_end; member in struct:__anon4507
|
| /src/usr.bin/fmt/ |
| buffer.h | 55 buf_end(struct buffer *buf) function
|
| /src/usr.sbin/intrctl/ |
| intrctl_io.c | 111 char *buf_end; local 113 buf_end = (char *)list + list->il_bufsize; 115 if ((char *)next >= buf_end) 127 char *buf_end; local 130 buf_end = (char *)list + list->il_bufsize; 134 if ((char *)next >= buf_end)
|
| /src/external/bsd/openldap/dist/include/ |
| lber_pvt.h | 49 ber_len_t buf_end; member in struct:sockbuf_buf
|
| /src/external/bsd/less/dist/ |
| pattern.c | 267 char *buf_end = buf + buf_len; local 269 for ( ; buf < buf_end; buf++) 279 if (pp == pattern_end || lp == buf_end)
|
| /src/external/bsd/cron/dist/ |
| misc.c | 72 char *buf_end; local 76 buf_end = buffer + buffer_size; 79 for ( /* nothing */; buf < buf_end && *a != '\0'; buf++, a++ ) 81 if (buf == buf_end) 85 if (buf == buf_end) 87 for ( /* nothing */; buf < buf_end && *b != '\0'; buf++, b++ ) 89 if (buf == buf_end)
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_shar.c | 344 char *buf, *buf_end; local 374 buf_end = shar->work.s + ensured; 389 if (buf >= buf_end) {
|
| /src/external/bsd/openldap/dist/libraries/liblutil/ |
| meter.c | 236 char *buf, *buf_end; local 245 buf_end = buf + data->buffer_length - 1; 270 assert( (buf_end - buf) > bar_length ); 280 (void) snprintf( buf, buf_end-buf, "%7.2f%%", 100.0*frac ); 290 snprintf( buf, buf_end-buf, " eta %6s", time_buffer ); 294 snprintf( buf, buf_end-buf, " elapsed %15s", 309 snprintf( buf, buf_end-buf, " fast!" ); 312 snprintf( buf, buf_end-buf, " spd %5.1f %c/s",
|
| /src/external/bsd/wpa/dist/hs20/client/ |
| est.c | 521 char *pos, *end, *buf_end; local 533 buf_end = pos + ptr->length; 536 while (pos < buf_end && *pos != '\n') 538 if (pos == buf_end) { 545 while (end < buf_end && *end != '-')
|
| /src/external/mpl/bind/dist/lib/isc/ |
| picohttpparser.c | 60 if (buf == buf_end) { \ 81 buf = findchar_fast(buf, buf_end, ranges2, 4, &found2); \ 114 findchar_fast(const char *buf, const char *buf_end, const char *ranges, 118 if (likely(buf_end - buf >= 16)) { 121 size_t left = (buf_end - buf) & ~15; 139 (void)buf_end; 147 get_token_to_eol(const char *buf, const char *buf_end, const char **token, 158 buf = findchar_fast(buf, buf_end, ranges1, 6, &found); 165 while (likely(buf_end - buf >= 8)) { 222 is_complete(const char *buf, const char *buf_end, size_t last_len, int *ret) 447 const char *buf = buf_start, *buf_end = buf_start + len; local 532 const char *buf = buf_start, *buf_end = buf + len; local 561 const char *buf = buf_start, *buf_end = buf + len; local [all...] |
| /src/sys/arch/x68k/stand/libiocs/ |
| iocs.h | 67 void *buf_end; member in struct:iocs_getptr 84 void *buf_end; member in struct:iocs_paintptr 105 const void *buf_end; member in struct:iocs_putptr
|
| /src/sys/external/bsd/drm2/dist/drm/via/ |
| via_verifier.c | 244 eat_words(const uint32_t **buf, const uint32_t *buf_end, unsigned num_words) 246 if ((buf_end - *buf) >= num_words) { 526 via_check_prim_list(uint32_t const **buffer, const uint32_t * buf_end, 536 while (buf < buf_end) { 538 if ((buf_end - buf) < 2) { 585 while (buf < buf_end) { 598 if (buf < buf_end && *buf == a_fire) 610 if ((ret = eat_words(&buf, buf_end, dw_count))) 613 if (buf >= buf_end && !have_fire) { 630 via_check_header2(uint32_t const **buffer, const uint32_t *buf_end, 976 const uint32_t *buf_end = buf + (size >> 2); local 1050 const uint32_t *buf_end = buf + (size >> 2); local [all...] |
| /src/sys/dev/pci/qat/ |
| qat.c | 2186 uint8_t *buf_start, *data_start, *data_end, *buf_end; local 2201 buf_end = buf_start + 2206 buf_end = buf_start +m->m_ext.ext_size; 2211 buf_end = data_end; 2219 if (end > buf_end) 2220 end = buf_end;
|
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeARM_32.c | 572 sljit_uw *buf_end; local 630 buf_end = buf_ptr + (buf->used_size >> 2); 710 } while (buf_ptr < buf_end); 727 buf_end = buf_ptr + compiler->cpool_fill; 729 while (buf_ptr < buf_end) {
|
| sljitNativeARM_64.c | 215 sljit_ins *buf_end; local 243 buf_end = buf_ptr + (buf->used_size >> 2); 266 } while (buf_ptr < buf_end);
|
| sljitNativeARM_T2_32.c | 351 sljit_u16 *buf_end; local 377 buf_end = buf_ptr + (buf->used_size >> 1); 400 } while (buf_ptr < buf_end);
|
| sljitNativeMIPS_common.c | 363 sljit_ins *buf_end; local 390 buf_end = buf_ptr + (buf->used_size >> 2); 418 } while (buf_ptr < buf_end);
|
| sljitNativePPC_common.c | 331 sljit_ins *buf_end; local 365 buf_end = buf_ptr + (buf->used_size >> 2); 425 } while (buf_ptr < buf_end);
|
| sljitNativeSPARC_common.c | 285 sljit_ins *buf_end; local 312 buf_end = buf_ptr + (buf->used_size >> 2); 341 } while (buf_ptr < buf_end);
|
| sljitNativeX86_common.c | 483 sljit_u8 *buf_end; local 509 buf_end = buf_ptr + buf->used_size; 543 } while (buf_ptr < buf_end); 544 SLJIT_ASSERT(buf_ptr == buf_end);
|
| /src/external/cddl/osnet/dist/common/nvpair/ |
| nvpair.c | 2927 char *buf_end = (char *)nvp + nvp->nvp_size; local 2936 if ((buf = NVP_NAME(nvp)) >= buf_end) 2938 buflen = buf_end - buf; 2965 if ((buf = NVP_VALUE(nvp)) >= buf_end) 2967 buflen = buf_end - buf;
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| dfa.c | 339 static unsigned char const *buf_end; /* refference to end in dfaexec(). */ variable 2311 && p < buf_end) \ 2377 if (p == buf_end) 2766 buf_end = end;
|
| /src/external/gpl2/grep/dist/src/ |
| dfa.c | 365 static unsigned char const *buf_end; /* refference to end in dfaexec(). */ variable 2332 && p < buf_end) \ 2398 if (p == buf_end) 2787 buf_end = end;
|
| /src/external/gpl3/binutils/dist/gas/ |
| gen-sframe.c | 1713 const unsigned char *buf_end = buf_start + 1; local 1715 size_t read = read_sleb128_to_int64 (buf_start, buf_end, &value);
|