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

/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_svcout.c85 f_print(fout, "\t\txdr_%s = (xdrproc_t)xdr_%s;\n", rname,
88 f_print(fout, "\t\txdr_%s = xdr_%s;\n", rname, stringfix(typename));
95 f_print(fout, "static ");
98 f_print(fout, "*");
114 f_print(fout, "%sint _rpcpmstart;", var_type);
115 f_print(fout, "\t\t/* Started by a port monitor ? */\n");
116 f_print(fout, "%sint _rpcfdtype;", var_type);
117 f_print(fout, "\t\t/* Whether Stream or Datagram ? */\n");
119 f_print(fout, "%sint _rpcsvcdirty;", var_type);
120 f_print(fou
[all...]
H A Drpc_sample.c98 f_print(fout, "\n\nvoid\n");
101 f_print(fout, "(char *host)\n{\n");
103 f_print(fout, "(host)\n\tchar *host;\n{\n");
104 f_print(fout, "\tCLIENT *clnt;\n");
109 f_print(fout, "\t");
111 f_print(fout, "char "); /* cannot have "void"
116 f_print(fout, "_arg;\n");
120 f_print(fout, "\t");
123 f_print(fout, "_%s;\n", l->decl.name);
129 f_print(fou
[all...]
H A Drpc_clntout.c71 f_print(fout,
73 f_print(fout, "static struct timeval TIMEOUT = { %d, 0 };\n",
92 f_print(fout, "\n");
94 f_print(fout, "enum clnt_stat\n");
97 f_print(fout, "*\n");
101 f_print(fout, "{\n");
103 f_print(fout, "}\n");
125 f_print(fout, "(");
127 f_print(fout, "*argp, ");
130 f_print(fou
[all...]
H A Drpc_hout.c79 f_print(fout, "\n");
116 f_print(fout, "\n");
134 f_print(fout, "#ifdef __cplusplus\n");
135 f_print(fout, "extern \"C\" bool_t xdr_%s(XDR *, %s%s);\n",
138 f_print(fout, "#elif __STDC__\n");
139 f_print(fout, "extern bool_t xdr_%s(XDR *, %s%s);\n",
142 f_print(fout, "#else /* Old Style C */\n");
143 f_print(fout, "bool_t xdr_%s();\n", name);
144 f_print(fout, "#endif /* Old Style C */\n\n");
175 f_print(fou
[all...]
H A Drpc_tblout.c80 f_print(fout, "\n");
105 f_print(fout, tbl_hdr, progvers);
111 f_print(fout, null_entry);
115 f_print(fout, "\n");
118 f_print(fout,
121 f_print(stderr,
129 f_print(fout, "\t(char *(*)())RPCGEN_ACTION(");
136 f_print(fout, "_"); /* calls internal func */
139 f_print(fout, "),\n");
154 f_print(fou
[all...]
H A Drpc_cout.c152 f_print(fout, "\n");
153 f_print(fout, "bool_t\n");
155 f_print(fout, "xdr_%s(", procname);
156 f_print(fout, "XDR *xdrs, ");
157 f_print(fout, "%s ", procname);
159 f_print(fout, "*");
160 f_print(fout, "objp)\n{\n");
162 f_print(fout, "xdr_%s(xdrs, objp)\n", procname);
163 f_print(fout, "\tXDR *xdrs;\n");
164 f_print(fou
[all...]
H A Drpc_main.c286 f_print(stderr, "%s: output would overwrite %s\n", cmdname,
292 f_print(stderr, "%s: unable to open ", cmdname);
303 f_print(fout, "/*\n");
304 f_print(fout, " * Please do not edit this file.\n");
305 f_print(fout, " * It was generated using rpcgen.\n");
306 f_print(fout, " */\n\n");
358 f_print(stderr, "%s: ", cmdname);
389 f_print(stderr, "%s: ", cmdname);
427 f_print(stderr, "illegal nettype :\'%s\'\n", name);
452 f_print(fou
[all...]
H A Drpc_util.c196 f_print(fout, "enum ");
198 f_print(fout, "struct ");
202 f_print(fout, "bool_t ");
205 f_print(fout, "char *");
207 f_print(fout, "%s ", follow ? fixtype(type) : type);
269 f_print(fout, "%s_%s_svc", locase(pname), vnum);
277 f_print(fout, "%s_%s", locase(pname), vnum);
287 f_print(stderr, "%s, line %d: ", infilename, linenum);
288 f_print(stderr, "%s\n", msg);
313 f_print(stder
[all...]
H A Drpc_util.h42 #define f_print (void) fprintf macro
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Doptions_f.c148 * PUBLIC: int f_print __P((SCR *, OPTION *, const char *, u_long *));
151 f_print(SCR *sp, OPTION *op, const char *str, u_long *valp) function
H A Doptions.c151 {L("noprint"), f_print, OPT_STR, 0},
155 {L("octal"), f_print, OPT_0BOOL, 0},
165 {L("print"), f_print, OPT_STR, 0},
H A Dextern.h124 int f_print __P((SCR *, OPTION *, const char *, u_long *));
/netbsd-6-1-5-RELEASE/usr.bin/find/
H A Dfunction.c113 int f_print(PLAN *, FTSENT *);
1472 f_print(PLAN *plan, FTSENT *entry) function
1512 return (palloc(N_PRINT, f_print));

Completed in 97 milliseconds