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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dscanner.c92 #define YY_NEW_FILE yyrestart( yyin )
102 extern FILE *yyin, *yyout;
205 * just pointing yyin at a new input file.
233 * instead of setting up a fresh yyin. A bit of a hack ...
260 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
267 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
274 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
1926 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
1930 if ( c == EOF && ferror( yyin ) ) \
1934 else if ( ((result = fread( buf, 1, max_size, yyin ))
[all...]
H A Dradvd.c45 extern FILE *yyin;
723 if ((yyin = fopen(fname, "r")) == NULL)
735 fclose(yyin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dinitscan.c93 #define YY_NEW_FILE yyrestart( yyin )
103 extern FILE *yyin, *yyout;
197 * just pointing yyin at a new input file.
225 * instead of setting up a fresh yyin. A bit of a hack ...
252 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
259 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
266 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
1424 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
1428 if ( c == EOF && ferror( yyin ) ) \
1432 else if ( ((result = fread( buf, 1, max_size, yyin ))
[all...]
H A Dscan.c93 #define YY_NEW_FILE yyrestart( yyin )
103 extern FILE *yyin, *yyout;
197 * just pointing yyin at a new input file.
225 * instead of setting up a fresh yyin. A bit of a hack ...
252 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
259 yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
266 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
1424 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
1428 if ( c == EOF && ferror( yyin ) ) \
1432 else if ( ((result = fread( buf, 1, max_size, yyin ))
[all...]
H A DFlexLexer.h143 istream* yyin; // input source for default LexerInput member in class:yyFlexLexer
161 // instead of setting up a fresh yyin. A bit of a hack ...
H A Dflexdef.h407 * yyin - input file
414 * do_stdinit - whether to initialize yyin/yyout to stdin/stdout
431 extern FILE *skelfile, *yyin, *backing_up_file;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.l235 fclose(yyin);
280 yyin = zconf_fopen(name);
281 if (!yyin) {
301 yyin = zconf_fopen(name);
302 if (!yyin) {
306 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
334 fclose(yyin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.l235 fclose(yyin);
280 yyin = zconf_fopen(name);
281 if (!yyin) {
301 yyin = zconf_fopen(name);
302 if (!yyin) {
306 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
334 fclose(yyin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dzconf.l234 fclose(yyin);
254 yyin = fopen(name, "r");
255 if (!yyin) {
275 yyin = fopen(name, "r");
276 if (!yyin) {
280 yy_switch_to_buffer(yy_create_buffer(yyin, YY_BUF_SIZE));
308 fclose(yyin);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/MVS/
H A Dinitscan-mvs.c91 if ( (result = read( fileno(yyin), (char *) buf, max_size )) < 0 ) \
142 yyinbffr( yy_current_buffer, yyin ); \
329 extern FILE *yyin, *yyout;
334 FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0; variable
1258 * instead of setting up a fresh yyin. A bit of a hack ...
1301 if ( ! yyin )
1302 yyin = stdin;
1308 yyinbffr( yy_current_buffer, yyin );
1310 yy_current_buffer = yycrbffr( yyin, YY_BUF_SIZE );
2552 yyin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dradvd_token.l281 if ((yyin = fdopen(oldfd, "r")) == NULL) {
365 fclose(yyin);
H A Dresolv_token.l189 if ((yyin = fdopen(oldfd, "r")) == NULL) {
331 fclose(yyin);
H A Dlease_token.l243 yyin = file;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c111 extern FILE *yyin;

Completed in 204 milliseconds