Lines Matching +defs:c +defs:mode
577 bool IsPathSeparator(const char c) {578 return c == '\\' || c == '/';581 static bool IsAlpha(char c) {582 c = ToLower(c);583 return c >= 'a' && c <= 'z';769 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) {772 if (mode == RdOnly) {776 } else if (mode == WrOnly) {