Home
last modified time | relevance | path

Searched refs:expectbuf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.c277 static char expectbuf[100]; variable
286 (void) snprintf(expectbuf, in expected1()
287 sizeof (expectbuf), "expected '%s'", toktostr(exp1)); in expected1()
288 error(expectbuf); in expected1()
297 (void) snprintf(expectbuf, in expected2()
298 sizeof (expectbuf), "expected '%s' or '%s'", toktostr(exp1), in expected2()
300 error(expectbuf); in expected2()
309 (void) snprintf(expectbuf, in expected3()
310 sizeof (expectbuf), "expected '%s', '%s' or '%s'", in expected3()
312 error(expectbuf); in expected3()