Searched defs:input (Results 1 - 2 of 2) sorted by relevance

/scripts/kconfig/
H A Dzconf.y103 input: nl start | start; label
/scripts/
H A Dunifdef.c65 /* types of input lines: */
182 static FILE *input; /* input file pointer */ variable
183 static const char *filename; /* input file name */
187 static bool overwriting; /* output overwrites input */
190 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */
193 static const char *newline; /* input file format */
319 input = fopen(filename, "rb");
320 if (input == NULL)
324 input
[all...]

Completed in 57 milliseconds