Lines Matching refs:locarhead
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()
679 (void) lockf64 (fd, F_ULOCK, sizeof (struct locarhead)); in open_archive()
708 const struct locarhead *const head = ah->addr; in insert_name()
770 struct locarhead *head = ah->addr; in add_alias()
850 struct locarhead *head; in add_locale()
1531 struct locarhead *head; in delete_locales_from_archive()
1629 struct locarhead *head; in show_archive_content()