Searched refs:nextline (Results 1 – 1 of 1) sorted by relevance
225 char *p, *nextline; in __argp_fmtstream_update() local233 if (nextline > buf) in __argp_fmtstream_update()265 nextline = p; in __argp_fmtstream_update()273 if ((nextline == buf + len + 1 in __argp_fmtstream_update()276 && fs->p > nextline) in __argp_fmtstream_update()282 size_t mv = fs->p - nextline; in __argp_fmtstream_update()285 len = nextline + mv - buf; in __argp_fmtstream_update()310 || (nextline == buf + len + 1 && fs->end - nextline >= fs->wmargin)) in __argp_fmtstream_update()325 if (nl < nextline) in __argp_fmtstream_update()326 memmove (nl, nextline, buf + len - nextline); in __argp_fmtstream_update()[all …]
Completed in 3 milliseconds