Home | History | Annotate | Download | only in tzcode

Lines Matching refs:this_id

2175     char this_id[NAME_LENGTH + 1];
2176 memcpy(this_id, buf, NAME_LENGTH);
2177 this_id[NAME_LENGTH] = '\0';
2179 if (strcmp(this_id, olson_id) == 0) {