Home
last modified time | relevance | path

Searched refs:outputfile (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c178 static char *outputfile = NULL; /* name of output file */ variable
257 outputfile = optarg; in main()
703 outfilename = outputfile; in execute_cmd()
704 if ((stat(outputfile, &outsbuf) != -1) && in execute_cmd()
709 dir = dirname(outputfile); in execute_cmd()
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.h147 static char *outputfile; /* full pathname of output file */ variable
H A Dstatic_prof.c256 if ((OUTPUT_FD = fopen(outputfile, "w")) == NULL) { in output_binding()
260 outputfile); in output_binding()
1637 outputfile = optarg; in analyze_args()
1699 if ((OUTPUT_FD = fopen(outputfile, "w")) == NULL) { in main()
1703 outputfile); in main()