Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_main.c73 static void t_output(char *, char *, int, char *);
177 t_output(cmd.infile, "-DRPC_TBL", DONT_EXTEND, cmd.outfile); in main()
202 t_output(cmd.infile, "-DRPC_TBL", EXTEND, "_tbl.i"); in main()
753 t_output(char *infile, char *define, int extend, char *outfile) in t_output() function
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1523 t_output(struct df_request *dfrp, struct statvfs64 *fsp) in t_output() function
1907 dfo.dfo_func = t_output; in select_output()