OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncache
(Results
1 - 2
of
2
) 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);
Completed in 252 milliseconds