Searched refs:thisline (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/tests/
H A Duniq-u.c174 struct linebuffer *thisline, *prevline, *exch; local
199 thisline = &lb1;
202 initbuffer (thisline);
213 if (readline (thisline, istream) == 0)
215 thisfield = thisline->buffer;
216 thislen = thisline->length;
226 prevline = thisline;
227 thisline = exch;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dtdbtool.c382 static char thisline[1024]; local
385 thisline[0] = 0;
386 p = fgets(thisline, sizeof(thisline)-1, stdin);
389 return p?thisline:NULL;

Completed in 43 milliseconds