Searched refs:OFS (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13.1/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 | decr-NF.awk | 4 OFS = ":"
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 109 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 D | atime.awk | 14 OFS = "\t"
|
| H A D | stime.awk | 14 OFS = "\t"
|
| H A D | send-ack.awk | 16 OFS = "\t"
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | mdoc2man.awk | 44 retval=retval OFS
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 515 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 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 | tran.c | 40 char **OFS; /* output field sep */ variable 77 &vp->sval == OFS || &vp->sval == ORS || in setfree() 97 OFS = &ofsloc->sval; in syminit()
|
| H A D | awk.h | 71 extern char **OFS;
|
| H A D | FIXES | 310 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 D | amigaos | 149 # called by TrID "Amiga Disk image File (OFS+INTL+DIRC)"
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1249 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 D | freebsd-update.sh | 1666 awk -F \| -v OFS=\| \
|