Searched refs:yystrlen (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xgc/dist/
H A Dgram.c810 # ifndef yystrlen
812 # define yystrlen strlen macro
816 yystrlen (const char *yystr) function in typeref:typename:YYSIZE_T
888 return yystrlen (yystr);
993 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dparser.c932 # ifndef yystrlen
934 # define yystrlen strlen
940 yystrlen (const char *yystr)
943 yystrlen (yystr)
1025 return yystrlen (yystr);
1107 yysize1 = yysize + yystrlen (yyf);
933 # define yystrlen macro
939 yystrlen (const char *yystr) function in typeref:typename:YYSIZE_T
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefsyacc.c1042 # ifndef yystrlen
1044 # define yystrlen strlen macro
1050 yystrlen (const char *yystr) function in typeref:typename:YYSIZE_T
1053 yystrlen (yystr)
1135 return yystrlen (yystr);
1242 yysize1 = yysize + yystrlen (yyformat);
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c1216 # ifndef yystrlen
1218 # define yystrlen strlen macro
1222 yystrlen (const char *yystr) function in typeref:typename:YYSIZE_T
1294 return yystrlen (yystr);
1400 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.c1435 # ifndef yystrlen
1437 # define yystrlen strlen macro
1441 yystrlen (const char *yystr) function in typeref:typename:YYSIZE_T
1513 return yystrlen (yystr);
1619 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_parser.cpp1896 # ifndef yystrlen
1898 # define yystrlen strlen macro
1902 yystrlen (const char *yystr) function in typeref:typename:YYSIZE_T
1974 return yystrlen (yystr);
2080 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.c1670 #ifndef yystrlen
1672 # define yystrlen(S) (YY_CAST (YYPTRDIFF_T, strlen (S))) macro
1676 yystrlen (const char *yystr) function in typeref:typename:YYPTRDIFF_T
1752 return yystrlen (yystr);
1846 yysize = yystrlen (yyformat) - 2 * yycount + 1;
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-parse.c1404 #ifndef yystrlen
1406 # define yystrlen(S) (YY_CAST (YYPTRDIFF_T, strlen (S))) macro
1410 yystrlen (const char *yystr) function in typeref:typename:YYPTRDIFF_T
1486 return yystrlen (yystr);
1580 yysize = yystrlen (yyformat) - 2 * yycount + 1;
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_parser.cpp2094 #ifndef yystrlen
2096 # define yystrlen(S) (YY_CAST (YYPTRDIFF_T, strlen (S))) macro
2100 yystrlen (const char *yystr) function in typeref:typename:YYPTRDIFF_T
2176 return yystrlen (yystr);
2270 yysize = yystrlen (yyformat) - 2 * yycount + 1;

Completed in 214 milliseconds