| /src/tools/tools/vop_table/ |
| H A D | vop_table.tcl | 3 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 "</TD>" [all …]
|
| /src/usr.bin/mail/ |
| H A D | send.c | 501 puthead(struct header *hp, FILE *fo, int w) in puthead() argument 507 fmt("To:", hp->h_to, fo, w&GCOMMA), gotcha++; in puthead() 509 fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++; in puthead() 511 fmt("Cc:", hp->h_cc, fo, w&GCOMMA), gotcha++; in puthead() 513 fmt("Bcc:", hp->h_bcc, fo, w&GCOMMA), gotcha++; in puthead() 515 fprintf(fo, "Reply-To: %s\n", hp->h_replyto), gotcha++; in puthead() 517 fprintf(fo, "In-Reply-To: <%s>\n", hp->h_inreplyto), gotcha++; in puthead() 519 (void)putc('\n', fo); in puthead() 527 fmt(const char *str, struct name *np, FILE *fo, int comma) in fmt() argument 534 fputs(str, fo); in fmt() [all …]
|
| H A D | names.c | 275 outof(struct name *names, FILE *fo, struct header *hp) in outof() argument 327 while ((c = getc(fo)) != EOF) in outof() 329 rewind(fo); in outof()
|
| /src/usr.sbin/fifolog/fifolog_reader/ |
| H A D | fifolog_reader.c | 48 static FILE *fo; variable 64 fprintf(fo, "%s\n", p); in Render() 69 fprintf(fo, "%s %s\n", buf, p); in Render() 71 fprintf(fo, "%12ld %s\n", (long)now, p); in Render() 161 fo = stdout; in main() 163 fo = fopen(opt_o, "w"); in main() 164 if (fo == NULL) in main()
|
| /src/sbin/ipfw/ |
| H A D | ipfw2.c | 444 static int ipfw_get_config(struct cmdline_opts *co, struct format_opts *fo, 446 static int ipfw_show_config(struct cmdline_opts *co, struct format_opts *fo, 1347 print_ip(struct buf_pr *bp, const struct format_opts *fo, in print_ip() argument 1369 t = table_search_ctlv(fo->tstate, in print_ip() 1406 t = table_search_ctlv(fo->tstate, in print_ip() 1526 print_mac_lookup(struct buf_pr *bp, const struct format_opts *fo, in print_mac_lookup() argument 1533 t = table_search_ctlv(fo->tstate, insntoc(cmd, kidx)->kidx); in print_mac_lookup() 1670 print_instruction(struct buf_pr *bp, const struct format_opts *fo, in print_instruction() argument 1703 print_ip(bp, fo, insntoc(cmd, ip)); in print_instruction() 1718 print_ip(bp, fo, insntoc(cmd, ip)); in print_instruction() [all …]
|
| /src/crypto/krb5/src/windows/ms2mit/ |
| H A D | Makefile.in | 20 $(RC) $(RCFLAGS) -DMS2MIT_APP -fo $@ -r $** 22 $(RC) $(RCFLAGS) -DMIT2MS_APP -fo $@ -r $**
|
| /src/usr.sbin/config/ |
| H A D | main.cc | 539 FILE *fo; in configfile() local 546 fo = fopen(p, "w"); in configfile() 547 if (!fo) in configfile() 568 fprintf(fo, "%s", kernconfstr); in configfile() 569 fprintf(fo, "%s", cfg.str().c_str()); in configfile() 571 fprintf(fo, "%s", p); in configfile() 572 fclose(fo); in configfile()
|
| /src/contrib/libpcap/msdos/ |
| H A D | makefile.wc | 53 *$(CC) $(CFLAGS) msdos\pktdrvr.c -fo=$@ 56 *$(CC) $(CFLAGS) bpf_filter.c -fo=$@ 59 *$(CC) $(CFLAGS) msdos\ndis2.c -fo=$@ 63 *$(CC) $(CFLAGS) $[@ -fo=$@
|
| /src/crypto/krb5/src/windows/kfwlogon/ |
| H A D | Makefile.in | 30 $(RC) $(RCFLAGS) -DKFWLOGON_LIB -fo $@ -r $** 32 $(RC) $(RCFLAGS) -DKFWCPCC_APP -fo $@ -r $**
|
| /src/usr.bin/sed/tests/ |
| H A D | regress.s3.out | 1 fo,o
|
| /src/crypto/openssl/test/certs/ |
| H A D | p384-root-key.pem | 2 MIG2AgEAMBAGByqGSM49AgEGBSuBBAAiBIGeMIGbAgEBBDAp+VkMpwM7uCJWk+fo
|
| /src/contrib/arm-optimized-routines/math/test/ |
| H A D | mathtest.c | 392 static int verbose, fo, strict; variable 1037 if (fo) { in runtest() 1378 if (fo) { in runtest() 1386 if (fo) { in runtest() 1394 if (fo) { in runtest() 1402 if (fo) { in runtest() 1461 if (fo) { in runtest() 1470 if (fo) { in runtest() 1609 fo = 0; in main() 1669 fo = 1; in main()
|
| /src/usr.bin/column/tests/ |
| H A D | column.sh | 109 fie fi fo fum 121 fie fi fo fum
|
| /src/contrib/bzip2/ |
| H A D | FREEBSD-Xlist | 4 *bz-fo.xsl
|
| /src/usr.sbin/lpr/lpd/ |
| H A D | printjob.c | 608 int fi, fo; in print() local 665 fo = ofd; in print() 725 if ((fo = creat(".railmag", FILMOD)) < 0) { in print() 732 (void) write(fo, _PATH_VFONT, in print() 734 (void) write(fo, fonts[n], strlen(fonts[n])); in print() 735 (void) write(fo, "\n", 1); in print() 737 (void) close(fo); in print() 787 fo = pfd; in print() 810 dup2(fo, STDOUT_FILENO); in print()
|
| /src/contrib/dialog/po/ |
| H A D | wa.po | 36 msgstr "Moussî foû"
|
| /src/crypto/krb5/src/ccapi/server/win/ |
| H A D | Makefile.in | 98 $(RC) $(RCFLAGS) -DCCAPISERVER_APP -fo $@ -r $**
|
| /src/share/examples/jails/ |
| H A D | jng | 378 while getopts fo:T: flag; do
|
| /src/crypto/krb5/src/ccapi/lib/win/ |
| H A D | Makefile.in | 95 $(RC) $(RCFLAGS) -DCCAPI_LIB -fo $@ -r $**
|
| /src/crypto/krb5/src/config/ |
| H A D | win-pre.in | 224 $(RC) $(RCFLAGS) -fo $@ -r $<
|
| /src/contrib/wpa/hostapd/ |
| H A D | android.config | 124 # Include support fo RADIUS/TLS into the RADIUS client
|
| H A D | defconfig | 144 # Include support fo RADIUS/TLS into the RADIUS client
|
| /src/contrib/file/magic/Magdir/ |
| H A D | intel | 300 # 16 for asf!.aml, 67 fo rsdp.aml
|
| /src/share/misc/ |
| H A D | iso639 | 170 fo fao fao Faroese
|
| /src/contrib/bmake/ |
| H A D | bmake.cat1 | 444 4. ..ffoorr loop index variables are expanded on each loop iteration. Note 1150 Environment (ODE) make. Unlike ..ffoorr loops, expansion occurs at the 1338 ..iinnffoo _m_e_s_s_a_g_e 1454 …..ffoorr _v_a_r_i_a_b_l_e [_v_a_r_i_a_b_l_e ...] iinn _e_x_p_r_e_s_s_… 1456 ..eennddffoorr 1465 If `..bbrreeaakk' is encountered within a ..ffoorr loop, it causes early
|