Lines Matching +defs:val +defs:c
254 #define IS_SEPAR(c) (c == WCHAR_PATH_SEPARATOR) argument
255 #define IS_LETTER_CHAR(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z')) argument
264 wchar_t c = s[i]; in ReverseFind_PathSepar() local
377 static LONG MyRegistry_SetString(HKEY hKey, LPCWSTR name, LPCWSTR val) in MyRegistry_SetString()
383 static LONG MyRegistry_SetDWORD(HKEY hKey, LPCWSTR name, DWORD val) in MyRegistry_SetDWORD()
397 …atic LONG MyRegistry_CreateKeyAndVal(HKEY parentKey, LPCWSTR keyName, LPCWSTR valName, LPCWSTR val) in MyRegistry_CreateKeyAndVal()
420 …c LONG MyRegistry_CreateKeyAndVal_32(HKEY parentKey, LPCWSTR keyName, LPCWSTR valName, LPCWSTR val) in MyRegistry_CreateKeyAndVal_32()
481 static void HexToString(UInt32 val, WCHAR *s) in HexToString()
569 const wchar_t c = s[i]; in NormalizePrefix() local
583 static char MyCharLower_Ascii(char c) in MyCharLower_Ascii()
590 static wchar_t MyWCharLower_Ascii(wchar_t c) in MyWCharLower_Ascii()
985 wchar_t c = *s; in GetCmdParam() local
1007 wchar_t c = *src++; in RemoveQuotes() local
1051 const wchar_t c = *s; in WinMain() local
1318 const wchar_t c = path[i++]; in Install() local