OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_filename
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/cpl/tpm-tools/dist/src/cmds/
tpm_unsealdata.c
40
static char in_filename[PATH_MAX] = "",
out_filename
[PATH_MAX] = "";
variable
56
strncpy(
out_filename
, aArg, PATH_MAX);
90
if (strlen(
out_filename
) == 0) {
94
} else if ((fp = fopen(
out_filename
, "w")) == NULL) {
tpm_sealdata.c
44
static char in_filename[PATH_MAX] = "",
out_filename
[PATH_MAX] = "";
variable
66
strncpy(
out_filename
, aArg, PATH_MAX);
309
if (strlen(
out_filename
) == 0)
311
else if (BIO_write_filename(bdata,
out_filename
) <= 0) {
313
out_filename
);
/src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
tpm_createek.c
31
static char in_filename[PATH_MAX] = "",
out_filename
[PATH_MAX] = "";
variable
69
strncpy(
out_filename
, aArg, PATH_MAX);
131
outfile = fopen(
out_filename
, "w");
133
logError(_("Unable to open output file: %s\n"),
out_filename
);
141
bytesToWrite,
out_filename
);
145
logDebug(_("%zd bytes written on file %s.\n"), iBytes,
out_filename
);
209
logDebug("Output file name: %s\n",
out_filename
);
217
FILE *outfile = fopen(
out_filename
, "w");
220
logError(_("Unable to open output file: %s\n"),
out_filename
);
Completed in 19 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026