Home | History | Annotate | Download | only in updater

Lines Matching full:key_end

746         char* key_end = equal-1;
747 while (key_end > line && isspace(*key_end)) --key_end;
748 key_end[1] = '\0';