rpc_main.c (f0b58b190107416e813c5db875034c6cfcede523) rpc_main.c (1a7ac2bd24c1763b0d32e23d9c70308fbc24b07a)
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user.
8 *

--- 50 unchanged lines hidden (view full) ---

59static void c_output(const char *, const char *, int, const char *);
60static void h_output(const char *, const char *, int, const char *, int);
61static void l_output(const char *, const char *, int, const char *);
62static void t_output(const char *, const char *, int, const char *);
63static void clnt_output(const char *, const char *, int, const char * );
64static char *generate_guard(const char *);
65static void c_initialize(void);
66
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user.
8 *

--- 50 unchanged lines hidden (view full) ---

59static void c_output(const char *, const char *, int, const char *);
60static void h_output(const char *, const char *, int, const char *, int);
61static void l_output(const char *, const char *, int, const char *);
62static void t_output(const char *, const char *, int, const char *);
63static void clnt_output(const char *, const char *, int, const char * );
64static char *generate_guard(const char *);
65static void c_initialize(void);
66
67static void usage(void);
67static void usage(void) __dead2;
68static void options_usage(void);
69static int do_registers(int, const char **);
70static int parseargs(int, const char **, struct commandline *);
71static void svc_output(const char *, const char *, int, const char *);
72static void mkfile_output(struct commandline *);
73static void s_output(int, const char **, const char *, const char *, int, const char *, int, int);
74
75#define EXTEND 1 /* alias for TRUE */

--- 1194 unchanged lines hidden ---
68static void options_usage(void);
69static int do_registers(int, const char **);
70static int parseargs(int, const char **, struct commandline *);
71static void svc_output(const char *, const char *, int, const char *);
72static void mkfile_output(struct commandline *);
73static void s_output(int, const char **, const char *, const char *, int, const char *, int, int);
74
75#define EXTEND 1 /* alias for TRUE */

--- 1194 unchanged lines hidden ---