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

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39648.c4 char const *yyf; local
7 yyf = yyformat;
8 while ((*yyp = *yyf) != '\0') {
9 if (yyf[1] == 's')
10 yyf += 2;
/haiku-buildtools/legacy/binutils/binutils/
H A Dsysinfo.c1565 char const *yyf;
1605 yyf = YY_(yyformat);
1606 yysize1 = yysize + yystrlen (yyf);
1619 while ((*yyp = *yyf))
1621 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
1624 yyf += 2;
1629 yyf++;
1561 char const *yyf; local
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.c7127 char const *yyf;
7167 yyf = YY_(yyformat);
7168 yysize1 = yysize + yystrlen (yyf);
7181 while ((*yyp = *yyf))
7183 if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
7186 yyf += 2;
7191 yyf++;
7123 char const *yyf; local

Completed in 120 milliseconds