| /openbsd-src/sys/arch/hppa/hppa/ |
| H A D | db_disasm.c | 73 OFS, /* range [0..MAXINT] */ typedef 759 int (*dasmfcn)(const struct inst *, OFS, int); 897 int blDasm(const struct inst *i, OFS ofs, int w); 898 int ldDasm(const struct inst *, OFS, int); 899 int stDasm(const struct inst *i, OFS, int); 900 int addDasm(const struct inst *i, OFS, int); 901 int unitDasm(const struct inst *i, OFS, int); 902 int iaDasm(const struct inst *i, OFS, int); 903 int shdDasm(const struct inst *i, OFS, int); 904 int extrDasm(const struct inst *i, OFS, int); [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 105 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()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/regformats/ |
| H A D | regdat.sh | 60 OFS="${IFS}" ; IFS="[:]" 64 IFS="${OFS}"
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | English.pm | 92 *OFS 171 *OFS = *, ;
|
| H A D | English.t | 31 $OFS = " ";
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | BenchmarkRunner.cpp | 250 raw_fd_ostream OFS(ResultFD, true /*ShouldClose*/); in writeObjectFile() local 251 OFS.write(Buffer.data(), Buffer.size()); in writeObjectFile() 252 OFS.flush(); in writeObjectFile()
|
| /openbsd-src/usr.sbin/tcpdump/ |
| H A D | atime.awk | 14 OFS = "\t"
|
| H A D | stime.awk | 14 OFS = "\t"
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 2688.key | 2 MIIEpAIBAAKCAQEAnJhW4r9sHAutj4dNAGw+RWV/jj3GrdozKhqhw6L0KFM1+OFS
|
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 608 auto &OFS = static_cast<raw_fd_ostream &>(OS); in writeFuncOffsetTable() local 610 if (OFS.seek(TableOffset) == (uint64_t)-1) in writeFuncOffsetTable() 614 if (OFS.seek(FuncOffsetTableStart) == (uint64_t)-1) in writeFuncOffsetTable() 693 auto &OFS = static_cast<raw_fd_ostream &>(*OutputStream); in writeSecHdrTable() local 697 if (OFS.seek(SecHdrTableOffset) == (uint64_t)-1) in writeSecHdrTable() 729 if (OFS.seek(Saved) == (uint64_t)-1) in writeSecHdrTable()
|
| /openbsd-src/usr.bin/awk/ |
| H A D | awk.h | 75 extern char **OFS;
|
| H A D | tran.c | 41 char **OFS; /* output field sep */ variable 85 OFS = &ofsloc->sval; in syminit()
|
| H A D | FIXES.1e | 381 1. ofs-rebuild: OFS value used to rebuild the record was incorrect. 395 bug. There are interactions with the old and new value of OFS as well.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perltrap.pod | 84 you set C<$,> and C<$\>. You can set $OFS and $ORS if you're using 133 OFS $,
|
| H A D | perlvar.pod | 1662 =item $OFS 1665 X<$,> X<$OFS> X<$OUTPUT_FIELD_SEPARATOR>
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | gdbarch.sh | 72 OFS="${IFS}" ; IFS="[:]" 76 IFS="${OFS}"
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1254 else if (const auto *OFS = dyn_cast<ObjCForCollectionStmt>(Loop)) { in generatePathDiagnosticsForNode() local 1255 Body = OFS->getBody(); in generatePathDiagnosticsForNode()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | perlvaro.txt | 94 $OFS 96 …t. To get behavior more like awk, set this variable as you would set awk's OFS variable to specify…
|
| H A D | perlvar.pod | 308 =item $OFS 315 you would set B<awk>'s OFS variable to specify what is printed
|
| /openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/corpus/ |
| H A D | perlvar-copy.pod | 496 =item $OFS 499 X<$,> X<$OFS> X<$OUTPUT_FIELD_SEPARATOR>
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.2 | 12688 (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.
|