Home
last modified time | relevance | path

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

/dragonfly/usr.bin/rpcgen/
H A Drpc_main.c56 static void clnt_output(const char *, const char *, int, const char *);
169 clnt_output(cmd.infile, "-DRPC_CLIENT", DONT_EXTEND, in main()
197 clnt_output(cmd.infile, "-DRPC_CLIENT", EXTEND, in main()
717 clnt_output(const char *infile, const char *define, int extend, const char *outfile) in clnt_output() function