Searched refs:input (Results 1 – 8 of 8) sorted by relevance
/scripts/kconfig/ |
D | lex.zconf.c_shipped | 161 /* Size of default input buffer. */ 185 /* Return all but the first "n" matched characters back to the input stream. */ 212 char *yy_ch_buf; /* input buffer */ 213 char *yy_buf_pos; /* current position in input buffer */ 215 /* Size of input buffer in bytes, not including room for EOB 231 /* Whether this is an "interactive" input source; if so, and 232 * if we're using stdio for input, then we want to use getc() 233 * instead of fread(), to make sure we stop fetching input after 247 /* Whether to try to fill the input buffer when we reach the 258 * shouldn't try reading from the input source any more. We might [all …]
|
D | zconf.y | 104 input: stmt_list;
|
D | zconf.tab.c_shipped | 587 "T_NOT", "$accept", "input", "stmt_list", "option_name", "common_stmt", 1573 YYDPRINTF ((stderr, "Now at end of input.\n")); 2114 /* Return failure if at end of input. */
|
/scripts/genksyms/ |
D | lex.c_shipped | 186 /* Size of default input buffer. */ 216 /* Return all but the first "n" matched characters back to the input stream. */ 248 char *yy_ch_buf; /* input buffer */ 249 char *yy_buf_pos; /* current position in input buffer */ 251 /* Size of input buffer in bytes, not including room for EOB 267 /* Whether this is an "interactive" input source; if so, and 268 * if we're using stdio for input, then we want to use getc() 269 * instead of fread(), to make sure we stop fetching input after 283 /* Whether to try to fill the input buffer when we reach the 294 * shouldn't try reading from the input source any more. We might [all …]
|
D | parse.c_shipped | 1603 YYDPRINTF ((stderr, "Now at end of input.\n")); 2212 /* Return failure if at end of input. */
|
/scripts/ |
D | Makefile.headersinst | 31 input-files := $(addprefix $(srctree)/$(obj)/,$(header-y)) \ 67 $(install-file): scripts/headers_install.pl $(input-files) FORCE
|
D | unifdef.c | 185 static FILE *input; /* input file pointer */ variable 291 input = fopen(filename, "r"); in main() 292 if (input == NULL) in main() 296 input = stdin; in main() 537 if (fgets(tline, MAXLINE, input) == NULL) in get_line()
|
D | gen_initramfs_list.sh | 29 as direct input to initramfs.
|