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

/freebsd-11.0-release/contrib/blacklist/bin/
H A Dconf.h42 int c_uid; member in struct:conf
H A Dconf.c355 c->c_uid = (int)pw->pw_uid;
359 return getnum(f, l, local, &c->c_uid, "user", p);
443 CMP(c1, c2, c_uid);
704 CMP(c1, c2, c_uid);
830 N(1, c->c_family), delim, N(2, c->c_uid), delim,
836 ha, N(0, c->c_proto), N(1, c->c_family), N(2, c->c_uid),
857 c->c_uid = sc->c_uid;
884 if (sc->c_uid != FEQUAL)
885 c->c_uid
[all...]
/freebsd-11.0-release/bin/pax/
H A Dcpio.h63 char c_uid[6]; /* owners uid */ member in struct:__anon7
128 char c_uid[8]; /* owners uid */ member in struct:__anon9
H A Dcpio.c298 arcn->sb.st_uid = (uid_t)asc_ul(hd->c_uid, sizeof(hd->c_uid), OCT);
452 ul_asc((u_long)arcn->sb.st_uid, hd->c_uid, sizeof(hd->c_uid),
592 arcn->sb.st_uid = (uid_t)asc_ul(hd->c_uid, sizeof(hd->c_uid), HEX);
781 ul_asc((u_long)arcn->sb.st_uid, hd->c_uid, sizeof(hd->c_uid),
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dpwcache.c53 } c_uid[NCACHE]; local
59 cp = c_uid + (uid & MASK);
/freebsd-11.0-release/include/protocols/
H A Ddumprestore.h109 u_int32_t c_uid; /* file owner */ member in struct:u_spcl::s_spcl
/freebsd-11.0-release/sbin/dump/
H A Dtraverse.c489 spcl.c_uid = dp->dp1.di_uid;
503 spcl.c_uid = dp->dp2.di_uid;
/freebsd-11.0-release/sbin/restore/
H A Dtape.c1474 buf->c_uid = buf->c_spare1[1];
1583 curfile.uid = header->c_uid;

Completed in 1816 milliseconds