Searched refs:ar_mode (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/head/
H A Dar.h76 char ar_mode[8]; /* file member mode - octal */ member in struct:ar_hdr
H A Dlibelf.h127 mode_t ar_mode; member in struct:__anon2270
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dar.c234 m->m_hdr.ar_mode = (mode_t)_elf_number(f->ar_mode,
235 &f->ar_mode[ARSZ(ar_mode)], 8);
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dinc.h73 unsigned long ar_mode; member in struct:arfile
H A Dcmd.c483 ar_select(*mp++, next->ar_mode);
623 fileptr->ar_mode = stbuf->st_mode;
636 if (S_ISREG(fileptr->ar_mode))
637 fileptr->ar_mode &= ~S_ISUID;
641 if (S_ISREG(fileptr->ar_mode))
642 fileptr->ar_mode &= ~S_ISGID;
747 f = creat(f_name, (mode_t)a->ar_mode & 0777);
H A Dfile.c377 file->ar_mode = (unsigned long) mem_header->ar_mode;
1265 fptr->ar_mode, fptr->ar_size + fptr->ar_padding);
/illumos-gate/usr/src/cmd/make/bin/
H A Dar.cc119 char ar_mode[8]; /* octal ascii */ member in struct:__anon15
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c1298 (unsigned)mem_header->ar_gid, (unsigned)mem_header->ar_mode,
1344 (unsigned)mem_header->ar_gid, (unsigned)mem_header->ar_mode,
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c1841 (int)p_ar->ar_mode,
1856 (int)p_ar->ar_mode,

Completed in 96 milliseconds