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

/freebsd-13-stable/tools/tools/vop_table/
H A Dvop_table.tcl4 set fo [open _.html w]
58 puts $fo {<HTML>
80 puts $fo {<TR>}
81 puts $fo {<TD>}
82 puts $fo {</TD>}
83 puts $fo "<TR>"
84 puts $fo "<TD></TD>"
86 puts $fo "<TD>"
89 puts $fo "[string index $j $i]<BR>"
91 puts $fo "</T
[all...]
/freebsd-13-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c50 static FILE *fo; variable
66 fprintf(fo, "%s\n", p);
71 fprintf(fo, "%s %s\n", buf, p);
73 fprintf(fo, "%12ld %s\n", (long)now, p);
163 fo = stdout;
165 fo = fopen(opt_o, "w");
166 if (fo == NULL)
/freebsd-13-stable/usr.bin/mail/
H A Dsend.c507 puthead(struct header *hp, FILE *fo, int w) argument
513 fmt("To:", hp->h_to, fo, w&GCOMMA), gotcha++;
515 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++;
517 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++;
519 fmt("Bcc:", hp->h_bcc, fo, w&GCOMMA), gotcha++;
521 fprintf(fo, "Reply-To: %s\n", hp->h_replyto), gotcha++;
523 fprintf(fo, "In-Reply-To: <%s>\n", hp->h_inreplyto), gotcha++;
525 (void)putc('\n', fo);
533 fmt(const char *str, struct name *np, FILE *fo, int comma) argument
540 fputs(str, fo);
567 FILE *fo; local
[all...]
H A Dnames.c283 outof(struct name *names, FILE *fo, struct header *hp) argument
335 while ((c = getc(fo)) != EOF)
337 rewind(fo);
/freebsd-13-stable/sbin/ipfw/
H A Dipfw2.c399 static int ipfw_get_config(struct cmdline_opts *co, struct format_opts *fo,
401 static int ipfw_show_config(struct cmdline_opts *co, struct format_opts *fo,
1197 print_ip(struct buf_pr *bp, const struct format_opts *fo, argument
1213 t = table_search_ctlv(fo->tstate,
1224 t = table_search_ctlv(fo->tstate,
1459 print_instruction(struct buf_pr *bp, const struct format_opts *fo, argument
1490 print_ip(bp, fo, insntod(cmd, ip));
1499 print_ip(bp, fo, insntod(cmd, ip));
1588 table_search_ctlv(fo->tstate,
1597 s = table_search_ctlv(fo
1769 print_opcode(struct buf_pr *bp, struct format_opts *fo, struct show_state *state, int opcode) argument
1822 print_action_instruction(struct buf_pr *bp, const struct format_opts *fo, struct show_state *state, const ipfw_insn *cmd) argument
2002 print_action(struct buf_pr *bp, struct format_opts *fo, struct show_state *state, uint8_t opcode) argument
2021 print_proto(struct buf_pr *bp, struct format_opts *fo, struct show_state *state) argument
2085 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
2155 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
2273 show_dyn_state(struct cmdline_opts *co, struct format_opts *fo, struct buf_pr *bp, ipfw_dyn_rule *d) argument
2397 struct format_opts fo; local
2529 prepare_format_dyn(struct cmdline_opts *co, struct format_opts *fo, void *arg __unused, void *_state) argument
2561 foreach_state(struct cmdline_opts *co, struct format_opts *fo, caddr_t base, size_t sz, state_cb dyn_bc, void *dyn_arg) argument
2602 prepare_format_opts(struct cmdline_opts *co, struct format_opts *fo, ipfw_obj_tlv *rtlv, int rcnt, caddr_t dynbase, size_t dynsz) argument
2641 list_static_range(struct cmdline_opts *co, struct format_opts *fo, struct buf_pr *bp, ipfw_obj_tlv *rtlv, int rcnt) argument
2676 list_dyn_state(struct cmdline_opts *co, struct format_opts *fo, void *_arg, void *_state) argument
2704 list_dyn_range(struct cmdline_opts *co, struct format_opts *fo, struct buf_pr *bp, caddr_t base, size_t sz) argument
2773 ipfw_show_config(struct cmdline_opts *co, struct format_opts *fo, ipfw_cfg_lheader *cfg, size_t sz, int ac, char *av[]) argument
2904 ipfw_get_config(struct cmdline_opts *co, struct format_opts *fo, ipfw_cfg_lheader **pcfg, size_t *psize) argument
[all...]
/freebsd-13-stable/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-13-stable/usr.sbin/config/
H A Dmain.c555 FILE *fo; local
562 fo = fopen(p, "w");
563 if (!fo)
584 fprintf(fo, "%s", kernconfstr);
585 fprintf(fo, "%s", sbuf_data(sb));
587 fprintf(fo, "%s", p);
589 fclose(fo);
/freebsd-13-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c622 int fi, fo; local
679 fo = ofd;
739 if ((fo = creat(".railmag", FILMOD)) < 0) {
746 (void) write(fo, _PATH_VFONT,
748 (void) write(fo, fonts[n], strlen(fonts[n]));
749 (void) write(fo, "\n", 1);
751 (void) close(fo);
801 fo = pfd;
824 dup2(fo, STDOUT_FILENO);
/freebsd-13-stable/share/examples/jails/
H A Djng376 while getopts fo:T: flag; do
/freebsd-13-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc365 $(rc32) -fo $@ -r -i "$(GENERICDIR)" -D__WIN32__ \
/freebsd-13-stable/contrib/apr/
H A Dlibapr.mak170 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\libapr.res" /i "./include" /d "NDEBUG" /d "APR_VERSION_ONLY"
414 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\libapr.res" /i "./include" /d "_DEBUG" /d "APR_VERSION_ONLY"
658 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\libapr.res" /i "./include" /d "NDEBUG" /d "APR_VERSION_ONLY"
902 RSC_PROJ=/l 0x409 /fo"$(INTDIR)\libapr.res" /i "./include" /d "_DEBUG" /d "APR_VERSION_ONLY"
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh6901 TpqIIXdFIzUhIx+FhDyFkvphfRrFqdL1uSKkebNrhelD+fo/M/z+AkaJkzyfhVK+

Completed in 191 milliseconds