Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c73 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 DClangSrcLocDump.cpp105 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 Dregdat.sh60 OFS="${IFS}" ; IFS="[:]"
64 IFS="${OFS}"
/openbsd-src/gnu/usr.bin/perl/lib/
H A DEnglish.pm92 *OFS
171 *OFS = *, ;
H A DEnglish.t31 $OFS = " ";
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.cpp250 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 Datime.awk14 OFS = "\t"
H A Dstime.awk14 OFS = "\t"
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2688.key2 MIIEpAIBAAKCAQEAnJhW4r9sHAutj4dNAGw+RWV/jj3GrdozKhqhw6L0KFM1+OFS
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp608 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 Dawk.h75 extern char **OFS;
H A Dtran.c41 char **OFS; /* output field sep */ variable
85 OFS = &ofsloc->sval; in syminit()
H A DFIXES.1e381 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 Dperltrap.pod84 you set C<$,> and C<$\>. You can set $OFS and $ORS if you're using
133 OFS $,
H A Dperlvar.pod1662 =item $OFS
1665 X<$,> X<$OFS> X<$OUTPUT_FIELD_SEPARATOR>
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.sh72 OFS="${IFS}" ; IFS="[:]"
76 IFS="${OFS}"
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1254 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 Dperlvaro.txt94 $OFS
96 …t. To get behavior more like awk, set this variable as you would set awk's OFS variable to specify…
H A Dperlvar.pod308 =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 Dperlvar-copy.pod496 =item $OFS
499 X<$,> X<$OFS> X<$OUTPUT_FIELD_SEPARATOR>
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.212688 (__VA_FP_REGSAVE): Use new OFS argument instead of AP->fpr directly.