OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OFS
(Results
1 - 21
of
21
) sorted by relevancy
/src/external/historical/nawk/dist/bugs-fixed/
ofs-rebuild.awk
1
# The bug here is that nawk should use the value of
OFS
that
5
OFS
= ":"
10
# Change
OFS
after (conceptually) rebuilding the record
11
OFS
= "<>"
15
# the current value of
OFS
. Oops.
nf-self-assign.awk
3
OFS
=",";
numeric-output-seps.awk
3
OFS
= 1;
unicode-fs-rs-1.awk
4
OFS
=","
unicode-fs-rs-2.awk
4
OFS
= ","
decr-NF.awk
4
OFS
= ":"
/src/external/historical/nawk/dist/testdir/
t.d.x
1
BEGIN {FS=":" ;
OFS
=":"}
/src/external/bsd/tcpdump/dist/
atime.awk
14
OFS
= "\t"
stime.awk
14
OFS
= "\t"
send-ack.awk
16
OFS
= "\t"
/src/external/bsd/tmux/dist/
mdoc2man.awk
46
retval=retval
OFS
83
add(
OFS
)
114
add(
OFS
words[++w])
136
add(
OFS
)
235
add(
OFS
words[++w] " \\fI" words[++w] "\\fP")
303
add(
OFS
)
364
add(
OFS
)
/src/external/gpl3/gdb.old/dist/gdb/regformats/
regdat.sh
47
OFS
="${IFS}" ; IFS="[:]"
51
IFS="${
OFS
}"
/src/external/gpl3/gdb/dist/gdb/regformats/
regdat.sh
47
OFS
="${IFS}" ; IFS="[:]"
51
IFS="${
OFS
}"
/src/sys/arch/hppa/hppa/
db_disasm.c
80
OFS
, /* range [0..MAXINT] */
428
#define wdalign(
ofs
) (
ofs
&= ~3)
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)
2242
OFS
ofs
= loc;
local
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
ClangSrcLocDump.cpp
109
auto *
OFS
= new llvm::vfs::OverlayFileSystem(vfs::getRealFileSystem());
112
OFS
->pushOverlay(MemFS);
116
auto Files = llvm::makeIntrusiveRefCnt<FileManager>(FileSystemOptions(),
OFS
);
120
"ast-api-dump-tool",
OFS
);
/src/external/gpl2/groff/dist/font/devlj4/generate/
special.awk
13
OFS
= "\t"
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkRunner.cpp
267
raw_fd_ostream
OFS
(ResultFD, true /*ShouldClose*/);
270
BC.Key.RegisterInitialValues, FillFunction,
OFS
)) {
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfWriter.cpp
513
auto &
OFS
= static_cast<raw_fd_ostream &>(OS);
515
if (
OFS
.seek(TableOffset) == (uint64_t)-1)
519
if (
OFS
.seek(FuncOffsetTableStart) == (uint64_t)-1)
600
auto &
OFS
= static_cast<raw_fd_ostream &>(*OutputStream);
604
if (
OFS
.seek(SecHdrTableOffset) == (uint64_t)-1)
636
if (
OFS
.seek(Saved) == (uint64_t)-1)
/src/external/historical/nawk/dist/
awk.h
73
extern char **
OFS
;
121
extern Cell *ofsloc; /*
OFS
*/
tran.c
44
char **
OFS
; /* output field sep */
61
Cell *ofsloc; /*
OFS
*/
87
ofsloc = setsymtab("
OFS
", " ", 0.0, STR|DONTFREE, symtab);
88
OFS
= &ofsloc->sval;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp
1249
else if (const auto *
OFS
= dyn_cast<ObjCForCollectionStmt>(Loop)) {
1250
Body =
OFS
->getBody();
Completed in 28 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026