Searched defs:ncache (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/lib/
H A Dinet_proto.c28 static char ncache[16]; local
33 return ncache;
38 strncpy(ncache, pe->p_name, 16);
48 static char ncache[16]; local
52 if (icache>=0 && strcmp(ncache, buf) == 0)
65 strncpy(ncache, pe->p_name, 16);
/external/openssh/openbsd-compat/
H A Dpwcache.c50 static struct ncache { struct
57 struct ncache *cp;
85 static struct ncache { struct
92 struct ncache *cp;
/external/python/cpython2/Modules/
H A D_bsddb.c2886 int gbytes = 0, bytes = 0, ncache = 0; local
2889 &gbytes,&bytes,&ncache))
2894 err = self->db->set_cachesize(self->db, gbytes, bytes, ncache);
2905 int ncache; local
2910 err = self->db->get_cachesize(self->db, &gbytes, &bytes, &ncache);
2915 return Py_BuildValue("(iii)", gbytes, bytes, ncache);
4992 MAKE_ENTRY(ncache);
5405 int err, gbytes=0, bytes=0, ncache=0; local
5408 &gbytes, &bytes, &ncache))
5413 err = self->db_env->set_cachesize(self->db_env, gbytes, bytes, ncache);
5424 int ncache; local
[all...]

Completed in 244 milliseconds