OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inputFile
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/zstd/dist/contrib/pzstd/test/
PzstdTest.cpp
34
std::string
inputFile
= std::tmpnam(nullptr);
35
auto guard = makeScopeGuard([&] { std::remove(
inputFile
.c_str()); });
39
auto fd = std::fopen(
inputFile
.c_str(), "wb");
52
options.inputFiles = {
inputFile
};
69
std::string
inputFile
= std::tmpnam(nullptr);
70
auto guard = makeScopeGuard([&] { std::remove(
inputFile
.c_str()); });
74
auto fd = std::fopen(
inputFile
.c_str(), "wb");
87
options.inputFiles = {
inputFile
};
103
std::string
inputFile
= std::tmpnam(nullptr);
104
auto guard = makeScopeGuard([&] { std::remove(
inputFile
.c_str()); })
[
all
...]
RoundTripTest.cpp
49
Options generateOptions(Generator& gen, const string&
inputFile
) {
51
options.inputFiles = {
inputFile
};
72
auto
inputFile
= generateInputFile(gen);
73
auto inputGuard = makeScopeGuard([&] { std::remove(
inputFile
.c_str()); });
75
auto options = generateOptions(gen,
inputFile
);
80
std::fprintf(stderr, "file: %s\n",
inputFile
.c_str());
/src/external/bsd/zstd/dist/programs/
util.c
650
FILE* const
inputFile
= fopen(inputFileName, "r");
654
if(!
inputFile
) {
659
while ( !feof(
inputFile
) ) {
660
size_t const lineLength = readLineFromFile(buf+pos, dstCapacity-pos,
inputFile
);
662
assert(pos + lineLength <= dstCapacity); /* '=' for
inputFile
not terminated with '\n' */
667
CONTROL( fclose(
inputFile
) == 0 );
/src/external/gpl2/groff/dist/src/preproc/html/
pre-html.cpp
1504
static char_buffer
inputFile
;
1750
ok =
inputFile
.do_image(argc, argv);
1753
ok =
inputFile
.do_html(argc, argv);
1773
if (
inputFile
.read_file(fp)) {
Completed in 63 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026