Home
last modified time | relevance | path

Searched refs:OFS (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/one-true-awk/bugs-fixed/
H A Dofs-rebuild.awk5 OFS = ":"
11 OFS = "<>"
H A DREADME3 1. ofs-rebuild: OFS value used to rebuild the record was incorrect.
16 bug. There are interactions with the old and new value of OFS as well.
43 FS, RS, OFS, or ORS were set to a numeric value, then their string values
H A Dnumeric-output-seps.awk3 OFS = 1;
H A Dnf-self-assign.awk3 OFS=",";
H A Dunicode-fs-rs-1.awk4 OFS=","
H A Dunicode-fs-rs-2.awk4 OFS = ","
H A Ddecr-NF.awk4 OFS = ":"
/freebsd/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp105 auto *OFS = new llvm::vfs::OverlayFileSystem(vfs::getRealFileSystem()); in main() local
108 OFS->pushOverlay(MemFS); in main()
112 auto Files = llvm::makeIntrusiveRefCnt<FileManager>(FileSystemOptions(), OFS); in main()
116 "ast-api-dump-tool", OFS); in main()
/freebsd/contrib/one-true-awk/testdir/
H A Dt.21 BEGIN {OFS="==="}
H A Dt.d.x1 BEGIN {FS=":" ; OFS=":"}
H A Dt.ofs1 BEGIN { OFS = " %% "; ORS = "##" }
H A Dp.361 BEGIN { FS = OFS = "\t" }
H A Dp.451 BEGIN { OFS = ":" ; ORS = "\n\n" }
H A Dp.351 BEGIN { FS = OFS = "\t" }
H A Dt.NF1 { OFS = "|"; print NF; NF = 2; print NF; print; $5 = "five"; print NF; print }
H A Dctimes3 OFS = "\t"
H A Dsgi.ctimes3 OFS = "\t"
H A DT.gawk160 ORS=""; OFS="\n";
356 $awk '{ OFS = ":"; $2 = ""; print $0; print NF }' foo >foo2
/freebsd/contrib/tcpdump/
H A Datime.awk14 OFS = "\t"
H A Dstime.awk14 OFS = "\t"
H A Dsend-ack.awk16 OFS = "\t"
/freebsd/crypto/openssh/
H A Dmdoc2man.awk44 retval=retval OFS
/freebsd/contrib/one-true-awk/
H A DChangeLog212 (setsval): Remove call to save_old_OFS(). If setting OFS, call
215 As part of the process, revert OFS-related changes of 2018-05-22:
218 * lib.c (recbld): Use *OFS instead of saveOFS.
231 to NF or OFS, but fixes a compiler complaint.)
336 (save_old_OFS): New function to save OFS aside.
H A Dawk.h73 extern char **OFS;
H A Dtran.c40 char **OFS; /* output field sep */ variable
85 OFS = &ofsloc->sval; in syminit()

12