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

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

Completed in 77 milliseconds