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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dunifdef.c158 * we leave some space at the end of the tline buffer to accommodate this.
184 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */ variable
448 size_t size = tline + sizeof(tline) - keyword;
490 fputs(tline, stdout);
532 if (fgets(tline, MAXLINE, input) == NULL)
536 cp = skipcomment(tline);
545 keyword = tline + (cp - tline);

Completed in 35 milliseconds