Home
last modified time | relevance | path

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

/external/iproute2/tc/
Demp_ematch.lex.c1849 #ifndef YY_EXIT_FAILURE
1850 #define YY_EXIT_FAILURE 2 macro
1856 exit( YY_EXIT_FAILURE ); in yy_fatal_error()
/external/angle/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp2146 #ifndef YY_EXIT_FAILURE
2147 # define YY_EXIT_FAILURE 2 macro
2155 exit(YY_EXIT_FAILURE); in yy_fatal_error()
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp2529 #ifndef YY_EXIT_FAILURE
2530 #define YY_EXIT_FAILURE 2 macro
2538 exit( YY_EXIT_FAILURE ); in yy_fatal_error()
/external/libpcap/
Dscanner.c5181 #ifndef YY_EXIT_FAILURE
5182 #define YY_EXIT_FAILURE 2 macro
5190 exit( YY_EXIT_FAILURE ); in yy_fatal_error()
/external/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp3170 #ifndef YY_EXIT_FAILURE
3171 #define YY_EXIT_FAILURE 2 macro
3179 exit( YY_EXIT_FAILURE ); in yy_fatal_error()
/external/angle/src/compiler/translator/
Dglslang_lex_autogen.cpp2920 #ifndef YY_EXIT_FAILURE
2921 # define YY_EXIT_FAILURE 2 macro
2929 exit(YY_EXIT_FAILURE); in yy_fatal_error()
/external/toybox/kconfig/
Dlex.zconf.c_shipped2035 #ifndef YY_EXIT_FAILURE
2036 #define YY_EXIT_FAILURE 2
2042 exit( YY_EXIT_FAILURE );