Home
last modified time | relevance | path

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

/dragonfly/usr.bin/rpcgen/
H A Drpc_util.c273 static const char *toktostr(tok_kind);
281 s_print(expectbuf, "expected '%s'", toktostr(exp1)); in expected1()
291 s_print(expectbuf, "expected '%s' or '%s'", toktostr(exp1), in expected2()
292 toktostr(exp2)); in expected2()
302 s_print(expectbuf, "expected '%s', '%s' or '%s'", toktostr(exp1), in expected3()
303 toktostr(exp2), toktostr(exp3)); in expected3()
353 toktostr(tok_kind kind) in toktostr() function