Searched refs:fout (Results 1 - 25 of 43) sorted by relevance

12

/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(fout, "\
[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(fout, "\
[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(fout, "cha
[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(fout, "struc
[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,
129 f_print(fout, "\t(char *(*)())RPCGEN_ACTION(");
136 f_print(fout, "_"); /* calls internal func */
139 f_print(fout, "),\n");
154 f_print(fout, tbl_end);
155 f_print(fout, tbl_npro
[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(fout, "\
[all...]
H A Drpc_main.c282 fout = stdout;
290 fout = fopen(outfile, "w");
291 if (fout == NULL) {
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");
452 f_print(fout, "#include \"%s\"\n", include);
456 f_print(fout, "#include <rpc/rpc.h>\n");
457 tell = ftell(fout);
[all...]
H A Drpc_util.c71 FILE *fout; /* file pointer of current output */ variable
196 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);
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtfprintf.c65 check (FILE *fout, char *fmt, mpfr_t x) argument
67 if (mpfr_fprintf (fout, fmt, x) == -1)
69 mpfr_printf ("Error in mpfr_fprintf(fout, \"%s\", %Re)\n",
73 fputc ('\n', fout);
77 check_vfprintf (FILE *fout, char *fmt, ...) argument
82 if (mpfr_vfprintf (fout, fmt, ap) == -1)
84 mpfr_printf ("Error in mpfr_vfprintf(fout, \"%s\", ...)\n", fmt);
91 fputc ('\n', fout);
95 check_special (FILE *fout) argument
102 check (fout, "
141 check_mixed(FILE *fout) argument
275 check_random(FILE *fout, int nb_tests) argument
368 bug_20090316(FILE *fout) argument
384 FILE *fout; local
[all...]
H A Dtout_str.c28 FILE *fout; variable
39 fprintf (fout, "%1.19e base %d rnd %d:\n ", d, base, rnd);
40 mpfr_out_str (fout, base, (base == 2) ? prec : 0, x, rnd);
41 fputc ('\n', fout);
54 n = mpfr_out_str (fout, 10, 0, x, MPFR_RNDN);
63 n = mpfr_out_str (fout, 10, 0, x, MPFR_RNDN);
72 n = mpfr_out_str (fout, 10, 0, x, MPFR_RNDN);
81 n = mpfr_out_str (fout, 10, 0, x, MPFR_RNDN);
90 n = mpfr_out_str (fout, 10, 0, x, MPFR_RNDN);
114 fout
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/vect/
H A Dfast-math-pr43074.c4 pvslockprocess(float *fout, float *fin, int framesize) argument
10 fout[i] = fin[i];
11 fout[i+1] = fin[i+1];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/objects/char/
H A D9.cc33 FILE* fout = fopen(name, "w"); local
34 fputs("abc\n", fout);
35 fclose(fout);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/objects/char/
H A D9.cc32 FILE* fout = fopen(name, "w"); local
33 fputs("abc\n", fout);
34 fclose(fout);
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Drcsgen.c473 register FILE *fout; local
478 if (!(fout = frewrite)) {
481 fout = fopenSafer(makedirtemp(0), FOPEN_WB);
485 fout = fdopen(fo, FOPEN_WB);
488 if (!(frewrite = fout))
496 aputc_(*Khead, fout)
497 aprintf(fout, "%s\t%s;\n", Khead + 1, Head?Head->num:"");
499 aprintf(fout, "%s\t%s;\n", Kbranch, Dbranch);
501 aputs(Kaccess, fout);
504 aprintf(fout, "\
645 register FILE *fout; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dcreate_adm.c36 FILE *fout; local
91 fout = CVS_FOPEN (tmp, "w+");
92 if (fout == NULL)
127 if (fprintf (fout, "%s\n", cp) < 0)
134 if (fclose (fout) == EOF)
147 fout = CVS_FOPEN (tmp, "w+");
148 if (fout == NULL)
155 if (fclose (fout) == EOF)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/
H A D1.cc35 FILE* fout = fopen(name, "w"); local
36 fwrite(c_lit, 1, size, fout);
37 fclose(fout);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/
H A D1.cc35 FILE* fout = fopen(name, "w"); local
36 fwrite(c_lit, 1, size, fout);
37 fclose(fout);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/
H A D1.cc33 FILE* fout = fopen(name, "w"); local
34 fwrite(c_lit, 1, size, fout);
35 fclose(fout);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/
H A D1.cc35 FILE* fout = fopen(name, "w"); local
36 fwrite(c_lit, 1, size, fout);
37 fclose(fout);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1_gen.c54 FILE *f, *fout; local
70 fout = fopen(fnout, "w");
71 if (fout == NULL)
124 if (fwrite(p + sizeof(p) - sz , sz, 1, fout) != 1)
137 if (fwrite(pdata, datalen, 1, fout) != 1)
146 fclose(fout);
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dnames.c253 FILE *fout, *fin; local
281 (fout = Fdopen(fd, "a")) == NULL) {
293 (void)Fclose(fout);
297 (void)fprintf(fout, "From %s %s", myname, date);
299 (void)puthead(hp, fout, GTO|GSUBJECT|GCC|GMISC|GMIME|GNL);
301 (void)puthead(hp, fout, GTO|GSUBJECT|GCC|GMISC|GNL);
304 (void)putc(c, fout);
306 (void)putc('\n', fout);
307 (void)fflush(fout);
308 if (ferror(fout)) {
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/
H A Dvar.c192 FILE *fout; local
233 if ((fout=fdopen(fd, "w")) == NULL) {
249 fprintf(fout, "%.*s", (int)len, line);
252 var_print(fout, variable, value);
261 var_print(fout, variable, value);
263 if (fclose(fout) < 0) {
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/minizip/
H A Dminiunz.c253 FILE *fout=NULL; local
342 fout=fopen(write_filename,"wb");
345 if ((fout==NULL) && ((*popt_extract_without_path)==0) &&
352 fout=fopen(write_filename,"wb");
355 if (fout==NULL)
361 if (fout!=NULL)
374 if (fwrite(buf,err,1,fout)!=1)
382 if (fout)
383 fclose(fout);
416 FILE* fout local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dvms-misc.c491 const char *fout;
494 fout = strrchr (filename, ']');
495 if (fout == NULL)
496 fout = strchr (filename, ':');
497 if (fout != NULL)
498 fout++;
500 fout = filename;
503 fptr = strrchr (fout, '/');
505 fout = fptr + 1;
507 fname = strdup (fout);
489 const char *fout; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dvms-misc.c491 const char *fout;
494 fout = strrchr (filename, ']');
495 if (fout == NULL)
496 fout = strchr (filename, ':');
497 if (fout != NULL)
498 fout++;
500 fout = filename;
503 fptr = strrchr (fout, '/');
505 fout = fptr + 1;
507 fname = strdup (fout);
489 const char *fout; local
[all...]

Completed in 404 milliseconds

12