Searched refs:locarhead (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/locale/programs/ |
D | locarchive.c | 124 struct locarhead head; in create_archive() 137 SET (head.namehash_offset, sizeof (struct locarhead)); in create_archive() 332 enlarge_archive (struct locarhandle *ah, const struct locarhead *head) in enlarge_archive() 336 struct locarhead newhead; in enlarge_archive() 562 struct locarhead head; in open_archive() 591 static const struct locarhead nullhead = in open_archive() 615 if (!readonly && lockf64 (fd, F_LOCK, sizeof (struct locarhead)) == -1) in open_archive() 641 (void) lockf64 (fd, F_ULOCK, sizeof (struct locarhead)); in open_archive() 653 (void) lockf64 (fd, F_ULOCK, sizeof (struct locarhead)); in open_archive() 660 (void) lockf64 (fd, F_ULOCK, sizeof (struct locarhead)); in open_archive() [all …]
|
D | locale.c | 641 struct locarhead *head; in write_archive_locales() 659 head = (struct locarhead *) addr; in write_archive_locales()
|
/glibc-2.36/locale/ |
D | loadarchive.c | 116 calculate_head_size (const struct locarhead *h) in calculate_head_size() 142 struct locarhead *head; in _nl_load_locale_from_archive() 234 headsize = calculate_head_size ((const struct locarhead *) result); in _nl_load_locale_from_archive()
|
D | locarchive.h | 27 struct locarhead struct
|