Home
last modified time | relevance | path

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

/external/bluez/utils/rfcomm/
Dparser.c994 char const *yyf; in yysyntax_error() local
1034 yyf = YY_(yyformat); in yysyntax_error()
1035 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()
1049 while ((*yyp = *yyf) != '\0') in yysyntax_error()
1051 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount) in yysyntax_error()
1054 yyf += 2; in yysyntax_error()
1059 yyf++; in yysyntax_error()
/external/bluez/utils/hcid/
Dparser.c1093 char const *yyf; in yysyntax_error() local
1133 yyf = YY_(yyformat); in yysyntax_error()
1134 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()
1148 while ((*yyp = *yyf) != '\0') in yysyntax_error()
1150 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount) in yysyntax_error()
1153 yyf += 2; in yysyntax_error()
1158 yyf++; in yysyntax_error()
/external/bison/data/
Dyacc.c873 char const *yyf;
913 yyf = YY_(yyformat);
914 yysize1 = yysize + yystrlen (yyf);
928 while ((*yyp = *yyf) != '\0')
930 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
933 yyf += 2;
938 yyf++;
Dglr.c2098 char const *yyf;
2138 yyf = YY_(yyformat);
2139 yysize1 = yysize + strlen (yyf);
2150 while ((*yyp = *yyf))
2152 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
2155 yyf += 2;
2160 yyf++;
/external/bison/src/
Dparse-gram.c1321 char const *yyf; in yysyntax_error() local
1361 yyf = YY_(yyformat); in yysyntax_error()
1362 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()
1376 while ((*yyp = *yyf) != '\0') in yysyntax_error()
1378 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount) in yysyntax_error()
1381 yyf += 2; in yysyntax_error()
1386 yyf++; in yysyntax_error()
/external/libpcap/
Dgrammar.c2772 char const *yyf; local
2812 yyf = YY_(yyformat);
2813 yysize1 = yysize + yystrlen (yyf);
2826 while ((*yyp = *yyf))
2828 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
2831 yyf += 2;
2836 yyf++;