Searched refs:real_len (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/file/src/
H A Dvasprintf.c142 size_t real_len; /* real current length of output text */ member in struct:__anon43
159 if (len + ALLOC_SECURITY_MARGIN + s->real_len > s->buffer_len) {
160 len += s->real_len + ALLOC_CHUNK;
195 s->real_len += len;
227 s->real_len += len;
330 (s->real_len)++;
577 s->real_len = 0;
595 if (s->real_len >= s->maxlen) {
604 dummy_base = s->buffer_base + s->real_len;
605 save_len = s->real_len;
[all...]
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_raid5.c180 off_t real_len, real_off; local
185 gv_raid5_offset(p, boff, bcount, &real_off, &real_len, NULL, &psdno, 1);
205 wp->length = real_len;
257 off_t real_len, real_off; local
262 gv_raid5_offset(p, boff, bcount, &real_off, &real_len, NULL, NULL, 1);
297 wp->length = real_len;
347 off_t real_len, real_off; local
378 gv_raid5_offset(p, boff, bcount, &real_off, &real_len,
413 wp->length = real_len;
419 if ((p->flags & GV_PLEX_REBUILDING) && (boff + real_len <
584 gv_raid5_offset(struct gv_plex *p, off_t boff, off_t bcount, off_t *real_off, off_t *real_len, int *sdno, int *psdno, int growing) argument
[all...]
H A Dgeom_vinum_plex.c128 off_t *real_len, int *sdno, int growing)
156 *real_len = (bcount > len_left) ? len_left : bcount;
183 *real_len = (bcount <= len_left) ? bcount : len_left;
201 off_t real_len, real_off; local
206 real_len = real_off = 0;
214 &real_len, &sdno, (bp->bio_pflags & GV_BIO_GROW));
274 cbp->bio_length = real_len;
281 return (real_len);
127 gv_plex_offset(struct gv_plex *p, off_t boff, off_t bcount, off_t *real_off, off_t *real_len, int *sdno, int growing) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dc-typeprint.c660 int len, real_len;
929 real_len = 0;
937 real_len++;
939 if (real_len > 0 && section_type != s_none)
659 int len, real_len; local
H A Dmonitor.c242 int real_len = (len == 0 && string != (char *) 0) ? strlen (string) : len; local
243 char *safe_string = alloca ((real_len * 4) + 1);
244 monitor_printable_string (safe_string, string, real_len);
/freebsd-9.3-release/contrib/dialog/
H A Dformbox.c330 int real_len = real_length(item + i); local
337 item[i].text_ilen = real_len;
342 min_w = MAX(min_w, item[i].text_x + 1 + real_len);

Completed in 113 milliseconds