Lines Matching refs:expectbuf
277 static char expectbuf[100];
286 (void) snprintf(expectbuf,
287 sizeof (expectbuf), "expected '%s'", toktostr(exp1));
288 error(expectbuf);
297 (void) snprintf(expectbuf,
298 sizeof (expectbuf), "expected '%s' or '%s'", toktostr(exp1),
300 error(expectbuf);
309 (void) snprintf(expectbuf,
310 sizeof (expectbuf), "expected '%s', '%s' or '%s'",
312 error(expectbuf);