Searched refs:SVERSION_USER (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sal/osl/w32/ |
H A D | profile.cxx | 72 #define SVERSION_USER "user" macro 2463 strcpy(aTmpPath + n, SVERSION_USER); in lookupProfile() 2466 …dwPathLen += MultiByteToWideChar( CP_ACP, 0, SVERSION_USER, -1, reinterpret_cast<LPWSTR>(aPath + d… in lookupProfile() 2561 strcpy(pStr + 1,SVERSION_USER); in lookupProfile() 2568 …dwPathLen = nPos + MultiByteToWideChar( CP_ACP, 0, SVERSION_USER, -1, reinterpret_cast<LPWSTR>(aPa… in lookupProfile() 2669 strcpy(aTmpPath + n, SVERSION_USER); in lookupProfile() 2673 CP_ACP, 0, SVERSION_USER, -1, in lookupProfile()
|
/aoo42x/main/sal/osl/os2/ |
H A D | profile.c | 68 #define SVERSION_USER "user" macro 2104 strcat(Path,SVERSION_USER); 2173 strcpy(pStr + 1,SVERSION_USER); 2271 strcat(Path,SVERSION_USER);
|
/aoo42x/main/sal/osl/unx/ |
H A D | profile.c | 67 #define SVERSION_USER "user" macro
|
Completed in 31 milliseconds