Searched refs:real_len (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/contrib/file/src/ |
| HD | vasprintf.c | 138 size_t real_len; /* real current length of output text */ member 153 if (len + ALLOC_SECURITY_MARGIN + s->real_len > s->buffer_len) { in realloc_buff() 154 len += s->real_len + ALLOC_CHUNK; in realloc_buff() 189 s->real_len += len; in usual_char() 221 s->real_len += len; in print_it() 324 (s->real_len)++; in dispatch() 571 s->real_len = 0; in core() 589 if (s->real_len >= s->maxlen) { in core() 596 dummy_base = s->buffer_base + s->real_len; in core() 597 save_len = s->real_len; in core() [all …]
|
| /freebsd-13-stable/sys/geom/vinum/ |
| HD | geom_vinum_raid5.c | 184 off_t real_len, real_off; in gv_raid5_check() local 189 gv_raid5_offset(p, boff, bcount, &real_off, &real_len, NULL, &psdno, 1); in gv_raid5_check() 209 wp->length = real_len; in gv_raid5_check() 261 off_t real_len, real_off; in gv_raid5_rebuild() local 266 gv_raid5_offset(p, boff, bcount, &real_off, &real_len, NULL, NULL, 1); in gv_raid5_rebuild() 301 wp->length = real_len; in gv_raid5_rebuild() 351 off_t real_len, real_off; in gv_raid5_request() local 382 gv_raid5_offset(p, boff, bcount, &real_off, &real_len, in gv_raid5_request() 417 wp->length = real_len; in gv_raid5_request() 423 if ((p->flags & GV_PLEX_REBUILDING) && (boff + real_len < p->synced)) in gv_raid5_request() [all …]
|
| HD | geom_vinum_plex.c | 129 off_t *real_len, int *sdno, int growing) in gv_plex_offset() argument 157 *real_len = (bcount > len_left) ? len_left : bcount; in gv_plex_offset() 184 *real_len = (bcount <= len_left) ? bcount : len_left; in gv_plex_offset() 202 off_t real_len, real_off; in gv_plex_normal_request() local 207 real_len = real_off = 0; in gv_plex_normal_request() 215 &real_len, &sdno, (bp->bio_pflags & GV_BIO_GROW)); in gv_plex_normal_request() 275 cbp->bio_length = real_len; in gv_plex_normal_request() 283 return (real_len); in gv_plex_normal_request()
|
| /freebsd-13-stable/contrib/dialog/ |
| HD | formbox.c | 365 int real_len = real_length(item + i); in make_FORM_ELTs() local 372 item[i].text_ilen = real_len; in make_FORM_ELTs() 377 min_w = MAX(min_w, item[i].text_x + 1 + real_len); in make_FORM_ELTs()
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/ |
| HD | msan_interceptors.cpp | 961 SIZE_T real_len = internal_strnlen(name, len); in INTERCEPTOR() local 962 if (real_len < len) in INTERCEPTOR() 963 ++real_len; in INTERCEPTOR() 964 __msan_unpoison(name, real_len); in INTERCEPTOR()
|