Home
last modified time | relevance | path

Searched defs:uidc (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/pax/
H A Dcache.h60 typedef struct uidc { struct
61 int valid; /* is this a valid or a miss entry */
62 char name[UNMLEN]; /* uid name */
63 uid_t uid; /* cached uid */
/freebsd/contrib/libc-pwcache/
H A Dpwcache.h63 typedef struct uidc { struct
64 int valid; /* is this a valid or a miss entry */
65 char name[UNMLEN]; /* uid name */
66 uid_t uid; /* cached uid */