Lines Matching refs:_
179 fputs (_("unknown"), stdout); in print_entry()
258 printf (_(", OS ABI: %s %d.%d.%d"), in print_entry()
259 _(abi_tag_os[os > MAXTAG ? MAXTAG : os]), in print_entry()
296 error (EXIT_FAILURE, 0, _("Cache file has wrong endianness.\n")); in check_new_cache()
305 fputs (_("Cache generated by: "), stdout); in print_extensions()
319 error (EXIT_FAILURE, errno, _("Can't open cache file %s\n"), cache_name); in print_cache()
333 error (EXIT_FAILURE, errno, _("mmap of cache file failed.\n")); in print_cache()
337 error (EXIT_FAILURE, 0, _("File is not a cache file.\n")); in print_cache()
351 error (EXIT_FAILURE, 0, _("File is not a cache file.\n")); in print_cache()
362 error (EXIT_FAILURE, 0, _("File is not a cache file.\n")); in print_cache()
391 printf (_("%d libs found in cache `%s'\n"), cache->nlibs, cache_name); in print_cache()
404 _("Malformed extension data in cache file %s\n"), cache_name); in print_cache()
406 printf (_("%d libs found in cache `%s'\n"), in print_cache()
547 error (EXIT_FAILURE, errno, _("Writing of cache extension data failed")); in write_extensions()
558 error (EXIT_FAILURE, 0, _("%s: ISA level is too high (%d > %d)"), in compute_hwcap_value()
725 error (EXIT_FAILURE, errno, _("Can't create temporary cache file %s"), in save_cache()
733 error (EXIT_FAILURE, errno, _("Writing of cache data failed")); in save_cache()
743 error (EXIT_FAILURE, errno, _("Writing of cache data failed")); in save_cache()
747 error (EXIT_FAILURE, errno, _("Writing of cache data failed")); in save_cache()
752 error (EXIT_FAILURE, errno, _("Writing of cache data failed")); in save_cache()
765 _("Changing access rights of %s to %#o failed"), temp_name, in save_cache()
770 error (EXIT_FAILURE, errno, _("Writing of cache data failed")); in save_cache()
774 error (EXIT_FAILURE, errno, _("Renaming of %s to %s failed"), temp_name, in save_cache()
805 error (EXIT_FAILURE, errno, _("Could not create library path")); in add_to_cache()