Searched refs:MY_LENGTH (Results 1 – 9 of 9) sorted by relevance
41 #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) macro42 #define MY_STRING(s) (s), MY_LENGTH(s)162 MY_LENGTH(L"\"\0"); //TODO: overflow167 clSize += MY_LENGTH(L" \"") + 4 * strlen(argv[i]) +169 clSize += MY_LENGTH(L" \"") + 4 * wcslen(argv[i]) +171 MY_LENGTH(L"\""); //TODO: overflow208 (pathEnd - path) + MY_LENGTH(L";") +237 MY_LENGTH(L";") + (pythonpath4End - pythonpath4) +238 MY_LENGTH(L";") + (pythonpath5End - pythonpath5) +239 MY_LENGTH(L";") + (pythonpath3End - pythonpath3) +[all …]
86 ? (MY_LENGTH(L" \"-env:INIFILENAME=vnd.sun.star.pathname:") + in GenericMain()87 iniDirLen + MY_LENGTH(L"redirect.ini\"")) in GenericMain()89 MY_LENGTH(L" \"-env:OOO_CWD=2") + 4 * cwdLen + MY_LENGTH(L"\"") + 1]; in GenericMain()
33 #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) macro34 #define MY_STRING(s) (s), MY_LENGTH(s)
40 #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) macro41 #define MY_STRING(s) (s), MY_LENGTH(s)
90 WCHAR name[MAX_PATH + MY_LENGTH(L".bin")]; in extendLoaderEnvironment()
44 #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) macro45 #define MY_STRING(s) (s), MY_LENGTH(s)
49 #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) macro50 #define MY_STRING(s) (s), MY_LENGTH(s)
323 n += MY_LENGTH(L" \"-env:OOO_CWD=2") + 4 * cwdLen + in WinMain()324 MY_LENGTH(L"\"") + 1; in WinMain()
40 #define MY_LENGTH(s) (sizeof (s) / sizeof *(s) - 1) macro
Completed in 31 milliseconds