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

/freebsd-current/usr.bin/rpcgen/
H A Drpc_sample.c82 f_print(fout, "\n\nvoid\n");
84 f_print(fout, "(char *host)\n{\n");
85 f_print(fout, "\tCLIENT *clnt;\n");
89 f_print(fout, "\t");
91 f_print(fout, "enum clnt_stat retval_%d;\n\t", ++i);
93 f_print(fout, "result_%d;\n", i);
96 f_print(fout, " *result_%d;\n",++i);
100 f_print(fout, "\t");
105 f_print(fout, "char * "); /* cannot have "void" type */
106 f_print(fou
[all...]
H A Drpc_svcout.c68 f_print(fout, "\t\txdr_%s = (xdrproc_t) xdr_%s;\n",
75 f_print(fout, "static ");
77 f_print(fout, "*");
90 f_print(fout, "%s int _rpcpmstart;", var_type);
91 f_print(fout, "\t\t/* Started by a port monitor ? */\n");
93 f_print(fout, "%s int _rpcfdtype;", var_type);
94 f_print(fout, "\n\t\t /* Whether Stream or \
99 f_print(fout, " /* States a server can be in \
101 f_print(fout, "#define\t_IDLE 0\n");
102 f_print(fou
[all...]
H A Drpc_clntout.c56 f_print(fout,
58 f_print(fout, "static struct timeval TIMEOUT = { %d, 0 };\n",
76 f_print(fout, "\n");
79 f_print(fout, "*\n");
83 f_print(fout, "enum clnt_stat \n");
88 f_print(fout, "{\n");
91 f_print(fout, "}\n");
113 f_print(fout, "(");
118 f_print(fout, "*argp, ");
120 f_print(fou
[all...]
H A Drpc_hout.c63 f_print(fout, "\n");
99 f_print(fout, "\n");
135 f_print(fout, "extern bool_t xdr_%s(XDR *, %s%s);\n", name,
166 f_print(fout, "struct %s {\n", name);
172 f_print(fout, "};\n");
173 f_print(fout, "typedef struct %s %s;\n",
176 f_print(fout, "\n");
188 f_print(fout, "struct %s {\n", name);
192 f_print(fout, "};\n");
193 f_print(fou
[all...]
H A Drpc_tblout.c66 f_print(fout, "\n");
90 f_print(fout, tbl_hdr, progvers);
101 f_print(fout,
110 f_print(fout, "\n\t(char *(*)())RPCGEN_ACTION(");
117 f_print( fout, "_"); /* calls internal func */
120 f_print(fout, "),\n");
135 f_print(fout, tbl_nproc, progvers, progvers, progvers);
151 f_print(fout, "%s", &tabstr[TABCOUNT-tabs]);
154 f_print(fout, "0");
156 f_print(fou
[all...]
H A Drpc_main.c254 f_print(fout, "/*\n");
255 f_print(fout, " * Please do not edit this file.\n");
256 f_print(fout, " * It was generated using rpcgen.\n");
257 f_print(fout, " */\n\n");
476 f_print(fout, "#include \"%s\"\n", include);
480 f_print(fout, "#include <rpc/rpc.h>\n");
586 f_print(fout, "#ifndef _%s\n#define _%s\n\n", guard,
589 f_print(fout, "#include <rpc/rpc.h>\n");
592 f_print(fout, "#include <pthread.h>\n");
596 f_print(fou
[all...]
H A Drpc_cout.c120 f_print(fout, "\n");
121 f_print(fout, "bool_t\n");
122 f_print(fout, "xdr_%s(", procname);
123 f_print(fout, "XDR *xdrs, ");
124 f_print(fout, "%s ", procname);
126 f_print(fout, "*");
127 f_print(fout, "objp)\n{\n\n");
142 f_print(fout, "\tregister long *buf;\n\n");
154 f_print(fout, "\treturn (TRUE);\n");
155 f_print(fou
[all...]
H A Drpc_util.c163 f_print(fout, "enum ");
165 f_print(fout, "struct ");
169 f_print(fout, "bool_t ");
171 f_print(fout, "char *");
173 f_print(fout, "%s ", follow ? fixtype(type) : type);
230 f_print(fout, "%s_%s_svc", locase(pname), vnum);
236 f_print(fout, "%s_%s", locase(pname), vnum);
H A Drpc_util.h69 #define f_print (void) fprintf macro
/freebsd-current/usr.bin/find/
H A Dextern.h107 exec_f f_print; variable
H A Doption.c148 { "-print", c_print, f_print, 0 },
H A Dfunction.c1361 f_print(PLAN *plan __unused, FTSENT *entry) function
/freebsd-current/contrib/nvi/common/
H A Doptions_f.c142 * PUBLIC: int f_print(SCR *, OPTION *, char *, u_long *);
145 f_print(SCR *sp, OPTION *op, char *str, u_long *valp) function
H A Doptions.c50 {L("altnotation"), f_print, OPT_0BOOL, 0},
141 {L("noprint"), f_print, OPT_STR, 0},
145 {L("octal"), f_print, OPT_0BOOL, 0},
155 {L("print"), f_print, OPT_STR, 0},
/freebsd-current/usr.bin/vi/
H A Dextern.h399 int f_print(SCR *, OPTION *, char *, u_long *);

Completed in 101 milliseconds