Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.bin/rpcgen/
Drpc_util.c287 static const char *toktostr(tok_kind kind);
296 toktostr(exp1)); in expected1()
307 toktostr(exp1), in expected2()
308 toktostr(exp2)); in expected2()
319 toktostr(exp1), in expected3()
320 toktostr(exp2), in expected3()
321 toktostr(exp3)); in expected3()
372 toktostr(tok_kind kind) in toktostr() function