Lines Matching defs:fmt
203 const char *fmt;
209 for (fmt = item->fmt; *fmt; fmt++) {
210 if (!*line && *fmt)
212 if (*fmt == '%') {
213 fmt++;
214 if (!*fmt)
216 switch (*fmt) {
223 if (!fmt[1])
225 if (fmt[1] == ' ')
229 while (*line && *line != fmt[1])
244 && line[len] != fmt[1]) {
261 if (*fmt == ' ') {
266 if (*line == *fmt) {
274 /* Ran out of fmt. */