Searched refs:n (Results 1 – 1 of 1) sorted by relevance
246 int n; in ExecuteDownload() local247 for (n = 0; n < info->name_length; ++n) in ExecuteDownload()249 u16 c = info->name[n]; in ExecuteDownload()250 name[n] = (char)(((c & 0xFF) == 0) ? (c >> 8) : '?'); in ExecuteDownload()252 name[n] = '\0'; in ExecuteDownload()