Home
last modified time | relevance | path

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

/csrg-svn/lib/libc/gen/
H A Dpwcache.c27 static struct ncache { struct
28 uid_t uid;
29 char name[UT_NAMESIZE + 1];
60 static struct ncache { struct
61 gid_t gid;
62 char name[UT_NAMESIZE + 1];
/csrg-svn/lib/libc/db/btree/
H A Dbt_open.c69 pgno_t ncache; local