OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:infilename
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
fixprogs
24
$
infilename
= $ARGV[0];
26
if (!open(IN, "<".$
infilename
)) {
29
$outfilename=$
infilename
.".out";
/external/chromium/net/tools/dnssec_chain_verify/
dnssec_chain_verify.cc
26
const char*
infilename
= NULL;
local
34
} else if (!
infilename
) {
35
infilename
= argv[i];
41
if (!target || !
infilename
)
44
FILE* infile = fopen(
infilename
, "r");
/external/srec/tools/parseStringTest/
parseStringTest.c
280
LCHAR
infilename
[P_PATH_MAX] = L("");
local
311
LSTRCPY(
infilename
, argv[i]);
356
else if (*
infilename
)
358
if (LSTRCMP(
infilename
, "-") == 0)
362
else if ((fin = pfopen(
infilename
, "r")) == NULL)
364
pfprintf(PSTDOUT, "Could not open file: %s\n",
infilename
);
/external/chromium_org/tools/telemetry/third_party/png/
png.py
[
all
...]
Completed in 54 milliseconds