Searched refs:end (Results 1 – 3 of 3) sorted by relevance
82 fs->end = fs->buf + INIT_BUF_SIZE; in __argp_make_fmtstream()136 if (fs->p + pad < fs->end) in __argp_fmtstream_update()274 ? fs->end - nl < fs->wmargin + 1 in __argp_fmtstream_update()279 if (fs->end - fs->p > fs->wmargin + 1) in __argp_fmtstream_update()310 || (nextline == buf + len + 1 && fs->end - nextline >= fs->wmargin)) in __argp_fmtstream_update()351 if ((size_t) (fs->end - fs->p) < amount) in __argp_fmtstream_ensure()377 if ((size_t) (fs->end - fs->buf) < amount) in __argp_fmtstream_ensure()380 size_t old_size = fs->end - fs->buf; in __argp_fmtstream_ensure()391 fs->end = new_buf + new_size; in __argp_fmtstream_ensure()414 avail = fs->end - fs->p; in __argp_fmtstream_printf()
94 char *end; /* Absolute end of BUF. */ member196 if (__fs->p + __len <= __fs->end || __argp_fmtstream_ensure (__fs, __len)) in __argp_fmtstream_write()222 if (__fs->p < __fs->end || __argp_fmtstream_ensure (__fs, 1)) in __argp_fmtstream_putc()
342 find_char (char ch, char *beg, char *end) in find_char() argument344 while (beg < end) in find_char()
Completed in 10 milliseconds