Home
last modified time | relevance | path

Searched refs:ematch_in (Results 1 – 1 of 1) sorted by relevance

/external/iproute2/tc/
Demp_ematch.lex.c16 #define yyin ematch_in
146 #define YY_NEW_FILE ematch_restart(ematch_in )
179 extern FILE *ematch_in, *ematch_out;
333 ematch__create_buffer(ematch_in,YY_BUF_SIZE ); \
343 ematch__create_buffer(ematch_in,YY_BUF_SIZE ); \
357 FILE *ematch_in = NULL, *ematch_out = NULL; variable
696 (c = getc( ematch_in )) != EOF && c != '\n'; ++n ) \
700 if ( c == EOF && ferror( ematch_in ) ) \
707 while ( (result = (int) fread(buf, 1, max_size, ematch_in))==0 && ferror(ematch_in)) \
715 clearerr(ematch_in); \
[all …]