Home | History | Annotate | Download | only in updater

Lines Matching defs:key_end

1001         char* key_end = equal-1;
1002 while (key_end > line && isspace(*key_end)) --key_end;
1003 key_end[1] = '\0';