Searched defs:yyformat (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_expr_parse.c1063 const char *yyformat = YY_NULL; local
1064 /* Arguments of yyformat. */
1138 yyformat = S; \
1150 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
1171 while ((*yyp = *yyformat) != '\0')
1172 if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
1175 yyformat += 2;
1180 yyformat++;

Completed in 12 milliseconds