Home
last modified time | relevance | path

Searched refs:end (Results 1 – 3 of 3) sorted by relevance

/argp/
A Dargp-fmtstream.c82 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()
A Dargp-fmtstream.h94 char *end; /* Absolute end of BUF. */ member
196 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()
A Dargp-help.c342 find_char (char ch, char *beg, char *end) in find_char() argument
344 while (beg < end) in find_char()

Completed in 10 milliseconds