Home | History | Annotate | Download | only in updater

Lines Matching defs:equal

1033         char* equal = strchr(line, '=');
1034 if (equal == NULL) {
1039 char* key_end = equal-1;
1047 char* val_start = equal+1;
1354 // strings passed, or "" if it does not equal any of them.