Searched refs:outputfile (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dhg-active.py66 outputfile = None
72 outputfile = arg
92 if outputfile:
94 fh = open(outputfile, 'w')
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.h149 static char *outputfile; /* full pathname of output file */ variable
H A Dstatic_prof.c256 if ((OUTPUT_FD = fopen(outputfile, "w")) == NULL) {
260 outputfile);
1637 outputfile = optarg;
1654 "usage: %s [-p] [-s] [-o outputfile] ", nameptr);
1699 if ((OUTPUT_FD = fopen(outputfile, "w")) == NULL) {
1703 outputfile);
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c178 static char *outputfile = NULL; /* name of output file */ variable
257 outputfile = optarg;
703 outfilename = outputfile;
704 if ((stat(outputfile, &outsbuf) != -1) &&
709 dir = dirname(outputfile);

Completed in 739 milliseconds