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

/external/iproute2/lib/
H A Dinet_proto.c27 static char ncache[16]; local
32 return ncache;
37 strncpy(ncache, pe->p_name, 16);
47 static char ncache[16]; local
51 if (icache>=0 && strcmp(ncache, buf) == 0)
64 strncpy(ncache, pe->p_name, 16);
H A Dll_map.c160 static char ncache[16]; local
168 if (icache && strcmp(name, ncache) == 0)
174 strcpy(ncache, name);
/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;

Completed in 54 milliseconds