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

/netbsd-6-1-5-RELEASE/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_protect.c44 char *g_pszOutFile = NULL; // Output file name variable
88 g_pszOutFile = strdup( a_pszOptArg );
148 if ( !g_pszOutFile ) {
354 g_pOutFile = fopen( g_pszOutFile, "w" );
356 logError( TOKEN_FILE_OPEN_ERROR, g_pszOutFile, strerror( errno ) );
486 free( g_pszOutFile );

Completed in 68 milliseconds