Home | History | Annotate | Download | only in updater

Lines Matching defs:key_end

666         char* key_end = equal-1;
667 while (key_end > line && isspace(*key_end)) --key_end;
668 key_end[1] = '\0';