Lines Matching refs:gettext
181 error (1, 0, gettext ("\ in main()
186 error (0, 0, gettext ("\ in main()
202 error (1, 0, gettext ("\ in main()
207 error (0, 0, gettext ("COUNT parameter required")); in main()
219 error (1, 0, gettext ("invalid COUNT parameter %s"), argv[remaining]); in main()
226 error (1, 0, gettext ("'%c' is only meaningful with the 'x' option"), in main()
232 error (0, 0, gettext ("archive name required")); in main()
245 error (0, 0, gettext ("command option required")); in main()
285 fprintf (stream, gettext ("\ in print_version()
290 fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); in print_version()
310 error (0, 0, gettext ("More than one operation specified")); in parse_opt()
404 error (EXIT_FAILURE, errno, gettext ("cannot open archive '%s'"), in open_archive()
414 error (EXIT_FAILURE, 0, gettext ("cannot open archive '%s': %s"), in open_archive()
418 error (EXIT_FAILURE, 0, gettext ("%s: not an archive file"), arfname); in open_archive()
422 error (EXIT_FAILURE, errno, gettext ("cannot stat archive '%s'"), in open_archive()
434 printf (gettext ("no entry %s in archive\n"), argv[i]); in not_found()
487 error (EXIT_FAILURE, errno, gettext ("cannot create hash table")); in do_oper_extract()
494 gettext ("cannot insert into hash table")); in do_oper_extract()
502 error (0, errno, gettext ("cannot stat '%s'"), arfname); in do_oper_extract()
598 error (0, 0, gettext ("cannot read content of %s: %s"), in do_oper_extract()
641 error (0, errno, gettext ("cannot open %.*s"), in do_oper_extract()
663 error (0, errno, gettext ("failed to write %s"), arhdr->ar_name); in do_oper_extract()
675 error (0, errno, gettext ("cannot change mode of %s"), in do_oper_extract()
691 gettext ("cannot change modification time of %s"), in do_oper_extract()
737 error (0, errno, gettext ("\ in do_oper_extract()
773 error (0, errno, gettext ("cannot create new file")); in do_oper_extract()
929 error (EXIT_FAILURE, errno, gettext ("cannot create hash table")); in do_oper_delete()
936 gettext ("cannot insert into hash table")); in do_oper_delete()
1021 error (0, errno, gettext ("cannot create new file")); in do_oper_delete()
1129 error (EXIT_FAILURE, errno, gettext ("cannot create hash table")); in do_oper_insert()
1138 gettext ("cannot insert into hash table")); in do_oper_insert()
1220 error (EXIT_FAILURE, 0, gettext ("position member %s not found"), in do_oper_insert()
1230 fprintf (stderr, gettext ("%s: no entry %s in archive!\n"), in do_oper_insert()
1259 error (0, errno, gettext ("cannot open %s"), argv[cnt]); in do_oper_insert()
1264 error (0, errno, gettext ("cannot stat %s"), argv[cnt]); in do_oper_insert()
1270 error (0, errno, gettext ("%s is no regular file"), argv[cnt]); in do_oper_insert()
1283 gettext ("cannot get ELF descriptor for %s: %s\n"), in do_oper_insert()
1303 error (EXIT_FAILURE, 0, gettext ("cannot read %s: %s"), in do_oper_insert()
1420 error (0, errno, gettext ("cannot create new file")); in do_oper_insert()