Searched refs:OFS (Results 1 – 25 of 28) sorted by relevance
12
/freebsd/contrib/one-true-awk/bugs-fixed/ |
H A D | ofs-rebuild.awk | 5 OFS = ":" 11 OFS = "<>"
|
H A D | README | 3 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 D | nf-self-assign.awk | 3 OFS=",";
|
H A D | numeric-output-seps.awk | 3 OFS = 1;
|
H A D | unicode-fs-rs-1.awk | 4 OFS=","
|
H A D | unicode-fs-rs-2.awk | 4 OFS = ","
|
H A D | decr-NF.awk | 4 OFS = ":"
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | t.2 | 1 BEGIN {OFS="==="}
|
H A D | p.36 | 1 BEGIN { FS = OFS = "\t" }
|
H A D | t.d.x | 1 BEGIN {FS=":" ; OFS=":"}
|
H A D | t.ofs | 1 BEGIN { OFS = " %% "; ORS = "##" }
|
H A D | p.45 | 1 BEGIN { OFS = ":" ; ORS = "\n\n" }
|
H A D | p.35 | 1 BEGIN { FS = OFS = "\t" }
|
H A D | t.NF | 1 { OFS = "|"; print NF; NF = 2; print NF; print; $5 = "five"; print NF; print }
|
H A D | ctimes | 3 OFS = "\t"
|
H A D | sgi.ctimes | 3 OFS = "\t"
|
H A D | T.gawk | 160 ORS=""; OFS="\n"; 356 $awk '{ OFS = ":"; $2 = ""; print $0; print NF }' foo >foo2
|
/freebsd/contrib/tcpdump/ |
H A D | atime.awk | 14 OFS = "\t"
|
H A D | stime.awk | 14 OFS = "\t"
|
H A D | send-ack.awk | 16 OFS = "\t"
|
/freebsd/crypto/openssh/ |
H A D | mdoc2man.awk | 44 retval=retval OFS
|
/freebsd/contrib/one-true-awk/ |
H A D | ChangeLog | 212 (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 D | awk.h | 73 extern char **OFS;
|
H A D | tran.c | 40 char **OFS; /* output field sep */ variable 84 OFS = &ofsloc->sval; in syminit()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | amigaos | 149 # called by TrID "Amiga Disk image File (OFS+INTL+DIRC)"
|
12