Home
last modified time | relevance | path

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

12

/netbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c80 OFS, /* range [0..MAXINT] */ typedef
769 int (*dasmfcn)(const struct inst *, OFS, union insn);
907 int blDasm(const struct inst *, OFS, union insn);
908 int ldDasm(const struct inst *, OFS, union insn);
909 int stDasm(const struct inst *, OFS, union insn);
910 int addDasm(const struct inst *, OFS, union insn);
911 int unitDasm(const struct inst *, OFS, union insn);
912 int iaDasm(const struct inst *, OFS, union insn);
913 int shdDasm(const struct inst *, OFS, union insn);
914 int extrDasm(const struct inst *, OFS, union insn);
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/historical/nawk/dist/bugs-fixed/
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 Ddecr-NF.awk4 OFS = ":"
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp513 auto &OFS = static_cast<raw_fd_ostream &>(OS); in writeFuncOffsetTable() local
515 if (OFS.seek(TableOffset) == (uint64_t)-1) in writeFuncOffsetTable()
519 if (OFS.seek(FuncOffsetTableStart) == (uint64_t)-1) in writeFuncOffsetTable()
600 auto &OFS = static_cast<raw_fd_ostream &>(*OutputStream); in writeSecHdrTable() local
604 if (OFS.seek(SecHdrTableOffset) == (uint64_t)-1) in writeSecHdrTable()
636 if (OFS.seek(Saved) == (uint64_t)-1) in writeSecHdrTable()
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dt.21 BEGIN {OFS="==="}
H A Dt.ofs1 BEGIN { OFS = " %% "; ORS = "##" }
H A Dt.d.x1 BEGIN {FS=":" ; OFS=":"}
H A Dp.361 BEGIN { FS = OFS = "\t" }
H A Dp.451 BEGIN { OFS = ":" ; ORS = "\n\n" }
H A Dt.NF1 { OFS = "|"; print NF; NF = 2; print NF; print; $5 = "five"; print NF; print }
H A Dp.351 BEGIN { FS = OFS = "\t" }
H A Dsgi.ctimes3 OFS = "\t"
H A Dctimes3 OFS = "\t"
H A DT.gawk160 ORS=""; OFS="\n";
356 $awk '{ OFS = ":"; $2 = ""; print $0; print NF }' foo >foo2
/netbsd-src/external/bsd/tcpdump/dist/
H A Datime.awk14 OFS = "\t"
H A Dstime.awk14 OFS = "\t"
H A Dsend-ack.awk16 OFS = "\t"
/netbsd-src/external/bsd/tmux/dist/
H A Dmdoc2man.awk46 retval=retval OFS
/netbsd-src/external/mit/ctwm/libexec/
H A Dctwm_app_menu33 OFS=$IFS
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp267 raw_fd_ostream OFS(ResultFD, true /*ShouldClose*/); in writeObjectFile() local
270 BC.Key.RegisterInitialValues, FillFunction, OFS)) { in writeObjectFile()
/netbsd-src/external/gpl2/groff/dist/font/devlj4/generate/
H A Dspecial.awk13 OFS = "\t"
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Damigaos149 # called by TrID "Amiga Disk image File (OFS+INTL+DIRC)"

12