Home
last modified time | relevance | path

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

/freebsd-14.2/bin/pax/
H A Dcache.h62 typedef struct uidc { struct
63 int valid; /* is this a valid or a miss entry */
64 char name[UNMLEN]; /* uid name */
65 uid_t uid; /* cached uid */
/freebsd-14.2/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 */