Searched refs:pEnvValue (Results 1 – 2 of 2) sorted by relevance
802 const char *pEnvValue = getenv( pEnvName ); in get_environment_string() local804 if ( pEnvValue ) in get_environment_string()805 return pEnvValue; in get_environment_string()
1146 sal_Char* pEnvValue; in OslProfile_lockFile() local1147 pEnvValue = getenv( "STAR_PROFILE_LOCKING_DISABLED" ); in OslProfile_lockFile()1149 if ( pEnvValue == NULL ) in OslProfile_lockFile()
Completed in 20 milliseconds