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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_token.c15 #define yyin sfyyin
156 #define YY_NEW_FILE sfyyrestart(sfyyin )
176 extern FILE *sfyyin, *sfyyout;
263 * just pointing sfyyin at a new input file.
301 * instead of setting up a fresh sfyyin. A bit of a hack ...
334 sfyy_create_buffer(sfyyin,YY_BUF_SIZE ); \
344 sfyy_create_buffer(sfyyin,YY_BUF_SIZE ); \
358 FILE *sfyyin = (FILE *) 0, *sfyyout = (FILE *) 0; variable
929 (c = getc( sfyyin )) != EOF && c != '\n'; ++n ) \
933 if ( c == EOF && ferror( sfyyin ) ) \
[all...]
H A Dserver6_token.l163 if ((sfyyin = fopen(conf, "r")) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dserver6_token.l163 if ((sfyyin = fopen(conf, "r")) == NULL) {

Completed in 52 milliseconds