OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Tmp
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOPosix.cpp
115
char *
Tmp
= new char[FileName.size() + 1];
116
memcpy(
Tmp
, FileName.c_str(), FileName.size() + 1);
117
std::string Res = dirname(
Tmp
);
118
delete []
Tmp
;
125
return "/
tmp
";
FuzzerIOWindows.cpp
315
std::string
Tmp
;
316
Tmp
.resize(MAX_PATH + 1);
317
DWORD Size = GetTempPathA(
Tmp
.size(), &
Tmp
[0]);
319
Printf("Couldn't get
Tmp
path.\n");
322
Tmp
.resize(Size);
323
return
Tmp
;
FuzzerMerge.cpp
142
Vector<uint32_t>
Tmp
;
144
AllFeatures.end(), std::inserter(
Tmp
,
Tmp
.begin()));
145
Cur.swap(
Tmp
);
190
std::string Line,
Tmp
;
195
ISS1 >>
Tmp
; // Name
196
ISS1 >>
Tmp
; // size:
197
assert(
Tmp
== "size:" && "Corrupt summary file");
200
ISS1 >>
Tmp
; // features:
201
assert(
Tmp
== "features:" && "Corrupt summary file")
[
all
...]
FuzzerCorpus.h
33
size_t
Tmp
= 0; // Used by ValidateFeatureSet.
261
Inputs[SmallestElementPerFeature[Idx]]->
Tmp
++;
263
if (II->
Tmp
!= II->NumFeatures)
264
Printf("ZZZ %zd %zd\n", II->
Tmp
, II->NumFeatures);
265
assert(II->
Tmp
== II->NumFeatures);
266
II->
Tmp
= 0;
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_x86_64.cc
66
long long
Tmp
= internal_simple_strtoll(Line, &End, 10);
69
*Value =
Tmp
;
Completed in 15 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025