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

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

Completed in 110 milliseconds