Searched refs:NAME_LENGTH (Results 1 – 1 of 1) sorted by relevance
2306 static const size_t NAME_LENGTH = 40; in __bionic_open_tzdata_path() local2307 unsigned char buf[NAME_LENGTH + 3 * sizeof(int32_t)]; in __bionic_open_tzdata_path()2315 char this_id[NAME_LENGTH + 1]; in __bionic_open_tzdata_path()2316 memcpy(this_id, buf, NAME_LENGTH); in __bionic_open_tzdata_path()2317 this_id[NAME_LENGTH] = '\0'; in __bionic_open_tzdata_path()2320 specific_zone_offset = toint(buf + NAME_LENGTH) + ntohl(header.data_offset); in __bionic_open_tzdata_path()2321 *data_size = toint(buf + NAME_LENGTH + sizeof(int32_t)); in __bionic_open_tzdata_path()