Home
last modified time | relevance | path

Searched refs:szTmp (Results 1 – 1 of 1) sorted by path

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx6413 static char *szTmp = getenv("TMP"); local
6414 if( !szTmp || !*szTmp )
6415 szTmp = getenv("TEMP");
6416 if( szTmp && *szTmp )
6419 strcpy( fname, szTmp );

Completed in 40 milliseconds