Searched refs:ar_name (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dar.c177 (void) memcpy(m->m_name, f->ar_name, ARSZ(ar_name));
178 m->m_name[ARSZ(ar_name)] = '\0';
179 m->m_hdr.ar_name = m->m_name;
180 (void) memcpy(m->m_raw, f->ar_name, ARSZ(ar_name));
181 m->m_raw[ARSZ(ar_name)] = '\0';
190 if (f->ar_name[0] != '/') { /* regular name */
198 } else if (f->ar_name[1] >= '0' && f->ar_name[
[all...]
H A Dmember.h40 * The ar_name member of m_hdr points at m_name except for string
43 * m_raw The original ar_name with null termination.
73 char m_raw[ARSZ(ar_name)+1];
74 char m_name[ARSZ(ar_name)+1];
/illumos-gate/usr/src/head/
H A Dar.h72 char ar_name[16]; /* file member name - `/' terminated */ member in struct:ar_hdr
H A Dlibelf.h123 char *ar_name; member in struct:__anon2270
/illumos-gate/usr/src/cmd/acctadm/
H A Dres.h41 char *ar_name; member in struct:ac_resname
H A Dres.c188 strcmp(acname->ar_name, name) == 0) {
212 return (acname->ar_name);
/illumos-gate/usr/src/cmd/make/bin/
H A Dar.cc94 char ar_name[16]; /* Space terminated */ member in struct:__anon12
114 char ar_name[16]; /* Space terminated */ member in struct:__anon15
317 if (IS_WEQUALN(arp->ar_port.ar_name, wcs_buffer, 16)) {
319 if (IS_EQUALN(arp->ar_port.ar_name,
474 if (arp->ar_port.ar_name[0] == '/') {
483 sscanf(arp->ar_port.ar_name + 1,
488 q = arp->ar_port.ar_name;
489 len = sizeof arp->ar_port.ar_name;
586 if (IS_EQUALN(ar_member_header->ar_name,
731 arp->ar_port.ar_name,
[all...]
/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dmain.c219 } else if (arhdr->ar_name[0] != '/') {
220 fname = arhdr->ar_name;
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dtpcom.c156 strlen(arhdr->ar_name) + 5);
158 "%s(%s)", pep->pe_file, arhdr->ar_name);
H A Dpcom.c140 (void) sprintf(buffer, "%s(%s)", file, arhdr->ar_name);
H A Ddispsyms.c309 file, arhdr->ar_name);
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dinc.h69 char ar_name[SNAME]; /* info from archive member header */ member in struct:arfile
H A Dfile.c332 if (mem_header->ar_name[0] == '/') {
341 * The mem_header->ar_name[] is set to a NULL string
349 (void) strncpy(file->ar_name, mem_header->ar_name, SNAME);
351 if ((file->ar_longname = malloc(strlen(mem_header->ar_name) + 1))
357 (void) strcpy(file->ar_longname, mem_header->ar_name);
505 * for ar_name: Put the size string into the long name
840 * The reason for this is that there is not enough room in the ar_name
956 * and fptr->ar_name has been replaced with the special /xxx
977 * This will not overflow the ar_name fiel
[all...]
H A Dcmd.c37 * The member ar_name[] in Solaris comforms with Standard and the
48 * archive file, ar_name[] is checked. If it is NULL,
571 (void) strncpy(fileptr->ar_name,
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dinput.c146 if (*arh->ar_name != '/') {
148 strlen(arh->ar_name) + 1 + 1;
151 snprintf(memname, memlen, "%s(%s)", file, arh->ar_name);
264 if (*arh->ar_name != '/')
/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c468 if (strcmp(arhdr->ar_name, "/") != 0 &&
469 strcmp(arhdr->ar_name, "//") != 0)
471 file, arhdr->ar_name);
556 return (tgt->dt_arhdr->ar_name);
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c612 if (p_ar->ar_name[0] == '/') {
621 filename, p_ar->ar_name);
625 A_header, filename, p_ar->ar_name);
628 filename, p_ar->ar_name);
633 process(arf, p_ar->ar_name);
637 prog_name, p_ar->ar_name);
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c1811 if ((strcmp(p_ar->ar_name, "/") == 0) ||
1812 (strcmp(p_ar->ar_name, "/SYM64/") == 0)) {
1815 } else if (strcmp(p_ar->ar_name, "//") == 0) {
1824 p_ar->ar_name);
1842 p_ar->ar_size, p_ar->ar_name);
1857 p_ar->ar_size, p_ar->ar_name);
1897 if (p_ar->ar_name[0] == '/') {
1903 len = strlen(filename) + strlen(p_ar->ar_name) + 3;
1907 p_ar->ar_name);
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c658 arhdr ? arhdr->ar_name :
696 if (*arhdr->ar_name != '/') {
698 MSG_ORIG(MSG_FMT_ARNAME), file, arhdr->ar_name);
/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c191 if (*arhdr->ar_name != '/') {
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c167 strlen(mem_header->ar_name));
176 cur_file, mem_header->ar_name);
1340 if ((strcmp(mem_header->ar_name, "/") != 0) &&
1341 (strcmp(mem_header->ar_name, "/SYM64/") != 0)) {
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c1374 if ((int)strncmp(p_ar->ar_name, "/", 1) == 0) {
1380 process(c, arf, p_ar->ar_name);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibs.c329 return (arhdr->ar_name);

Completed in 100 milliseconds