HomeSort by: relevance | last modified time | path
    Searched defs:toktostr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_util.c 77 static const char *toktostr(tok_kind);
303 error("Expected '%s'", toktostr(exp1));
312 toktostr(exp1),
313 toktostr(exp2));
322 toktostr(exp1),
323 toktostr(exp2),
324 toktostr(exp3));
374 toktostr(tok_kind kind) function in typeref:typename:const char *
rpc_util.c 77 static const char *toktostr(tok_kind);
303 error("Expected '%s'", toktostr(exp1));
312 toktostr(exp1),
313 toktostr(exp2));
322 toktostr(exp1),
323 toktostr(exp2),
324 toktostr(exp3));
374 toktostr(tok_kind kind) function in typeref:typename:const char *

Completed in 21 milliseconds