Lines Matching refs:n

33 @ MSG_USAGE		"usage: ar -d[-SvV] archive file ...\n       \
34 ar -m[-abiSvV] [posname] archive file ...\n \
35 ar -p[-vV][-sS] archive [file ...]\n \
36 ar -q[-csuvSV] [file ...]\n \
37 ar -r[-cuvSV] [-abi] [posname] [file ...]\n \
38 ar -s[-vV] archive\n \
39 ar -t[-vV][-sS] archive [file ...]\n \
40 ar -x[-vV][-sSCT] archive [file ...]\n"
42 @ MSG_MALLOC "ar: could not allocate memory: %s\n"
44 process\n"
46 @ MSG_USAGE_REQ_FLAG "ar: one of [drqstpmx] must be specified\n"
47 @ MSG_USAGE_OPERAND "ar: -%c requires an operand\n"
48 @ MSG_USAGE_OPTION "ar: bad option: -%c\n"
49 @ MSG_USAGE_TOO_MANY "ar: only one of [drqstpmx] allowed\n"
50 @ MSG_USAGE_Q_BAD_ARG "ar: abi not allowed with q\n"
51 @ MSG_USAGE_POSNAME "ar: %s taken as mandatory 'posname' with keys 'abi'\n"
52 @ MSG_USAGE_S_BAD_ARG "ar: bad option with -s, only -v and -V allowed\n"
53 @ MSG_USAGE_S_EXTRA_AR "ar: -s only supports a single archive file\n"
56 included in archive or not\n"
57 @ MSG_INTERNAL_02 "ar: internal header generation error\n"
59 @ MSG_BAD_CREATE "ar: failed to create %s: %s, is the path correct?\n"
61 @ MSG_SYS_OPEN "ar: cannot open %s: %s\n"
62 @ MSG_SYS_CLOSE "ar: cannot close %s: %s\n"
63 @ MSG_SYS_WRITE "ar: %s: cannot write: %s\n"
64 @ MSG_SYS_STAT "ar: cannot stat %s: %s\n"
65 @ MSG_SYS_RENAME "ar: cannot rename %s to %s: %s\n"
67 @ MSG_NOT_FOUND_AR "ar: archive %s not found\n"
68 @ MSG_NOT_FOUND_POSNAM "ar: posname %s: not found\n"
69 @ MSG_NOT_FOUND_FILE "ar: %s not found\n"
71 @ MSG_ELF_LIB_FILE "ar: %s caused libelf error: %s\n"
72 @ MSG_ELF_LIB_AR "ar: %s(%s) libelf error: %s\n"
73 @ MSG_ELF_BEGIN_FILE "ar: cannot elf_begin() %s: %s\n"
74 @ MSG_ELF_GETDATA_FILE "ar: %s has bad elf format: %s\n"
75 @ MSG_ELF_GETDATA_AR "ar: %s(%s) has bad elf format: %s\n"
76 @ MSG_ELF_GETSCN_FILE "ar: %s has no section header or bad elf format: %s\n"
78 format: %s\n"
79 @ MSG_ELF_GETSHSTRNDX_FILE "ar: %s has no string table index: %s\n"
80 @ MSG_ELF_GETSHSTRNDX_AR "ar: %s(%s) has no string table index: %s\n"
81 @ MSG_ELF_MALARCHIVE "ar: %s: offset %lld: malformed archive: %s\n"
82 @ MSG_ELF_RAWFILE "ar: elf_rawfile() failed: %s\n"
83 @ MSG_ELF_VERSION "ar: libelf.a out of date: %s\n"
84 @ MSG_W_ELF_NODATA_FILE "ar: %s has no data in section header table\n"
85 @ MSG_W_ELF_NODATA_AR "ar: %s(%s) has no data in section header table\n"
87 @ MSG_BER_MES_CREATE "ar: creating %s\n"
88 @ MSG_BER_MES_WRITE "ar: writing %s\n"
90 @ MSG_SYMTAB_01 "ar: symbol table entry size is 0\n"
91 @ MSG_SYMTAB_NOSTR_FILE "ar: %s has no string table for symbol names\n"
92 @ MSG_SYMTAB_NOSTR_AR "ar: %s(%s) has no string table for symbol names\n"
93 @ MSG_SYMTAB_NODAT_FILE "ar: %s has no data in string table\n"
94 @ MSG_SYMTAB_NODAT_AR "ar: %s(%s) no data in string table\n"
95 @ MSG_SYMTAB_ZDAT_FILE "ar: %s has no data in string table: size is 0\n"
96 @ MSG_SYMTAB_ZDAT_AR "ar: %s(%s) no data in string table: size is 0\n"
99 @ MSG_PATHCONF "ar: -T failed to calculate file name length: %s\n"
100 @ MSG_LOCALTIME "ar: don't have enough space to store the date\n"
101 @ MSG_NOT_ARCHIVE "ar: %s not in archive format\n"
102 @ MSG_OVERRIDE_WARN "ar: %s already exists. Will not be extracted\n"
105 would exceed 4GB\n"
107 members are limited to 4GB: %s\n"
130 @ MSG_FMT_VERSION "ar: %s %s\n"
131 @ MSG_FMT_P_TITLE "\n<%s>\n\n"
135 @ MSG_FMT_STRNL "%s\n"
136 @ MSG_FMT_FILE "%c - %s\n"