Home
last modified time | relevance | path

Searched refs:fout (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/usr.bin/rpcgen/
H A Drpc_svcout.c84 fprintf(fout, "*");
158 fprintf(fout, "\n");
179 fprintf(fout,
182 fprintf(fout,
243 fprintf(fout, in write_rest()
408 fprintf(fout,
425 fprintf(fout,
442 fprintf(fout,
475 fprintf(fout,
531 fprintf(fout,
[all …]
H A Drpc_sample.c98 fprintf(fout, "\t");
103 fprintf(fout, "\t");
109 fprintf(fout, " ");
116 fprintf(fout, " ");
137 fprintf(fout, "(");
140 fprintf(fout, "&");
146 fprintf(fout, "(");
159 fprintf(fout, "}\n");
171 fprintf(fout, "\n");
187 fprintf(fout,
[all …]
H A Drpc_hout.c72 fprintf(fout, "\n");
109 fprintf(fout, "\n");
170 fprintf(fout, "\n");
185 fprintf(fout, "};\n");
214 fprintf(fout, "};\n");
315 fprintf(fout, "* ");
338 fprintf(fout,"(");
445 tabify(fout, tab);
477 tabify(fout, tab);
479 tabify(fout, tab);
[all …]
H A Drpc_clntout.c57 fprintf(fout, in write_stubs()
78 fprintf(fout, "\n");
106 fprintf(fout, "(");
126 fprintf(fout, "(");
133 fprintf(fout, "(");
176 fprintf(fout, "\n");
181 fprintf(fout,
183 fprintf(fout,
192 fprintf(fout,
195 fprintf(fout,
[all …]
H A Drpc_cout.c136 fprintf(fout, "\n");
143 fprintf(fout, "*");
150 fprintf(fout, "*");
308 fprintf(fout, "\n");
347 fprintf(fout, "\n");
543 fprintf(fout,
546 fprintf(fout,
550 fprintf(fout,
553 fprintf(fout,
594 fprintf(fout,
[all …]
H A Drpc_main.c241 fout = stdout; in open_output()
249 fout = fopen(outfile, "w"); in open_output()
250 if (fout == NULL) { in open_output()
262 fprintf(fout, "/*\n"); in add_warning()
265 fprintf(fout, " */\n\n"); in add_warning()
398 tell = ftell(fout);
494 tell = ftell(fout);
510 fprintf(fout, rpcgen_table_dcl);
550 fprintf(fout,
710 tell = ftell(fout);
[all …]
H A Drpc_tblout.c68 fprintf(fout, "\n"); in write_tables()
92 fprintf(fout, tbl_hdr, progvers);
98 fprintf(fout, null_entry);
103 fprintf(fout,
124 fprintf(fout, "),\n");
138 fprintf(fout, tbl_end);
155 fprintf(fout, "%s", &tabstr[TABCOUNT-tabs]);
158 fprintf(fout, "0");
160 fprintf(fout, "sizeof (");
163 fprintf(fout, ")");
[all …]
H A Drpc_util.c61 FILE *fout; /* file pointer of current output */ variable
181 fprintf(fout, "enum ");
183 fprintf(fout, "struct ");
187 fprintf(fout, "bool_t ");
189 fprintf(fout, "char *");
191 fprintf(fout, "%s ", follow ? fixtype(type) : type);
248 fprintf(fout, "%s_%s_svc", locase(pname), vnum);
256 fprintf(fout, "%s_%s", locase(pname), vnum);
H A Drpc_util.h59 extern FILE *fout;
/openbsd/usr.sbin/smtpd/
H A Denqueue.c178 FILE *fp = NULL, *fout; in enqueue() local
303 fout = fdopen(msg.fd, "a+"); in enqueue()
304 if (fout == NULL) in enqueue()
313 if (!get_responses(fout, 1)) in enqueue()
318 if (!get_responses(fout, 1)) in enqueue()
331 if (!get_responses(fout, 1)) in enqueue()
340 if (!get_responses(fout, 1)) in enqueue()
346 if (!get_responses(fout, 1)) in enqueue()
425 if (!get_responses(fout, 1)) in enqueue()
430 if (!get_responses(fout, 1)) in enqueue()
[all …]
/openbsd/gnu/usr.bin/cvs/src/
H A Dcreate_adm.c36 FILE *fout; local
92 fout = CVS_FOPEN (tmp, "w+");
93 if (fout == NULL)
132 if (fprintf (fout, "%s\n", cp) < 0)
139 if (fclose (fout) == EOF)
152 fout = CVS_FOPEN (tmp, "w+");
153 if (fout == NULL)
160 if (fclose (fout) == EOF)
H A Droot.c143 FILE *fout; local
161 fout = open_file (tmp, "w+");
162 if (fprintf (fout, "%s\n", rootdir) < 0)
164 if (fclose (fout) == EOF)
H A Dentries.c648 FILE *fout; local
664 fout = open_file (tmp, "w+");
669 if (fprintf (fout, "N%s\n", tag) < 0)
674 if (fprintf (fout, "T%s\n", tag) < 0)
680 if (fprintf (fout, "D%s\n", date) < 0)
683 if (fclose (fout) == EOF)
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dvms-hdr.c284 char *fname, *fout, *fptr; local
289 fout = strrchr (fname, ']');
290 if (fout == 0)
291 fout = strchr (fname, ':');
292 if (fout != 0)
293 fout++;
295 fout = fname;
304 fptr = fout;
310 || ((fptr - fout) > 31))
313 _bfd_vms_output_counted (abfd, fout);
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dvms-hdr.c211 char *fname, *fout, *fptr; in _bfd_vms_write_hdr() local
216 fout = strrchr (fname, ']'); in _bfd_vms_write_hdr()
217 if (fout == 0) in _bfd_vms_write_hdr()
218 fout = strchr (fname, ':'); in _bfd_vms_write_hdr()
219 if (fout != 0) in _bfd_vms_write_hdr()
220 fout++; in _bfd_vms_write_hdr()
222 fout = fname; in _bfd_vms_write_hdr()
230 fptr = fout; in _bfd_vms_write_hdr()
236 || ((fptr - fout) > 31)) in _bfd_vms_write_hdr()
239 _bfd_vms_output_counted (abfd, fout); in _bfd_vms_write_hdr()
/openbsd/usr.bin/mail/
H A Dnames.c210 FILE *fout, *fin; in outof() local
251 (void)Fclose(fout); in outof()
257 (void)putc(c, fout); in outof()
259 (void)putc('\n', fout); in outof()
260 (void)fflush(fout); in outof()
261 if (ferror(fout)) in outof()
263 (void)Fclose(fout); in outof()
309 (void)Fclose(fout); in outof()
315 (void)putc(c, fout); in outof()
316 if (ferror(fout)) { in outof()
[all …]
/openbsd/usr.sbin/rpki-client/
H A Doutput.c95 FILE *fout; in outputfiles() local
100 fout = output_createtmp(outputs[i].name); in outputfiles()
101 if (fout == NULL) { in outputfiles()
106 if ((*outputs[i].fn)(fout, v, b, a, p, st) != 0) { in outputfiles()
108 fclose(fout); in outputfiles()
113 if (output_finish(fout) != 0) { in outputfiles()
/openbsd/usr.sbin/radiusd/
H A Dradiusd_standard.c424 radius_const_print(FILE *fout, RADIUS_PACKET *radpkt, uint8_t attr_type, in radius_const_print() argument
438 fprintf(fout, " %s=%s(%u)", attr_name, (const_ != NULL)? const_->label in radius_const_print()
443 radius_u32_print(FILE *fout, RADIUS_PACKET *radpkt, uint8_t attr_type, in radius_u32_print() argument
450 fprintf(fout, " %s=%u", attr_name, u32val); in radius_u32_print()
454 radius_str_print(FILE *fout, RADIUS_PACKET *radpkt, uint8_t attr_type, in radius_str_print() argument
462 fprintf(fout, " %s=%s", attr_name, strval); in radius_str_print()
466 radius_ipv4_print(FILE *fout, RADIUS_PACKET *radpkt, uint8_t attr_type, in radius_ipv4_print() argument
474 fprintf(fout, " %s=%s", attr_name, in radius_ipv4_print()
479 radius_ipv6_print(FILE *fout, RADIUS_PACKET *radpkt, uint8_t attr_type, in radius_ipv6_print() argument
488 fprintf(fout, " %s=%s", attr_name, in radius_ipv6_print()
/openbsd/usr.bin/ftp/
H A Dftp.c883 fout = NULL; in recvrequest()
1009 fout = stdout; in recvrequest()
1014 if (fout == NULL) { in recvrequest()
1024 if (fout == NULL) { in recvrequest()
1059 (*closefunc)(fout); in recvrequest()
1119 if (!ferror(fout)) in recvrequest()
1152 if (ferror(fout)) in recvrequest()
1163 (void)putc(c, fout); in recvrequest()
1187 if (ferror(fout)) in recvrequest()
1195 (*closefunc)(fout); in recvrequest()
[all …]
/openbsd/sys/arch/armv7/exynos/
H A Dexclock.c338 uint32_t m, p, s = 0, mask, fout; in exclock_decode_pll_clk() local
371 fout = (m + k / 65536) * (freq / (p * (1 << s))); in exclock_decode_pll_clk()
375 fout = (m + k / 1024) * (freq / (p * (1 << s))); in exclock_decode_pll_clk()
378 fout = m * (freq / (p * (1 << s))); in exclock_decode_pll_clk()
381 return fout; in exclock_decode_pll_clk()
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A DANSI.py178 fout = open ('log', 'a')
179 fout.write (fsm.input_symbol + ',' + fsm.current_state + '\n')
180 fout.close()
/openbsd/gnu/usr.bin/binutils/opcodes/po/
H A Dnl.po63 msgstr "Interne fout in de disassembler"
91 msgstr "Onbekende fout %d\n"
244 msgstr "<interne fout in de disassembler>"
443 msgstr "<interne fout in opcode-tabel: %s %s>\n"
453 msgstr "# <dis fout: %08x>"
457 msgstr "# interne fout, onvolledige extension sequence (+)"
462 msgstr "# interne fout, extension sequence (+%c) niet gedefinieerd"
467 msgstr "# interne fout, modifier(%c) niet gedefinieerd"
472 msgstr "# interne fout in disassembler, modifier(%c) niet herkend"
694 msgstr "Interne fout: sparch-opcode.h is verkeerd: \"%s\", %#.8lx, %#.8lx\n"
[all …]
/openbsd/lib/libedit/
H A Del.c58 el_init(const char *prog, FILE *fin, FILE *fout, FILE *ferr) in el_init() argument
66 el->el_outfile = fout; in el_init()
70 el->el_outfd = fileno(fout); in el_init()
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/po/
H A Dnl.po71 msgstr "st operand-fout"
89 msgstr "ld operand-fout"
156 msgstr "Interne fout in de disassembler"
185 msgstr "Onbekende fout %d\n"
392 msgstr "<interne fout in de disassembler>"
658 msgstr "<interne fout in opcode-tabel: %s %s>\n"
663 msgstr "# <dis fout: %08lx>"
667 msgstr "# interne fout, onvolledige extension sequence (+)"
672 msgstr "# interne fout, extension sequence (+%c) niet gedefinieerd"
677 msgstr "# interne fout, modifier(%c) niet gedefinieerd"
[all …]
/openbsd/libexec/ftpd/
H A Dftpd.c1190 FILE *fout, *din; in store() local
1207 fout = fdopen(fd, mode); in store()
1209 fout = fopen(name, mode); in store()
1212 if (fout == NULL) { in store()
1226 if ((c = getc(fout)) == EOF) { in store()
1227 if (ferror(fout)) { in store()
1241 if (fseek(fout, 0, SEEK_CUR) == -1) { in store()
1245 } else if (lseek(fileno(fout), restart_point, SEEK_SET) == -1) { in store()
1253 if (receive_data(din, fout) == 0) { in store()
1265 (*closefunc)(fout); in store()

12