Searched refs:f_print (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/usr.bin/rpcgen/
H A Drpc_sample.c87 f_print(fout, "\n\nvoid\n");
89 f_print(fout, "(char *host)\n{\n");
90 f_print(fout, "\tCLIENT *clnt;\n");
94 f_print(fout, "\t");
96 f_print(fout, "enum clnt_stat retval_%d;\n\t", ++i);
98 f_print(fout, "result_%d;\n", i);
101 f_print(fout, " *result_%d;\n",++i);
105 f_print(fout, "\t");
110 f_print(fout, "char * "); /* cannot have "void" type */
111 f_print(fou
[all...]
H A Drpc_svcout.c78 f_print(fout, "\t\txdr_%s = (xdrproc_t) xdr_%s;\n",
85 f_print(fout, "static ");
87 f_print(fout, "*");
100 f_print(fout, "%s int _rpcpmstart;", var_type);
101 f_print(fout, "\t\t/* Started by a port monitor ? */\n");
103 f_print(fout, "%s int _rpcfdtype;", var_type);
104 f_print(fout, "\n\t\t /* Whether Stream or \
109 f_print(fout, " /* States a server can be in \
111 f_print(fout, "#define\t_IDLE 0\n");
112 f_print(fou
[all...]
H A Drpc_clntout.c66 f_print(fout,
68 f_print(fout, "static struct timeval TIMEOUT = { %d, 0 };\n",
86 f_print(fout, "\n");
89 f_print(fout, "*\n");
93 f_print(fout, "enum clnt_stat \n");
98 f_print(fout, "{\n");
101 f_print(fout, "}\n");
123 f_print(fout, "(");
128 f_print(fout, "*argp, ");
130 f_print(fou
[all...]
H A Drpc_hout.c73 f_print(fout, "\n");
109 f_print(fout, "\n");
145 f_print(fout, "extern bool_t xdr_%s(XDR *, %s%s);\n", name,
176 f_print(fout, "struct %s {\n", name);
182 f_print(fout, "};\n");
183 f_print(fout, "typedef struct %s %s;\n",
186 f_print(fout, "\n");
198 f_print(fout, "struct %s {\n", name);
202 f_print(fout, "};\n");
203 f_print(fou
[all...]
H A Drpc_tblout.c76 f_print(fout, "\n");
100 f_print(fout, tbl_hdr, progvers);
111 f_print(fout,
120 f_print(fout, "\n\t(char *(*)())RPCGEN_ACTION(");
127 f_print( fout, "_"); /* calls internal func */
130 f_print(fout, "),\n");
145 f_print(fout, tbl_nproc, progvers, progvers, progvers);
161 f_print(fout, "%s", &tabstr[TABCOUNT-tabs]);
164 f_print(fout, "0");
166 f_print(fou
[all...]
H A Drpc_cout.c130 f_print(fout, "\n");
131 f_print(fout, "bool_t\n");
132 f_print(fout, "xdr_%s(", procname);
133 f_print(fout, "XDR *xdrs, ");
134 f_print(fout, "%s ", procname);
136 f_print(fout, "*");
137 f_print(fout, "objp)\n{\n\n");
152 f_print(fout, "\tregister long *buf;\n\n");
164 f_print(fout, "\treturn (TRUE);\n");
165 f_print(fou
[all...]
H A Drpc_main.c270 f_print(fout, "/*\n");
271 f_print(fout, " * Please do not edit this file.\n");
272 f_print(fout, " * It was generated using rpcgen.\n");
273 f_print(fout, " */\n\n");
408 f_print(fout, "#include \"%s\"\n", include);
412 f_print(fout, "#include <rpc/rpc.h>\n");
515 f_print(fout, "#ifndef _%s\n#define _%s\n\n", guard,
518 f_print(fout, "#include <rpc/rpc.h>\n");
521 f_print(fout, "#include <pthread.h>\n");
525 f_print(fou
[all...]
H A Drpc_util.c173 f_print(fout, "enum ");
175 f_print(fout, "struct ");
179 f_print(fout, "bool_t ");
181 f_print(fout, "char *");
183 f_print(fout, "%s ", follow ? fixtype(type) : type);
240 f_print(fout, "%s_%s_svc", locase(pname), vnum);
246 f_print(fout, "%s_%s", locase(pname), vnum);
H A Drpc_util.h74 #define f_print (void) fprintf macro
/freebsd-10.1-release/usr.bin/find/
H A Dextern.h107 exec_f f_print; variable
H A Doption.c140 { "-print", c_print, f_print, 0 },
H A Dfunction.c1331 f_print(PLAN *plan __unused, FTSENT *entry) function
/freebsd-10.1-release/contrib/nvi/common/
H A Doptions_f.c166 * PUBLIC: int f_print __P((SCR *, OPTION *, char *, u_long *));
169 f_print( function
H A Dextern.h86 int f_print __P((SCR *, OPTION *, char *, u_long *));
H A Doptions.c140 {L("noprint"), f_print, OPT_STR, 0},
144 {L("octal"), f_print, OPT_0BOOL, 0},
154 {L("print"), f_print, OPT_STR, 0},

Completed in 123 milliseconds