Home
last modified time | relevance | path

Searched refs:GET (Results 1 – 2 of 2) sorted by relevance

/locale/programs/
A Dlocarchive.c148 GET (head.string_offset) + GET (head.string_size)); in create_archive()
257 if (GET (la->record[cnt].offset) + GET (la->record[cnt].len) > end_a) in oldlocrecentcmp()
258 end_a = GET (la->record[cnt].offset) + GET (la->record[cnt].len); in oldlocrecentcmp()
268 if (GET (lb->record[cnt].offset) + GET (lb->record[cnt].len) > end_b) in oldlocrecentcmp()
269 end_b = GET (lb->record[cnt].offset) + GET (lb->record[cnt].len); in oldlocrecentcmp()
392 GET (head->namehash_used), GET (newhead.namehash_size)); in enlarge_archive()
403 GET (newhead.string_offset) + GET (newhead.string_size)); in enlarge_archive()
781 if (GET (head->string_used) + name_len + 1 > GET (head->string_size) in add_alias()
804 GET (head->string_offset) + GET (head->string_used)); in add_alias()
986 && (GET (head->locrectab_used) == GET (head->locrectab_size) in add_locale()
[all …]
A Dlocale.c429 #define GET(name) tfind (name, &all_data, \ in write_locales() macro
465 if (verbose && GET (dirents[cnt]->d_name) == NULL) in write_locales()
593 if (! verbose && GET (value) != NULL) in write_locales()

Completed in 10 milliseconds