Searched refs:expectbuf (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_util.c | 277 static char expectbuf[100]; variable 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); [all...] |
Completed in 792 milliseconds