Searched refs:pfFile (Results 1 – 1 of 1) sorted by relevance
456 myFILE* pfFile = fopen( sConfigFile, "rb" ); in ProfileExists() local458 if ( pfFile != NULL ) in ProfileExists()462 fclose(pfFile); in ProfileExists()998 myFILE* pfFile = fopen( sClusterInformationFile, "rb" ); in DeleteCluster() local1000 if ( pfFile != NULL ) in DeleteCluster()1002 fclose(pfFile); in DeleteCluster()1273 myFILE* pfFile; in GetPKIcerts() local1306 pfFile = fopen( sCAcertFile, "rb" ); in GetPKIcerts()1308 if ( pfFile != NULL ) in GetPKIcerts()1310 fclose(pfFile); in GetPKIcerts()[all …]