Lines Matching +defs:error +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
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
1063 BoolInt error = True; in WinMain() local
1318 const wchar_t c = path[i++]; in Install() local