Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dgetline.c24 int nchars_avail; /* Allocated but unused chars in *LINEPTR. */ in getstr() local
38 nchars_avail = *n - offset; in getstr()
48 assert(*n - nchars_avail == read_pos - *lineptr); in getstr()
49 if (nchars_avail < 2) { in getstr()
55 nchars_avail = *n + *lineptr - read_pos; in getstr()
59 read_pos = *n - nchars_avail + *lineptr; in getstr()
60 assert(*n - nchars_avail == read_pos - *lineptr); in getstr()
72 nchars_avail--; in getstr()