Home
last modified time | relevance | path

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

/freebsd/usr.bin/rpcgen/
H A Drpc_main.c53 static void t_output(const char *, const char *, int, const char *);
153 t_output(cmd.infile, "-DRPC_TBL", DONT_EXTEND, cmd.outfile); in main()
178 t_output(cmd.infile, "-DRPC_TBL", EXTEND, "_tbl.i"); in main()
773 t_output(const char *infile, const char *define, int extend, const char *outfile) in t_output() function