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

/freebsd-9.3-release/bin/pax/
H A Dcpio.h63 char c_uid[6]; /* owners uid */ member in struct:__anon8
128 char c_uid[8]; /* owners uid */ member in struct:__anon10
H A Dcpio.c300 arcn->sb.st_uid = (uid_t)asc_ul(hd->c_uid, sizeof(hd->c_uid), OCT);
454 ul_asc((u_long)arcn->sb.st_uid, hd->c_uid, sizeof(hd->c_uid),
594 arcn->sb.st_uid = (uid_t)asc_ul(hd->c_uid, sizeof(hd->c_uid), HEX);
783 ul_asc((u_long)arcn->sb.st_uid, hd->c_uid, sizeof(hd->c_uid),
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dpwcache.c53 } c_uid[NCACHE]; local
59 cp = c_uid + (uid & MASK);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cpio.c54 unsigned char c_uid[2]; member in struct:cpio_bin_header
68 char c_uid[6]; member in struct:cpio_odc_header
81 char c_uid[8]; member in struct:cpio_newc_header
438 archive_entry_set_uid(entry, atol16(header->c_uid, sizeof(header->c_uid)));
564 archive_entry_set_uid(entry, atol8(header->c_uid, sizeof(header->c_uid)));
606 archive_entry_set_uid(entry, header->c_uid[0] + header->c_uid[1] * 256);
641 archive_entry_set_uid(entry, header->c_uid[
[all...]
H A Darchive_write_set_format_cpio_newc.c65 char c_uid[8]; member in struct:cpio_header_newc
146 format_hex(archive_entry_uid(entry), &h.c_uid, sizeof(h.c_uid));
H A Darchive_write_set_format_cpio.c75 char c_uid[6]; member in struct:cpio_header
219 format_octal(archive_entry_uid(entry), &h.c_uid, sizeof(h.c_uid));
/freebsd-9.3-release/include/protocols/
H A Ddumprestore.h100 u_int32_t c_uid; /* file owner */ member in struct:u_spcl::s_spcl
/freebsd-9.3-release/sbin/dump/
H A Dtraverse.c488 spcl.c_uid = dp->dp1.di_uid;
502 spcl.c_uid = dp->dp2.di_uid;
/freebsd-9.3-release/sbin/restore/
H A Dtape.c1444 buf->c_uid = buf->c_spare1[1];
1552 curfile.uid = header->c_uid;

Completed in 200 milliseconds