Home
last modified time | relevance | path

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

/trunk/main/crashrep/source/unx/
H A Dmain.cxx802 const char *pEnvValue = getenv( pEnvName ); in get_environment_string() local
804 if ( pEnvValue ) in get_environment_string()
805 return pEnvValue; in get_environment_string()
/trunk/main/sal/osl/unx/
H A Dprofile.c1146 sal_Char* pEnvValue; in OslProfile_lockFile() local
1147 pEnvValue = getenv( "STAR_PROFILE_LOCKING_DISABLED" ); in OslProfile_lockFile()
1149 if ( pEnvValue == NULL ) in OslProfile_lockFile()

Completed in 25 milliseconds