Home
last modified time | relevance | path

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

/freebsd-13.1/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 Dnf-self-assign.awk3 OFS=",";
H A Dnumeric-output-seps.awk3 OFS = 1;
H A Ddecr-NF.awk4 OFS = ":"
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp109 auto *OFS = new llvm::vfs::OverlayFileSystem(vfs::getRealFileSystem()); in main() local
112 OFS->pushOverlay(MemFS); in main()
116 auto Files = llvm::makeIntrusiveRefCnt<FileManager>(FileSystemOptions(), OFS); in main()
120 "ast-api-dump-tool", OFS); in main()
/freebsd-13.1/contrib/tcpdump/
H A Datime.awk14 OFS = "\t"
H A Dstime.awk14 OFS = "\t"
H A Dsend-ack.awk16 OFS = "\t"
/freebsd-13.1/crypto/openssh/
H A Dmdoc2man.awk44 retval=retval OFS
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp515 auto &OFS = static_cast<raw_fd_ostream &>(OS); in writeFuncOffsetTable() local
517 if (OFS.seek(TableOffset) == (uint64_t)-1) in writeFuncOffsetTable()
521 if (OFS.seek(FuncOffsetTableStart) == (uint64_t)-1) in writeFuncOffsetTable()
602 auto &OFS = static_cast<raw_fd_ostream &>(*OutputStream); in writeSecHdrTable() local
606 if (OFS.seek(SecHdrTableOffset) == (uint64_t)-1) in writeSecHdrTable()
638 if (OFS.seek(Saved) == (uint64_t)-1) in writeSecHdrTable()
/freebsd-13.1/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 Dtran.c40 char **OFS; /* output field sep */ variable
77 &vp->sval == OFS || &vp->sval == ORS || in setfree()
97 OFS = &ofsloc->sval; in syminit()
H A Dawk.h71 extern char **OFS;
H A DFIXES310 1. ofs-rebuild: OFS value used to rebuild the record was incorrect.
324 bug. There are interactions with the old and new value of OFS as well.
/freebsd-13.1/contrib/file/magic/Magdir/
H A Damigaos149 # called by TrID "Amiga Disk image File (OFS+INTL+DIRC)"
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1249 else if (const auto *OFS = dyn_cast<ObjCForCollectionStmt>(Loop)) { in generatePathDiagnosticsForNode() local
1250 Body = OFS->getBody(); in generatePathDiagnosticsForNode()
/freebsd-13.1/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1666 awk -F \| -v OFS=\| \