Home | History | Annotate | Download | only in libpcap

Lines Matching defs:yyformat

1806   const char *yyformat = 0;
1807 /* Arguments of yyformat. */
1879 yyformat = S; \
1890 yysize1 = yysize + yystrlen (yyformat);
1910 while ((*yyp = *yyformat) != '\0')
1911 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1914 yyformat += 2;
1919 yyformat++;