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

/freebsd-current/tools/tools/vop_table/
H A Dvop_table.tcl3 set fo [open _.html w]
57 puts $fo {<HTML>
79 puts $fo {<TR>}
80 puts $fo {<TD>}
81 puts $fo {</TD>}
82 puts $fo "<TR>"
83 puts $fo "<TD></TD>"
85 puts $fo "<TD>"
88 puts $fo "[string index $j $i]<BR>"
90 puts $fo "</T
[all...]
/freebsd-current/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c48 static FILE *fo; variable
64 fprintf(fo, "%s\n", p);
69 fprintf(fo, "%s %s\n", buf, p);
71 fprintf(fo, "%12ld %s\n", (long)now, p);
161 fo = stdout;
163 fo = fopen(opt_o, "w");
164 if (fo == NULL)
/freebsd-current/usr.bin/mail/
H A Dsend.c499 puthead(struct header *hp, FILE *fo, int w) argument
505 fmt("To:", hp->h_to, fo, w&GCOMMA), gotcha++;
507 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++;
509 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++;
511 fmt("Bcc:", hp->h_bcc, fo, w&GCOMMA), gotcha++;
513 fprintf(fo, "Reply-To: %s\n", hp->h_replyto), gotcha++;
515 fprintf(fo, "In-Reply-To: <%s>\n", hp->h_inreplyto), gotcha++;
517 (void)putc('\n', fo);
525 fmt(const char *str, struct name *np, FILE *fo, int comma) argument
532 fputs(str, fo);
559 FILE *fo; local
[all...]
H A Dnames.c275 outof(struct name *names, FILE *fo, struct header *hp) argument
327 while ((c = getc(fo)) != EOF)
329 rewind(fo);
/freebsd-current/sbin/ipfw/
H A Dipfw2.c411 static int ipfw_get_config(struct cmdline_opts *co, struct format_opts *fo,
413 static int ipfw_show_config(struct cmdline_opts *co, struct format_opts *fo,
1292 print_ip(struct buf_pr *bp, const struct format_opts *fo, argument
1306 t = table_search_ctlv(fo->tstate,
1317 t = table_search_ctlv(fo->tstate,
1422 print_mac_lookup(struct buf_pr *bp, const struct format_opts *fo, argument
1430 t = table_search_ctlv(fo->tstate, cmd->arg1);
1568 print_instruction(struct buf_pr *bp, const struct format_opts *fo, argument
1599 print_ip(bp, fo, insntod(cmd, ip));
1608 print_ip(bp, fo, insnto
1899 print_opcode(struct buf_pr *bp, struct format_opts *fo, struct show_state *state, int opcode) argument
1952 print_action_instruction(struct buf_pr *bp, const struct format_opts *fo, struct show_state *state, const ipfw_insn *cmd) argument
2143 print_action(struct buf_pr *bp, struct format_opts *fo, struct show_state *state, uint8_t opcode) argument
2162 print_proto(struct buf_pr *bp, struct format_opts *fo, struct show_state *state) argument
2226 print_address(struct buf_pr *bp, struct format_opts *fo, struct show_state *state, const int opcodes[], size_t nops, int portop, int flag) argument
2296 show_static_rule(struct cmdline_opts *co, struct format_opts *fo, struct buf_pr *bp, struct ip_fw_rule *rule, struct ip_fw_bcounter *cntr) argument
2414 show_dyn_state(struct cmdline_opts *co, struct format_opts *fo, struct buf_pr *bp, ipfw_dyn_rule *d) argument
2538 struct format_opts fo; local
2670 prepare_format_dyn(struct cmdline_opts *co, struct format_opts *fo, void *arg __unused, void *_state) argument
2702 foreach_state(struct cmdline_opts *co, struct format_opts *fo, caddr_t base, size_t sz, state_cb dyn_bc, void *dyn_arg) argument
2743 prepare_format_opts(struct cmdline_opts *co, struct format_opts *fo, ipfw_obj_tlv *rtlv, int rcnt, caddr_t dynbase, size_t dynsz) argument
2782 list_static_range(struct cmdline_opts *co, struct format_opts *fo, struct buf_pr *bp, ipfw_obj_tlv *rtlv, int rcnt) argument
2815 list_dyn_state(struct cmdline_opts *co, struct format_opts *fo, void *_arg, void *_state) argument
2843 list_dyn_range(struct cmdline_opts *co, struct format_opts *fo, struct buf_pr *bp, caddr_t base, size_t sz) argument
2912 ipfw_show_config(struct cmdline_opts *co, struct format_opts *fo, ipfw_cfg_lheader *cfg, size_t sz, int ac, char *av[]) argument
3042 ipfw_get_config(struct cmdline_opts *co, struct format_opts *fo, ipfw_cfg_lheader **pcfg, size_t *psize) argument
[all...]
/freebsd-current/contrib/libpcap/msdos/
H A Dmakefile.wc53 *$(CC) $(CFLAGS) msdos\pktdrvr.c -fo=$@
56 *$(CC) $(CFLAGS) bpf\net\bpf_filter.c -fo=$@
59 *$(CC) $(CFLAGS) msdos\ndis2.c -fo=$@
63 *$(CC) $(CFLAGS) $[@ -fo=$@
/freebsd-current/usr.sbin/config/
H A Dmain.cc534 FILE *fo; local
541 fo = fopen(p, "w");
542 if (!fo)
563 fprintf(fo, "%s", kernconfstr);
564 fprintf(fo, "%s", cfg.str().c_str());
566 fprintf(fo, "%s", p);
567 fclose(fo);
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c391 static int verbose, fo, strict; variable
1036 if (fo) {
1377 if (fo) {
1385 if (fo) {
1393 if (fo) {
1401 if (fo) {
1460 if (fo) {
1469 if (fo) {
1608 fo = 0;
1624 "-fo",
[all...]
/freebsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c608 int fi, fo; local
665 fo = ofd;
725 if ((fo = creat(".railmag", FILMOD)) < 0) {
732 (void) write(fo, _PATH_VFONT,
734 (void) write(fo, fonts[n], strlen(fonts[n]));
735 (void) write(fo, "\n", 1);
737 (void) close(fo);
787 fo = pfd;
810 dup2(fo, STDOUT_FILENO);
/freebsd-current/share/examples/jails/
H A Djng375 while getopts fo:T: flag; do
/freebsd-current/contrib/sqlite3/tea/win/
H A Dmakefile.vc376 $(rc32) -fo $@ -r -i "$(GENERICDIR)" -D__WIN32__ \
/freebsd-current/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh6901 TpqIIXdFIzUhIx+FhDyFkvphfRrFqdL1uSKkebNrhelD+fo/M/z+AkaJkzyfhVK+

Completed in 149 milliseconds