Home | History | Annotate | Download | only in tzcode

Lines Matching refs:this_id

2219     char this_id[NAME_LENGTH + 1];
2220 memcpy(this_id, entry->buf, NAME_LENGTH);
2221 this_id[NAME_LENGTH] = '\0';
2223 if (strcmp(this_id, olson_id) == 0) {