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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dcomm.c44 char thisline[2][LINE_LEN]; local
55 fgets(thisline[i], LINE_LEN, streams[i]);
60 while (*thisline[0] || *thisline[1]) {
67 if (!*thisline[0])
69 else if (!*thisline[1])
73 tl0_len = strlen(thisline[0]);
74 tl1_len = strlen(thisline[1]);
75 order = memcmp(thisline[0], thisline[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/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;

Completed in 41 milliseconds