HomeSort by relevance Sort by last modified time
    Searched refs:ncache (Results 1 - 3 of 3) sorted by null

  /external/iproute2/lib/
inet_proto.c 27 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);
ll_map.c 160 static char ncache[16]; local
168 if (icache && strcmp(name, ncache) == 0)
174 strcpy(ncache, name);
  /external/openssh/openbsd-compat/
pwcache.c 43 #define NCACHE 64 /* power of 2 */
44 #define MASK (NCACHE - 1) /* bits to store with */
50 static struct ncache { struct
53 } c_uid[NCACHE];
57 struct ncache *cp;
85 static struct ncache { struct
88 } c_gid[NCACHE];
92 struct ncache *cp;

Completed in 129 milliseconds