Home
last modified time | relevance | path

Searched refs:g_pszType (Results 1 – 2 of 2) sorted by relevance

/dports/security/tpm-tools/tpm-tools-1.3.9.1_1/src/data_mgmt/
H A Ddata_import.c58 char *g_pszType = NULL; // Object import type variable
119 g_pszType = strdup( a_pszOptArg ); in parseCallback()
1063 if ( !g_pszType ) { in main()
1073 else if ( strcmp( g_pszType, TOKEN_OBJECT_CERT ) == 0 ) { in main()
1081 else if ( strcmp( g_pszType, TOKEN_OBJECT_KEY ) == 0 ) { in main()
1169 free( g_pszType ); in main()
/dports/databases/unixODBC/unixODBC-2.3.9/include/
H A Dsqp.h175 extern char * g_pszType;