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

/netbsd-current/usr.bin/rpcgen/
H A Drpc_svcout.c82 f_print(fout, "\t\txdr_%s = (xdrproc_t)xdr_%s;\n", rname,
89 f_print(fout, "static ");
92 f_print(fout, "*");
105 f_print(fout, "%sint _rpcpmstart;", var_type);
106 f_print(fout, "\t\t/* Started by a port monitor ? */\n");
107 f_print(fout, "%sint _rpcfdtype;", var_type);
108 f_print(fout, "\t\t/* Whether Stream or Datagram ? */\n");
110 f_print(fout, "%sint _rpcsvcdirty;", var_type);
111 f_print(fout, "\t/* Still serving ? */\n");
121 f_print(fou
[all...]
H A Drpc_sample.c94 f_print(fout, "\n\nvoid\n");
96 f_print(fout, "(char *host)\n{\n");
97 f_print(fout, "\tCLIENT *clnt;\n");
102 f_print(fout, "\t");
104 f_print(fout, "char "); /* cannot have "void"
109 f_print(fout, "_arg;\n");
113 f_print(fout, "\t");
116 f_print(fout, "_%s;\n", l->decl.name);
122 f_print(fout, "\t");
124 f_print(fou
[all...]
H A Drpc_tblout.c80 f_print(fout, "\n");
104 f_print(fout, tbl_hdr, progvers);
110 f_print(fout, null_entry);
114 f_print(fout, "\n");
117 f_print(fout,
120 f_print(stderr,
128 f_print(fout, "\t(char *(*)())RPCGEN_ACTION(");
135 f_print(fout, "_"); /* calls internal func */
138 f_print(fout, "),\n");
153 f_print(fou
[all...]
H A Drpc_clntout.c71 f_print(fout,
73 f_print(fout, "static struct timeval TIMEOUT = { %d, 0 };\n",
91 f_print(fout, "\n");
93 f_print(fout, "enum clnt_stat\n");
96 f_print(fout, "*\n");
100 f_print(fout, "{\n");
102 f_print(fout, "}\n");
122 f_print(fout, "(");
124 f_print(fout, "*argp, ");
127 f_print(fou
[all...]
H A Drpc_hout.c80 f_print(fout, "\n");
109 f_print(fout, "\n");
133 f_print(fout, "\n");
155 f_print(fout, "bool_t xdr_%s(XDR *, %s%s);\n", name,
185 f_print(fout, "struct %s {\n", name);
190 f_print(fout, "};\n");
191 f_print(fout, "typedef struct %s %s;\n", name, name);
221 f_print(fout, "struct %s {\n", name);
225 f_print(fout, "};\n");
226 f_print(fou
[all...]
H A Drpc_cout.c147 f_print(fout, "\n");
148 f_print(fout, "bool_t\n");
149 f_print(fout, "xdr_%s(", procname);
150 f_print(fout, "XDR *xdrs, ");
151 f_print(fout, "%s ", procname);
153 f_print(fout, "*");
154 f_print(fout, "objp)\n{\n");
174 f_print(fout, "\treturn (TRUE);\n");
175 f_print(fout, "}\n");
195 f_print(fou
[all...]
H A Drpc_main.c316 f_print(fout, "/*\n");
317 f_print(fout, " * Please do not edit this file.\n");
318 f_print(fout, " * It was generated using rpcgen.\n");
319 f_print(fout, " */\n\n");
431 f_print(stderr, "illegal nettype :\'%s\'\n", name);
453 f_print(fout, "#include \"%s\"\n", include);
457 f_print(fout, "#include <rpc/rpc.h>\n");
578 f_print(fout, "#ifndef _%s\n#define _%s\n\n", guard,
581 f_print(fout, "#define RPCGEN_VERSION\t%s\n\n", RPCGEN_VERSION);
582 f_print(fou
[all...]
H A Drpc_util.c180 f_print(fout, "enum ");
182 f_print(fout, "struct ");
186 f_print(fout, "bool_t ");
189 f_print(fout, "char *");
191 f_print(fout, "%s ", follow ? fixtype(type) : type);
246 f_print(fout, "%s_%s_svc", locase(pname), vnum);
252 f_print(fout, "%s_%s", locase(pname), vnum);
H A Drpc_util.h42 #define f_print (void) fprintf macro
/netbsd-current/external/bsd/nvi/dist/common/
H A Doptions_f.c152 * PUBLIC: int f_print __P((SCR *, OPTION *, const char *, u_long *));
155 f_print(SCR *sp, OPTION *op, const char *str, u_long *valp) function
H A Doptions.c169 {L("noprint"), f_print, OPT_STR, 0},
173 {L("octal"), f_print, OPT_0BOOL, 0},
183 {L("print"), f_print, OPT_STR, 0},
/netbsd-current/usr.bin/find/
H A Dfunction.c134 int f_print(PLAN *, FTSENT *);
1572 f_print(PLAN *plan, FTSENT *entry) function
1612 return (palloc(N_PRINT, f_print));

Completed in 204 milliseconds